svn commit: r313868 - in stable/11: bin/pwd bin/sh usr.bin/bc usr.bin/ctlstat usr.bin/env usr.bin/expand usr.bin/ipcrm usr.bin/mail usr.bin/mkimg usr.bin/mkuzip usr.bin/mt usr.bin/perror usr.bin/re...
Baptiste Daroussin
bapt at FreeBSD.org
Fri Feb 17 11:20:59 UTC 2017
Author: bapt
Date: Fri Feb 17 11:20:55 2017
New Revision: 313868
URL: https://svnweb.freebsd.org/changeset/base/313868
Log:
MFC r313659-r313673
r313659:
Remove space at and of line
Reported by: make manlint
MFC after: 2 days
r313660:
Remove empty Li
Reported by: make manlint
MFC after: 2 days
r313661:
Escape Ss to avoid confusion by mdoc parser with the Ss macro
Reported by: make manlint
MFC after: 2 days
r313662:
Add missing -width after -Bl -tag
Reported by: make manlint
MFC after: 2 days
r313663:
Add missing section after .Xr reference
r313664:
Escape No to avoid confusion with the No macro
r313665:
Remove useless .Pp after the .Sh macro and remove empty line
r313666:
Remove empty space at EOL and escept Ed
r313667:
Remove spaces at EOL and sort correctly the SEE ALSO section
r313668:
Add missing section in manpage reference
r313669:
Properly use .An macro before Authors name
r313670:
Escape Sm to avoid confusion with Sm macro
r313671:
Use correct date format
r313672:
Remove useless Li macro
r313673:
Remove spaces at end of line
Reported by: make manlint
Modified:
stable/11/bin/pwd/pwd.1
stable/11/bin/sh/sh.1
stable/11/usr.bin/bc/bc.1
stable/11/usr.bin/ctlstat/ctlstat.8
stable/11/usr.bin/env/env.1
stable/11/usr.bin/expand/expand.1
stable/11/usr.bin/ipcrm/ipcrm.1
stable/11/usr.bin/mail/mail.1
stable/11/usr.bin/mkimg/mkimg.1
stable/11/usr.bin/mkuzip/mkuzip.8
stable/11/usr.bin/mt/mt.1
stable/11/usr.bin/perror/perror.1
stable/11/usr.bin/revoke/revoke.1
stable/11/usr.bin/sdiff/sdiff.1
stable/11/usr.bin/units/units.1
stable/11/usr.bin/unzip/unzip.1
stable/11/usr.bin/uuencode/uuencode.1
stable/11/usr.bin/whois/whois.1
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/bin/pwd/pwd.1
==============================================================================
--- stable/11/bin/pwd/pwd.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/bin/pwd/pwd.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -87,7 +87,7 @@ utility conforms to
.St -p1003.1-2001 .
.Sh HISTORY
The
-.Nm
+.Nm
command appeared in
.At v5 .
.Sh BUGS
Modified: stable/11/bin/sh/sh.1
==============================================================================
--- stable/11/bin/sh/sh.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/bin/sh/sh.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -1033,7 +1033,7 @@ The syntax of the
command is:
.Bd -unfilled -offset indent -compact
.Ic case Ar word Ic in
-.Ar pattern Ns Li ) Ar list Li ;;
+.Ar pattern Ns ) Ar list Li ;;
.Ar ...
.Ic esac
.Ed
Modified: stable/11/usr.bin/bc/bc.1
==============================================================================
--- stable/11/usr.bin/bc/bc.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/bc/bc.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -35,7 +35,7 @@
.\"
.\" @(#)bc.1 6.8 (Berkeley) 8/8/91
.\"
-.Dd November 21 2015
+.Dd November 21, 2015
.Dt BC 1
.Os
.Sh NAME
Modified: stable/11/usr.bin/ctlstat/ctlstat.8
==============================================================================
--- stable/11/usr.bin/ctlstat/ctlstat.8 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/ctlstat/ctlstat.8 Fri Feb 17 11:20:55 2017 (r313868)
@@ -1,7 +1,7 @@
-.\"
+.\"
.\" Copyright (c) 2010 Silicon Graphics International Corp.
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -13,7 +13,7 @@
.\" ("Disclaimer") and any redistribution must be conditioned upon
.\" including a substantially similar Disclaimer requirement for further
.\" binary redistribution.
-.\"
+.\"
.\" NO WARRANTY
.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -26,7 +26,7 @@
.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGES.
-.\"
+.\"
.\" ctlstat utility man page.
.\"
.\" Author: Ken Merry <ken at FreeBSD.org>
Modified: stable/11/usr.bin/env/env.1
==============================================================================
--- stable/11/usr.bin/env/env.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/env/env.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -133,7 +133,7 @@ is specified,
prints out the names and values
of the variables in the environment, with one name/value pair per line.
.\"
-.Ss Details of Fl S Ss (split-string) processing
+.Ss Details of Fl S \&Ss (split-string) processing
The processing of the
.Fl S
option will split the given
Modified: stable/11/usr.bin/expand/expand.1
==============================================================================
--- stable/11/usr.bin/expand/expand.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/expand/expand.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -81,7 +81,7 @@ If the
.Fl a
option is given, then tabs are inserted whenever they would compress the
resultant file by replacing two or more characters.
-.It Fl t Sm Ar tab1 , tab2 , ... , tabn Sm
+.It Fl t \&Sm Ar tab1 , tab2 , ... , tabn \&Sm
Set tab stops at column positions
.Ar tab1 , tab2 , ... , tabn .
If only a single number is given, tab stops are set that number of
Modified: stable/11/usr.bin/ipcrm/ipcrm.1
==============================================================================
--- stable/11/usr.bin/ipcrm/ipcrm.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/ipcrm/ipcrm.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -114,6 +114,9 @@ If the identifier or the key is -1, it w
The wiping of all System V IPC objects was first implemented in
.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
-Gibson and extended and implemented by Edwin Groothuis.
+The original author was
+.An Adam Glass .
+The wiping of all System V IPC objects was thought up by
+.An Callum Gibson
+and extended and implemented by
+.An Edwin Groothuis .
Modified: stable/11/usr.bin/mail/mail.1
==============================================================================
--- stable/11/usr.bin/mail/mail.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/mail/mail.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -1094,7 +1094,7 @@ Default is
.Va save .
.It Va searchheaders
If this option is set, then a message-list specifier in the form
-.Dq Li / Ns Ar x Ns Li : Ns Ar y
+.Dq Li / Ns Ar x Ns : Ns Ar y
will expand to all messages containing the substring
.Ar y
in the header field
Modified: stable/11/usr.bin/mkimg/mkimg.1
==============================================================================
--- stable/11/usr.bin/mkimg/mkimg.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/mkimg/mkimg.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -253,7 +253,7 @@ Directory to put temporary files in; def
.Sh EXAMPLES
To create a bootable disk image that is partitioned using the GPT scheme and
containing a root file system that was previously created using
-.Xr makefs
+.Xr makefs 8
and also containing a swap partition, run the
.Nm
utility as follows:
Modified: stable/11/usr.bin/mkuzip/mkuzip.8
==============================================================================
--- stable/11/usr.bin/mkuzip/mkuzip.8 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/mkuzip/mkuzip.8 Fri Feb 17 11:20:55 2017 (r313868)
@@ -58,7 +58,7 @@ works in two phases:
An
.Ar infile
image is split into clusters; each cluster is compressed using
-.Xr zlib 3
+.Xr zlib 3
or
.Xr lzma 3 .
.It
@@ -72,7 +72,7 @@ The options are:
Name of the output file
.Ar outfile .
The default is to use the input name with the suffix
-.Pa .uzip
+.Pa .uzip
for the
.Xr zlib 3
compression or
@@ -174,8 +174,8 @@ to handle resulting images correctly.
.Sh SEE ALSO
.Xr gzip 1 ,
.Xr xz 1 ,
-.Xr zlib 3 ,
.Xr lzma 3 ,
+.Xr zlib 3 ,
.Xr geom 4 ,
.Xr geom_uzip 4 ,
.Xr md 4 ,
Modified: stable/11/usr.bin/mt/mt.1
==============================================================================
--- stable/11/usr.bin/mt/mt.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/mt/mt.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -273,12 +273,12 @@ status command, this will be the same XM
.Do
.Nm
status
-.Fl x
+.Fl x
.Dc
.El
.It Cm param
Display or set parameters.
-One of
+One of
.Fl l ,
.Fl s ,
or
@@ -293,7 +293,7 @@ To display a specific parameter, specify
.It Fl p Ar name
Specify the parameter name to list (with
.Fl l )
-or set (with
+or set (with
.Fl s ) .
.It Fl q
Enable quiet mode for parameter listing.
@@ -361,11 +361,11 @@ The drive will verify the checksum befor
.El
.It Cm locate
Set the tape drive's logical position.
-One of
+One of
.Fl b ,
.Fl e ,
.Fl f ,
-or
+or
.Fl s
must be specified to indicate the type of position.
If the partition number is specified, the drive will first relocate to the
Modified: stable/11/usr.bin/perror/perror.1
==============================================================================
--- stable/11/usr.bin/perror/perror.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/perror/perror.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 2009 Hudson River Trading LLC
.\" Written by: George V. Neville-Neil <gnn at FreeBSD.org>
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -11,7 +11,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -23,7 +23,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\"
.Dd May 12, 2009
Modified: stable/11/usr.bin/revoke/revoke.1
==============================================================================
--- stable/11/usr.bin/revoke/revoke.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/revoke/revoke.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -1,6 +1,6 @@
.\" Copyright (c) 2009 Ed Schouten <ed at FreeBSD.org>
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -21,7 +21,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\"
.Dd June 15, 2009
@@ -53,4 +53,4 @@ The
program first appeared in
.Fx 8.0 .
.Sh AUTHORS
-.An Ed Schouten Aq Mt ed at FreeBSD.org
+.An \&Ed Schouten Aq Mt ed at FreeBSD.org
Modified: stable/11/usr.bin/sdiff/sdiff.1
==============================================================================
--- stable/11/usr.bin/sdiff/sdiff.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/sdiff/sdiff.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -167,8 +167,6 @@ The default is
was written from scratch for the public domain by
.An Ray Lai Aq ray at cyth.net .
.Sh CAVEATS
-.Pp
Tabs are treated as anywhere from one to eight characters wide,
depending on the current column.
Terminals that treat tabs as eight characters wide will look best.
-
Modified: stable/11/usr.bin/units/units.1
==============================================================================
--- stable/11/usr.bin/units/units.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/units/units.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -14,33 +14,33 @@
.Sh OPTIONS
The following options are available:
.Bl -tag -width indent
-.It Fl h No , Fl -help
+.It Fl h \&No , Fl -help
Show an overview of options
-.It Fl f Ar filename No , Fl -file Ar filename
+.It Fl f Ar filename \&No , Fl -file Ar filename
Specify the name of the units data file to load.
-.It Fl H Ar filename No , Fl -historyfile Ar filename
+.It Fl H Ar filename \&No , Fl -historyfile Ar filename
Ignored, for compatibility with GNU units.
.It Fl e , Fl -exponential
Behave as if -o '%6e' was typed.
-.It Fl q No , Fl -quiet
+.It Fl q \&No , Fl -quiet
Suppress prompting of the user for units and the display of statistics
about the number of units loaded.
-.It Fl U No , Fl -unitsfile
+.It Fl U \&No , Fl -unitsfile
If the default unit file exists prints its location.
If not, print
.Qo
Units data file not found
.Qc
-.It Fl t No , Fl -terse
+.It Fl t \&No , Fl -terse
Only print the result. This is used when calling
.Nm
from other programs for easy to parse results.
-.It Fl v No , Fl -verbose
+.It Fl v \&No , Fl -verbose
Print the units in the conversion output.
Be more verbose in general.
-.It Fl o Ar format No , Fl -output-format Ar format
+.It Fl o Ar format \&No , Fl -output-format Ar format
Select the output format string by which numbers are printed.
-.It Fl V No , Fl -version
+.It Fl V \&No , Fl -version
Print the version number, usage, and then exit.
.It Ar from-unit to-unit
Allow a single unit conversion to be done directly from the command
Modified: stable/11/usr.bin/unzip/unzip.1
==============================================================================
--- stable/11/usr.bin/unzip/unzip.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/unzip/unzip.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -171,7 +171,7 @@ The
utility is only able to process ZIP archives handled by
.Xr libarchive 3 .
Depending on the installed version of
-.Xr libarchive ,
+.Xr libarchive 3 ,
this may or may not include self-extracting archives.
.Sh SEE ALSO
.Xr libarchive 3
Modified: stable/11/usr.bin/uuencode/uuencode.1
==============================================================================
--- stable/11/usr.bin/uuencode/uuencode.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/uuencode/uuencode.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl m
-.Op Fl r
+.Op Fl r
.Op Fl o Ar output_file
.Op Ar file
.Ar name
Modified: stable/11/usr.bin/whois/whois.1
==============================================================================
--- stable/11/usr.bin/whois/whois.1 Fri Feb 17 11:17:56 2017 (r313867)
+++ stable/11/usr.bin/whois/whois.1 Fri Feb 17 11:20:55 2017 (r313868)
@@ -206,7 +206,7 @@ The operands specified to
are treated independently and may be used
as queries on different whois servers.
.Sh ENVIRONMENT
-.Bl -tag
+.Bl -tag -width WHOIS_SERVER
.It Ev WHOIS_SERVER
The primary default whois server.
If this is unset,
More information about the svn-src-stable
mailing list