diff options
author | rwatson <rwatson@FreeBSD.org> | 2008-08-03 14:27:06 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2008-08-03 14:27:06 +0000 |
commit | 6fbc5fa75ef62cf235faaa5bd3d0e3d6f0543229 (patch) | |
tree | ccc9c490aca0594b6019b1c323435aac46bb8b16 /sbin/ddb | |
parent | f37865f7f0385ef28f80ed1268dcb55cf6d674ea (diff) | |
download | FreeBSD-src-6fbc5fa75ef62cf235faaa5bd3d0e3d6f0543229.zip FreeBSD-src-6fbc5fa75ef62cf235faaa5bd3d0e3d6f0543229.tar.gz |
DDB scripting, textdumps, output capture, etc, all will appear in
FreeBSD 7.1 before 8.0 ships.
Spotted by: Ulrich Spoerlein <uspoerlein at gmail dot com>
MFC after: 3 days
Diffstat (limited to 'sbin/ddb')
-rw-r--r-- | sbin/ddb/ddb.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ddb/ddb.8 b/sbin/ddb/ddb.8 index 90ceb63..bfd6ccd 100644 --- a/sbin/ddb/ddb.8 +++ b/sbin/ddb/ddb.8 @@ -155,7 +155,7 @@ manual pages. The .Nm utility first appeared in -.Fx 8.0 . +.Fx 7.1 . .Sh AUTHORS .An Robert N M Watson .Sh BUGS |