From dd223ce88d5a4bd634da567d99c2c3aac37b62d5 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 18 May 2012 00:02:11 +0000 Subject: [PATCH] MFC r235211: General mdoc(7) and typo fixes. PR: 167696 git-svn-id: svn://svn.freebsd.org/base/stable/8@235571 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1 | 2 +- sbin/md5/md5.1 | 2 +- usr.bin/calendar/calendar.1 | 2 +- usr.bin/csup/csup.1 | 4 ++-- usr.bin/fetch/fetch.1 | 2 +- usr.bin/gprof/gprof.1 | 2 +- usr.bin/ipcrm/ipcrm.1 | 2 +- usr.bin/join/join.1 | 2 +- usr.bin/limits/limits.1 | 2 +- usr.bin/ncplogin/ncplogout.1 | 2 +- usr.bin/tftp/tftp.1 | 4 ++-- usr.bin/who/who.1 | 2 +- usr.bin/whois/whois.1 | 2 +- usr.sbin/pkg_install/updating/pkg_updating.1 | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1 b/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1 index f800a0513..6f8ca6e6e 100644 --- a/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1 +++ b/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1 @@ -25,7 +25,7 @@ .Dt ZSTREAMDUMP 8 .Os .Sh NAME -.Nm zdb +.Nm zstreamdump .Nd filter data in zfs send stream .Sh SYNOPSIS .Nm diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index bc8ece4fb..0dfb14566 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -3,7 +3,7 @@ .Dt MD5 1 .Os .Sh NAME -.Nm md5 , sha1 , sha256, rmd160 +.Nm md5 , sha1 , sha256 , rmd160 .Nd calculate a message-digest fingerprint (checksum) for a file .Sh SYNOPSIS .Nm md5 diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 42fa68dd7..0b1208c6b 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -210,7 +210,7 @@ Paskha\fB\et\fROrthodox Easter .Sh FILES .Bl -tag -width calendar.christian -compact .It Pa calendar -file in current directory +file in current directory. .It Pa ~/.calendar .Pa calendar HOME directory. diff --git a/usr.bin/csup/csup.1 b/usr.bin/csup/csup.1 index 1267c94be..97175f082 100644 --- a/usr.bin/csup/csup.1 +++ b/usr.bin/csup/csup.1 @@ -311,7 +311,7 @@ will not create it. The default .Ar base directory is -.Pa /usr/local/etc/csup . +.Pa /usr/local/etc/cvsup . .It Cm prefix= Ns Ar prefix This is the directory under which updated files will be placed. By default, it is the same as @@ -656,7 +656,7 @@ from that directory is not required then the line .El .Pp will not work because the file on the server is called -.Ql Makefile,v. +.Ql Makefile,v . A better solution would be .Pp .Bl -item -compact -offset indent diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index c440313cc..4fd10b990 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -247,7 +247,7 @@ for a description of additional environment variables, including .Ev HTTP_REFERER , .Ev HTTP_USER_AGENT , .Ev NETRC , -.Ev NO_PROXY and +.Ev NO_PROXY No and .Ev no_proxy . .Sh EXIT STATUS The diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 1c4224e5f..a9a25dfd5 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -77,7 +77,7 @@ compiler or linker you can use instead of .Fl l Ns Ar c . Read the given object file (the default is -.Pa a.out) +.Pa a.out ) and establishes the relation between its symbol table and the call graph profile. The default graph profile file name is the name diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 30378f244..5d01bfe81 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -112,7 +112,7 @@ If the identifier or the key is -1, it will remove all these objects. .Xr ipcs 1 .Sh HISTORY The wiping of all System V IPC objects was first implemented in -.Fx 6.4 and 7.1. +.Fx 6.4 No and 7.1. .Sh AUTHORS The original author was Adam Glass. The wiping of all System V IPC objects was thought up by Callum diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index ed828a7de..853cd051f 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -113,7 +113,7 @@ representing the join field. The elements of list must be either comma .Pq Ql \&, or whitespace separated. -(The latter requires quoting to protect it from the shell, or, a simpler +(The letter requires quoting to protect it from the shell, or, a simpler approach is to use multiple .Fl o options.) diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index d9e05a99e..57647412b 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -176,7 +176,7 @@ limits are affected until overridden later with either the or .Fl H options. -.Fl e +.It Fl e Select .Dq "eval mode" formatting for output. diff --git a/usr.bin/ncplogin/ncplogout.1 b/usr.bin/ncplogin/ncplogout.1 index bc220a7cf..14acaf5a8 100644 --- a/usr.bin/ncplogin/ncplogout.1 +++ b/usr.bin/ncplogin/ncplogout.1 @@ -30,7 +30,7 @@ The options are: .Bl -tag -width indent .It Fl S Ar server Specify the name of the -.Tn Netware +.Tn NetWare server to which the connection should be terminated. Can be omitted if there is only one connection active. diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 02709c0c0..720fd84d8 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -112,9 +112,9 @@ commands. Enable or disable debugging levels during verbose output. The value of .Ar level can be one of -.Cm packet, simple, options, +.Cm packet , simple , options , or -.Cm access. +.Cm access . .Pp .It Cm get Oo Ar host : Oc Ns Ar file Op Ar localname .It Cm get Xo diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index e36b07cde..bc4e7a5ae 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -79,7 +79,7 @@ An error occurred. Show idle time for each user in hours and minutes as .Ar hh Ns : Ns Ar mm , .Ql \&. -if the user has been idle less that a minute, and +if the user has been idle less than a minute, and .Dq Li old if the user has been idle more than 24 hours. .It Cm am I diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 45b386786..16ae71839 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -207,12 +207,12 @@ This option is deprecated; use the option with an argument of .Qq Li RU instead. +.El .Pp The operands specified to .Nm are treated independently and may be used as queries on different whois servers. -.El .Sh EXIT STATUS .Ex -std .Sh EXAMPLES diff --git a/usr.sbin/pkg_install/updating/pkg_updating.1 b/usr.sbin/pkg_install/updating/pkg_updating.1 index e3bcb546c..859eea29e 100644 --- a/usr.sbin/pkg_install/updating/pkg_updating.1 +++ b/usr.sbin/pkg_install/updating/pkg_updating.1 @@ -79,7 +79,7 @@ Location of the ports tree. .It Pa /var/db/pkg Default location of the installed package database. .It Pa /usr/ports -The default ports directory and default location of the UPDATING file +The default ports directory and default location of the UPDATING file. .El .Sh SEE ALSO .Xr pkg_add 1 , -- 2.45.0