Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Document new `L' format modifier.
details: https://anonhg.NetBSD.org/src/rev/57848bfc2057
branches: trunk
changeset: 473369:57848bfc2057
user: ross <ross%NetBSD.org@localhost>
date: Mon May 31 07:05:56 1999 +0000
description:
Document new `L' format modifier.
diffstat:
share/man/man4/ddb.4 | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r d7e16e0e0ae5 -r 57848bfc2057 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4 Mon May 31 06:54:31 1999 +0000
+++ b/share/man/man4/ddb.4 Mon May 31 07:05:56 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddb.4,v 1.34 1999/03/18 22:04:23 ross Exp $
+.\" $NetBSD: ddb.4,v 1.35 1999/05/31 07:05:56 ross Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -254,7 +254,11 @@
.It Cm h
examine half-words (16 bits).
.It Cm l
-examine long-words (32 bits).
+examine words (legacy
+.Dq long ,
+32 bits).
+.It Cm L
+examine long words (implementation dependent)
.It Cm a
print the location being examined.
.It Cm A
Home |
Main Index |
Thread Index |
Old Index