Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Comment out "xf" and "xb"; they aren't implem...
details: https://anonhg.NetBSD.org/src/rev/6a67d6553779
branches: trunk
changeset: 486356:6a67d6553779
user: jhawk <jhawk%NetBSD.org@localhost>
date: Sat May 20 02:28:33 2000 +0000
description:
Comment out "xf" and "xb"; they aren't implemented and don't
ever appear to have been.
diffstat:
share/man/man4/ddb.4 | 37 +++++++++++++++++++------------------
1 files changed, 19 insertions(+), 18 deletions(-)
diffs (51 lines):
diff -r c777d5d0c955 -r 6a67d6553779 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4 Sat May 20 02:20:18 2000 +0000
+++ b/share/man/man4/ddb.4 Sat May 20 02:28:33 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddb.4,v 1.41 2000/05/15 20:37:56 jhawk Exp $
+.\" $NetBSD: ddb.4,v 1.42 2000/05/20 02:28:33 jhawk Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -319,23 +319,24 @@
.Xc
A synonym for
.Ic examine .
-.It Ic xf
-Examine forward.
-.Ic xf
-re-executes the most recent
-.Ic execute
-command with the same parameters except that
-.Ar address
-is set to
-.Ar next .
-.It Ic xb
-Examine backward.
-.Ic xb
-re-executes the most recent
-.Ic execute
-command with the same parameters, except that
-.Ar address
-is set to the last start address minus its size.
+.\" XXX - these commands aren't implemented; jhawk 19 May 2000
+.\" .It Ic xf
+.\" Examine forward.
+.\" .Ic xf
+.\" re-executes the most recent
+.\" .Ic execute
+.\" command with the same parameters except that
+.\" .Ar address
+.\" is set to
+.\" .Ar next .
+.\" .It Ic xb
+.\" Examine backward.
+.\" .Ic xb
+.\" re-executes the most recent
+.\" .Ic execute
+.\" command with the same parameters, except that
+.\" .Ar address
+.\" is set to the last start address minus its size.
.It Xo
.Ic print Ns Op Cm /axzodurc
.Ar address Op Ar address ...
Home |
Main Index |
Thread Index |
Old Index