diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-10 17:46:15 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-10 17:46:15 +0000 |
commit | 726b61ab5fe782694f2bb648dafb316e1857335b (patch) | |
tree | d2e5d99341877d16e00411e70c7896f1ebf17207 /sbin/fsdb | |
parent | ad736bbc897e0990877a55bb107384df25f46e17 (diff) | |
download | src-726b61ab5fe782694f2bb648dafb316e1857335b.tar.gz src-726b61ab5fe782694f2bb648dafb316e1857335b.zip |
Avoid use of direct troff requests in mdoc(7) manual pages.
Notes
Notes:
svn path=/head/; revision=68575
Diffstat (limited to 'sbin/fsdb')
-rw-r--r-- | sbin/fsdb/fsdb.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 2ea7d621927d..6a3343383fce 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -103,7 +103,6 @@ may be a multi-component name or may begin with slash to indicate that the root inode should be used to start the lookup. If some component along the pathname is not found, the last valid directory encountered is left as the active inode. -.br This command is valid only if the starting inode is a directory. .Pp .It Cm active @@ -216,9 +215,9 @@ Exit the program. .Sh BUGS Manipulation of ``short'' symlinks doesn't work (in particular, don't try changing a symlink's type). -.br +.Pp You must specify modes as numbers rather than symbolic names. -.br +.Pp There are a bunch of other things that you might want to do which .Nm doesn't implement. @@ -232,7 +231,7 @@ first appeared in .Nx , written by .An John T. Kohl . -.br +.Pp .An Peter Wemm ported it to .Fx . |