diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-14 10:30:36 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-14 10:30:36 +0000 |
commit | 22d1dfcab35f9aebcaacd4ca15394c0aa6ddf00b (patch) | |
tree | 1b3d00dc4defc083818feaea8bfafcc257c5ed9a | |
parent | 4e6b7e2661ef1122b203abeb8148ee538fed224f (diff) | |
download | FreeBSD-src-22d1dfcab35f9aebcaacd4ca15394c0aa6ddf00b.zip FreeBSD-src-22d1dfcab35f9aebcaacd4ca15394c0aa6ddf00b.tar.gz |
Fix the NAME section. Order the options which do not take arguments,
add the -P option (introduced in rev 1.22), and use mdoc word keeps
(Bk -words / Ek) for those options which do take arguments.
-rw-r--r-- | usr.sbin/mtree/mtree.8 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index e47de7b..8a2ce7a 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -40,13 +40,25 @@ .Nd map a directory hierarchy .Sh SYNOPSIS .Nm mtree -.Op Fl cdeinrUux +.Op Fl PUcdeinrux +.Bk -words .Op Fl f Ar spec +.Ek +.Bk -words .Op Fl K Ar keywords +.Ek +.Bk -words .Op Fl k Ar keywords +.Ek +.Bk -words .Op Fl p Ar path +.Ek +.Bk -words .Op Fl s Ar seed +.Ek +.Bk -words .Op Fl X Ar exclude-list +.Ek .Sh DESCRIPTION The utility .Nm |