diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 2000-01-23 01:30:05 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 2000-01-23 01:30:05 +0000 |
commit | f050f700ad9d511635a965e1e7eeb044c0a8e408 (patch) | |
tree | 69ee4cda834e9255e9e3a2e43a68f568831a4842 /sbin/fsdb | |
parent | dc42ee8a71458361a5c2352798e50a257a0fca6d (diff) | |
download | src-f050f700ad9d511635a965e1e7eeb044c0a8e408.tar.gz src-f050f700ad9d511635a965e1e7eeb044c0a8e408.zip |
Fix various man pages to stop abusing the .Bx macro to generate
the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro
instead.
Notes
Notes:
svn path=/head/; revision=56407
Diffstat (limited to 'sbin/fsdb')
-rw-r--r-- | sbin/fsdb/fsdb.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 5ba432f38fbf..2ea7d621927d 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -229,13 +229,13 @@ uses the source code for to implement most of the file system manipulation code. The remainder of .Nm first appeared in -.Bx Net , +.Nx , written by .An John T. Kohl . .br .An Peter Wemm ported it to -.Bx Free . +.Fx . .Sh WARNING Use this tool with extreme caution--you can damage an FFS file system beyond what |