diff options
author | ru <ru@FreeBSD.org> | 2002-08-13 16:07:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-08-13 16:07:28 +0000 |
commit | ce971426f4d9334872003e0b6bb04447b70bf2e9 (patch) | |
tree | b1d1ccc272dc50ed925a4f245b819268a79a2559 /gnu | |
parent | 14f702a402e195a46266cd0eb93ed23bed1d2bb6 (diff) | |
download | FreeBSD-src-ce971426f4d9334872003e0b6bb04447b70bf2e9.zip FreeBSD-src-ce971426f4d9334872003e0b6bb04447b70bf2e9.tar.gz |
mdoc(7) police: Removed redundant .Ns calls.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/man/makewhatis/makewhatis.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/man/makewhatis/makewhatis.1 b/gnu/usr.bin/man/makewhatis/makewhatis.1 index 75c2f29..015822f 100644 --- a/gnu/usr.bin/man/makewhatis/makewhatis.1 +++ b/gnu/usr.bin/man/makewhatis/makewhatis.1 @@ -76,12 +76,12 @@ and process this entries only. Use .Ar name instead of -.Pa whatis Ns . +.Pa whatis . .It Fl o , Fl outfile Ar file Write all output to .Ar file instead of -.Pa dirname/whatis Ns . +.Pa dirname/whatis . .It Fl v , Fl verbose Issue more warnings (to stderr). @@ -97,7 +97,7 @@ for a link. .Ic makewhatis $MANPATH .Pp Create whatis database for all directories in your -.Pa $MANPATH Ns . +.Pa $MANPATH . .Pp .Ic makewhatis -outfile /tmp/mywhatis /usr/local/man $HOME/man .Pp @@ -106,18 +106,18 @@ Create whatis database Traverse directories .Pa /usr/local/man and -.Pa $HOME/man Ns . +.Pa $HOME/man . Don't create .Pa /usr/local/man/whatis or -.Pa $HOME/man/whatis Ns . +.Pa $HOME/man/whatis . .Pp .Ic makewhatis -name windex $HOME/man .Pp Create whatis database .Pa windex instead of -.Pa whatis Ns . +.Pa whatis . May be useful for Solaris. .Sh FILES .Bl -tag -width /etc/master.passwdxx -compact |