Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2012 02:24:04 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r235873 - in head: lib/libpam/modules/pam_exec sbin/atacontrol sbin/etherswitchcfg sbin/geom/class/part sbin/geom/class/raid sbin/geom/class/virstor sbin/gvinum sbin/hastctl sbin/hastd ...
Message-ID:  <201205240224.q4O2O4OY009544@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer)
Date: Thu May 24 02:24:03 2012
New Revision: 235873
URL: http://svn.freebsd.org/changeset/base/235873

Log:
  Fixes to man8 groff mandoc style, usage mistakes, or typos.
  
  PR:		168016
  Submitted by:	Nobuyuki Koganemaru
  Approved by:	gjb
  MFC after:	3 days

Modified:
  head/lib/libpam/modules/pam_exec/pam_exec.8
  head/sbin/atacontrol/atacontrol.8
  head/sbin/etherswitchcfg/etherswitchcfg.8
  head/sbin/geom/class/part/gpart.8
  head/sbin/geom/class/raid/graid.8
  head/sbin/geom/class/virstor/gvirstor.8
  head/sbin/gvinum/gvinum.8
  head/sbin/hastctl/hastctl.8
  head/sbin/hastd/hastd.8
  head/sbin/mount/mount.8
  head/sbin/natd/natd.8
  head/share/man/man8/picobsd.8
  head/share/man/man8/rc.8
  head/sys/boot/common/loader.8
  head/sys/boot/forth/beastie.4th.8
  head/sys/boot/forth/brand.4th.8
  head/sys/boot/forth/check-password.4th.8
  head/sys/boot/forth/color.4th.8
  head/sys/boot/forth/delay.4th.8
  head/sys/boot/forth/menu.4th.8
  head/sys/boot/forth/version.4th.8
  head/usr.bin/ctlstat/ctlstat.8
  head/usr.sbin/cpucontrol/cpucontrol.8
  head/usr.sbin/ctladm/ctladm.8
  head/usr.sbin/flowctl/flowctl.8
  head/usr.sbin/freebsd-update/freebsd-update.8
  head/usr.sbin/i2c/i2c.8
  head/usr.sbin/jail/jail.8
  head/usr.sbin/rtadvctl/rtadvctl.8
  head/usr.sbin/rtadvd/rtadvd.8
  head/usr.sbin/smbmsg/smbmsg.8
  head/usr.sbin/wpa/ndis_events/ndis_events.8

Modified: head/lib/libpam/modules/pam_exec/pam_exec.8
==============================================================================
--- head/lib/libpam/modules/pam_exec/pam_exec.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/lib/libpam/modules/pam_exec/pam_exec.8	Thu May 24 02:24:03 2012	(r235873)
@@ -131,10 +131,10 @@ This is useful in shell scripts for inst
 .Xr pam 8 ,
 .Xr pam_sm_acct_mgmt 8 ,
 .Xr pam_sm_authenticate 8 ,
-.Xr pam_sm_chauthtok 8,
+.Xr pam_sm_chauthtok 8 ,
 .Xr pam_sm_close_session 8 ,
 .Xr pam_sm_open_session 8 ,
-.Xr pam_sm_setcred 8 .
+.Xr pam_sm_setcred 8
 .Sh AUTHORS
 The
 .Nm

Modified: head/sbin/atacontrol/atacontrol.8
==============================================================================
--- head/sbin/atacontrol/atacontrol.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/atacontrol/atacontrol.8	Thu May 24 02:24:03 2012	(r235873)
@@ -367,8 +367,8 @@ You should not set a spindown timeout on
 or syslog logging on it as the disk will be worn out spinning down and
 up all the time.
 .Sh SEE ALSO
-.Xr ata 4
-.Xr cam 4
+.Xr ata 4 ,
+.Xr cam 4 ,
 .Xr camcontrol 8
 .Sh HISTORY
 The

Modified: head/sbin/etherswitchcfg/etherswitchcfg.8
==============================================================================
--- head/sbin/etherswitchcfg/etherswitchcfg.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/etherswitchcfg/etherswitchcfg.8	Thu May 24 02:24:03 2012	(r235873)
@@ -71,7 +71,8 @@ Specifies the physical media configurati
 Specifies a list of media options for a port. See
 .Xr ifconfig 8
 for details on
-.Ar media and
+.Ar media
+and
 .Ar mediaopt .
 .El
 .Ss reg

Modified: head/sbin/geom/class/part/gpart.8
==============================================================================
--- head/sbin/geom/class/part/gpart.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/geom/class/part/gpart.8	Thu May 24 02:24:03 2012	(r235873)
@@ -650,7 +650,7 @@ for MBR,
 for GPT.
 .It Cm ms-ldm-metadata
 A partition that contains Logical Disk Manager (LDM) database.
-The scheme-specifig type is
+The scheme-specific type is
 .Qq Li "!5808c8aa-7e8f-42e0-85d2-e1e90434cfb3"
 for GPT.
 .El
@@ -971,7 +971,7 @@ By default mirrored volumes are shown as
 .Sx "PARTITION TYPES"
 section).
 If this variable set to 1 each component of the mirrored volume will be
-present as independet partition.
+present as independent partition.
 .Em NOTE :
 This may break a mirrored volume and lead to data damage.
 .El

Modified: head/sbin/geom/class/raid/graid.8
==============================================================================
--- head/sbin/geom/class/raid/graid.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/geom/class/raid/graid.8	Thu May 24 02:24:03 2012	(r235873)
@@ -294,7 +294,7 @@ Debug level of the
 .Nm RAID
 GEOM class.
 .It Va kern.geom.raid.idle_threshold : No 1000000
-Time in microseconds to consider a volume idle for rebuild puroses.
+Time in microseconds to consider a volume idle for rebuild purposes.
 .It Va kern.geom.raid.name_format : No 0
 Providers name format: 0 -- raid/r{num}, 1 -- raid/{label}.
 .It Va kern.geom.raid.read_err_thresh : No 10

Modified: head/sbin/geom/class/virstor/gvirstor.8
==============================================================================
--- head/sbin/geom/class/virstor/gvirstor.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/geom/class/virstor/gvirstor.8	Thu May 24 02:24:03 2012	(r235873)
@@ -113,7 +113,7 @@ Adds new components to existing virtual 
 The specified virstor device must exist and be active
 .Pq i.e. module loaded, device present in Pa /dev .
 This action can be safely performed while the virstor device is in use
-.Pq Qo hot Qc operation
+.Pq Qo hot Qc operation .
 .It Cm remove
 Removes components from existing virtual device with the given
 .Ar name .
@@ -268,7 +268,8 @@ change once it is set, and that the size
 components will always remain constant during their existence.
 For alternative ways to implement virtual or resizable file systems see
 .Xr zfs 1M ,
-.Xr gconcat 8 and
+.Xr gconcat 8
+and
 .Xr growfs 8 .
 .Pp
 Note that

Modified: head/sbin/gvinum/gvinum.8
==============================================================================
--- head/sbin/gvinum/gvinum.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/gvinum/gvinum.8	Thu May 24 02:24:03 2012	(r235873)
@@ -58,7 +58,8 @@ All subdisks in the
 plex must be up for a parity check.
 .It Ic concat Oo Fl fv Oc Oo Fl n Ar name Oc Ar drives
 Create a concatenated volume from the specified drives.
-If no name is specified, a unique name will be set by gvinum.
+If no name is specified, a unique name will be set by
+.Ic gvinum .
 .It Ic create Oo Fl f Oc Op Ar description-file
 Create a volume as described in
 .Ar description-file .
@@ -148,8 +149,8 @@ Normally this would be done by entering 
 EOF character.
 .It Ic raid5 Oo Fl fv Oc Oo Fl s Ar stripesize Oc Oo Fl n Ar name Oc Ar drives
 Create a RAID-5 volume from the specified drives.
-If no name is specified,a unique name will be set by
-.Ic gvinum.
+If no name is specified, a unique name will be set by
+.Ic gvinum .
 This organization requires at least three drives.
 .It Ic rename Oo Fl r Oc Ar drive | subdisk | plex | volume newname
 Change the name of the specified object.
@@ -202,8 +203,9 @@ Terminate access to the objects, or stop
 if no parameters are specified.
 .It Ic stripe Oo Fl fv Oc Oo Fl n Ar name Oc Ar drives
 Create a striped volume from the specified drives. If no name is specified,
-a unique name will be set by Ic gvinum. This organization requires at least two
-drives.
+a unique name will be set by
+.Ic gvinum .
+This organization requires at least two drives.
 .El
 .Sh DESCRIPTION
 The
@@ -278,7 +280,8 @@ objects
 .El
 .Sh EXAMPLES
 To create a mirror on disks /dev/ad1 and /dev/ad2, create a filesystem, mount,
-unmount and then stop Ic gvinum:
+unmount and then stop
+.Ic gvinum :
 .Pp
 .Dl "gvinum mirror /dev/ad1 /dev/ad2"
 .Dl "newfs /dev/gvinum/gvinumvolume0"

Modified: head/sbin/hastctl/hastctl.8
==============================================================================
--- head/sbin/hastctl/hastctl.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/hastctl/hastctl.8	Thu May 24 02:24:03 2012	(r235873)
@@ -211,7 +211,7 @@ nodeB# application_start
 .Xr ggatel 8 ,
 .Xr hastd 8 ,
 .Xr mount 8 ,
-.Xr newfs 8 .
+.Xr newfs 8
 .Sh AUTHORS
 The
 .Nm

Modified: head/sbin/hastd/hastd.8
==============================================================================
--- head/sbin/hastd/hastd.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/hastd/hastd.8	Thu May 24 02:24:03 2012	(r235873)
@@ -223,7 +223,7 @@ nodeA# mount -o noatime /dev/hast/shared
 .Xr hastctl 8 ,
 .Xr mount 8 ,
 .Xr newfs 8 ,
-.Xr g_bio 9 .
+.Xr g_bio 9
 .Sh AUTHORS
 The
 .Nm

Modified: head/sbin/mount/mount.8
==============================================================================
--- head/sbin/mount/mount.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/mount/mount.8	Thu May 24 02:24:03 2012	(r235873)
@@ -448,7 +448,7 @@ However, for the following file system t
 .Cm smbfs ,
 .Cm udf ,
 and
-.Cm unionfs ,
+.Cm unionfs .
 .Nm
 will not call
 .Xr nmount 2

Modified: head/sbin/natd/natd.8
==============================================================================
--- head/sbin/natd/natd.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sbin/natd/natd.8	Thu May 24 02:24:03 2012	(r235873)
@@ -787,7 +787,7 @@ ipfw add      allow ip from any to any
 .Pp
 Here the packet from internal network to Internet goes out via
 .Ql sis0
-(rule number 2000) and gets catched by the
+(rule number 2000) and gets caught by the
 .Ic globalport
 socket (3000).
 After that, either a match is found in a translation table

Modified: head/share/man/man8/picobsd.8
==============================================================================
--- head/share/man/man8/picobsd.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/share/man/man8/picobsd.8	Thu May 24 02:24:03 2012	(r235873)
@@ -54,7 +54,7 @@ The most important options for common op
 .Fl src ,
 .Fl init ,
 .Fl n and
-.Fl v.
+.Fl v .
 .Bl -tag -width indent
 .\"
 .It Fl -all_in_mfs
@@ -94,7 +94,10 @@ subtree as necessary to subsequently bui
 images.
 .\"
 .It Fl -iso
-Generate an ISO image, picobsd.iso, in addition to the disk image picobsd.bin
+Generate an ISO image,
+.Pa picobsd.iso ,
+in addition to the disk image
+.Pa picobsd.bin .
 .\"
 .It Fl -modules
 Also build kernel modules.

Modified: head/share/man/man8/rc.8
==============================================================================
--- head/share/man/man8/rc.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/share/man/man8/rc.8	Thu May 24 02:24:03 2012	(r235873)
@@ -253,7 +253,7 @@ The boot does not stop if such a script 
 but a script can stop the boot if necessary by invoking the
 .Fn stop_boot
 function (from
-.Xr rc.subr 8 ).
+.Xr rc.subr 8 ) .
 .El
 .Pp
 Each script should contain

Modified: head/sys/boot/common/loader.8
==============================================================================
--- head/sys/boot/common/loader.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sys/boot/common/loader.8	Thu May 24 02:24:03 2012	(r235873)
@@ -423,7 +423,7 @@ variable take effect immediately.
 Defines the base i/o port used to access console UART
 (i386 and amd64 only).
 If the variable is not set, its assumed value is 0x3F8, which
-corresponds to PC port COM1, unless overriden by
+corresponds to PC port COM1, unless overridden by
 .Va BOOT_COMCONSOLE_PORT
 variable during the compilation of
 .Nm .

Modified: head/sys/boot/forth/beastie.4th.8
==============================================================================
--- head/sys/boot/forth/beastie.4th.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sys/boot/forth/beastie.4th.8	Thu May 24 02:24:03 2012	(r235873)
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm beastie.4th
-.Nd FreeBSD ASCII art boot module.
+.Nd FreeBSD ASCII art boot module
 .Sh DESCRIPTION
 The file that goes by the name of
 .Nm

Modified: head/sys/boot/forth/brand.4th.8
==============================================================================
--- head/sys/boot/forth/brand.4th.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sys/boot/forth/brand.4th.8	Thu May 24 02:24:03 2012	(r235873)
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm brand.4th
-.Nd FreeBSD ASCII art boot module.
+.Nd FreeBSD ASCII art boot module
 .Sh DESCRIPTION
 The file that goes by the name of
 .Nm

Modified: head/sys/boot/forth/check-password.4th.8
==============================================================================
--- head/sys/boot/forth/check-password.4th.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sys/boot/forth/check-password.4th.8	Thu May 24 02:24:03 2012	(r235873)
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm check-password.4th
-.Nd FreeBSD password-checking boot module.
+.Nd FreeBSD password-checking boot module
 .Sh DESCRIPTION
 The file that goes by the name of
 .Nm

Modified: head/sys/boot/forth/color.4th.8
==============================================================================
--- head/sys/boot/forth/color.4th.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sys/boot/forth/color.4th.8	Thu May 24 02:24:03 2012	(r235873)
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm color.4th
-.Nd FreeBSD color-detection boot module.
+.Nd FreeBSD color-detection boot module
 .Sh DESCRIPTION
 The file that goes by the name of
 .Nm

Modified: head/sys/boot/forth/delay.4th.8
==============================================================================
--- head/sys/boot/forth/delay.4th.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sys/boot/forth/delay.4th.8	Thu May 24 02:24:03 2012	(r235873)
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm delay.4th
-.Nd FreeBSD debugging boot module.
+.Nd FreeBSD debugging boot module
 .Sh DESCRIPTION
 The file that goes by the name of
 .Nm

Modified: head/sys/boot/forth/menu.4th.8
==============================================================================
--- head/sys/boot/forth/menu.4th.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sys/boot/forth/menu.4th.8	Thu May 24 02:24:03 2012	(r235873)
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm menu.4th
-.Nd FreeBSD dynamic menu boot module.
+.Nd FreeBSD dynamic menu boot module
 .Sh DESCRIPTION
 The file that goes by the name of
 .Nm

Modified: head/sys/boot/forth/version.4th.8
==============================================================================
--- head/sys/boot/forth/version.4th.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/sys/boot/forth/version.4th.8	Thu May 24 02:24:03 2012	(r235873)
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm version.4th
-.Nd FreeBSD version string boot module.
+.Nd FreeBSD version string boot module
 .Sh DESCRIPTION
 The file that goes by the name of
 .Nm

Modified: head/usr.bin/ctlstat/ctlstat.8
==============================================================================
--- head/usr.bin/ctlstat/ctlstat.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.bin/ctlstat/ctlstat.8	Thu May 24 02:24:03 2012	(r235873)
@@ -86,8 +86,8 @@ Notation (JSON) format.
 No statistics are computed in this mode, only raw numbers are displayed.
 .It Fl l Ar lun
 Request statistics for the specified LUN.
-This option is incompatible with total (
-.Fl t )
+This option is incompatible with total
+.Fl ( t )
 mode.
 .It Fl n Ar numdevs
 Display statistics for this many devices.

Modified: head/usr.sbin/cpucontrol/cpucontrol.8
==============================================================================
--- head/usr.sbin/cpucontrol/cpucontrol.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/cpucontrol/cpucontrol.8	Thu May 24 02:24:03 2012	(r235873)
@@ -31,7 +31,7 @@
 .Nm cpucontrol
 .Nd control utility for the
 .Xr cpuctl 4
-device.
+device
 .Sh SYNOPSIS
 .Nm
 .Op Fl vh

Modified: head/usr.sbin/ctladm/ctladm.8
==============================================================================
--- head/usr.sbin/ctladm/ctladm.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/ctladm/ctladm.8	Thu May 24 02:24:03 2012	(r235873)
@@ -542,7 +542,7 @@ List all LUNs registered with CTL.
 Because this command uses the ioctl port, it will only work when the FETDs
 (Front End Target Drivers) are enabled.
 This command is the equivalent of doing a REPORT LUNS on one LUN and then
-and then an INQUIRY on each LUN in the system.
+an INQUIRY on each LUN in the system.
 .It Ic delay
 Delay commands at the given location.  There are two places where commands
 may be delayed currently: before data is transferred
@@ -749,7 +749,7 @@ single port.
 As a general rule, the WWNN should be the same across all ports on the
 system.
 .It Fl W Ar wwpn
-Set the World Wide Node Name for the given port.
+Set the World Wide Port Name for the given port.
 The
 .Fl n
 argument must be specified, since this is only possible to implement on a
@@ -939,10 +939,10 @@ Create a LUN using the block backend, sp
 .Pa src/usr.sbin/ctladm/ctladm.8
 as the backing store, and specify the
 .Tn SCSI
-VPD page 0x80 and 0x83 serial number (
-.Fl S)
-and device ID (
-.Fl d).
+VPD page 0x80 and 0x83 serial number
+.Fl ( S )
+and device ID
+.Fl ( d ) .
 .Pp
 .Dl ctladm remove -b block -l 12
 .Pp

Modified: head/usr.sbin/flowctl/flowctl.8
==============================================================================
--- head/usr.sbin/flowctl/flowctl.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/flowctl/flowctl.8	Thu May 24 02:24:03 2012	(r235873)
@@ -60,7 +60,7 @@ This command is the analog of the
 .Dq "show ip cache flow"
 command of a Cisco router.
 It dumps the contents of the flow cache in Cisco-like format.
-Specifing either
+Specifying either
 .Cm ipv4
 or
 .Cm ipv6

Modified: head/usr.sbin/freebsd-update/freebsd-update.8
==============================================================================
--- head/usr.sbin/freebsd-update/freebsd-update.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/freebsd-update/freebsd-update.8	Thu May 24 02:24:03 2012	(r235873)
@@ -62,7 +62,7 @@ Release Engineering Team, e.g.,
 .Fx
 9.0-CURRENT.
 .Sh OPTIONS
-The following options are supported
+The following options are supported:
 .Bl -tag -width "-f conffile"
 .It Fl b Ar basedir
 Operate on a system mounted at

Modified: head/usr.sbin/i2c/i2c.8
==============================================================================
--- head/usr.sbin/i2c/i2c.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/i2c/i2c.8	Thu May 24 02:24:03 2012	(r235873)
@@ -88,7 +88,7 @@ reset the controller.
 .It Fl s
 scan the bus for devices.
 .It Fl v
-be verbose
+be verbose.
 .It Fl w Ar 0|8|16
 device addressing width (in bits).
 .El

Modified: head/usr.sbin/jail/jail.8
==============================================================================
--- head/usr.sbin/jail/jail.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/jail/jail.8	Thu May 24 02:24:03 2012	(r235873)
@@ -255,7 +255,7 @@ They can also be given the values
 .Dq true
 and
 .Dq false .
-Other partameters may have more than one value, specified as a
+Other parameters may have more than one value, specified as a
 comma-separated list or with
 .Dq +=
 in the configuration file (see
@@ -269,7 +269,7 @@ parameters that are passed to the kernel
 can be seen with
 .Xr jls 8 ,
 and can (usually) be changed with
-.Dq Nm Fl m.
+.Dq Nm Fl m .
 Then there are pseudo-parameters that are only used by
 .Nm
 itself.
@@ -580,7 +580,7 @@ command parameters are
 command lines that are run in either the system or prison environment.
 They may be given multiple values, which run would the specified
 commands in sequence.
-All commands must succed (return a zero exit status), or the jail will
+All commands must succeed (return a zero exit status), or the jail will
 not be created or removed.
 .Pp
 The pseudo-parameters are:
@@ -657,7 +657,8 @@ The maximum amount of time to wait for a
 after sending them a
 .Dv SIGTERM
 signal (which happens after the
-.Va exec.stop commands have completed).
+.Va exec.stop
+commands have completed).
 After this many seconds have passed, the prison will be removed, which
 will kill any remaining processes.
 If this is set to zero, no

Modified: head/usr.sbin/rtadvctl/rtadvctl.8
==============================================================================
--- head/usr.sbin/rtadvctl/rtadvctl.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/rtadvctl/rtadvctl.8	Thu May 24 02:24:03 2012	(r235873)
@@ -31,7 +31,8 @@
 .Sh NAME
 .Nm rtadvctl
 .Nd control program for
-.Xr rtadvd 8 daemon
+.Xr rtadvd 8
+daemon
 .Sh SYNOPSIS
 .Nm
 .Op Fl v

Modified: head/usr.sbin/rtadvd/rtadvd.8
==============================================================================
--- head/usr.sbin/rtadvd/rtadvd.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/rtadvd/rtadvd.8	Thu May 24 02:24:03 2012	(r235873)
@@ -140,7 +140,7 @@ option, which enables routing renumberin
 .It Fl p
 Specify an alternative file in which to store the process ID.
 The default is
-.Pa /var/run/rtadvd.pid.
+.Pa /var/run/rtadvd.pid .
 .It Fl R
 Accept router renumbering requests.
 If you enable it, certain IPsec setup is suggested for security reasons.

Modified: head/usr.sbin/smbmsg/smbmsg.8
==============================================================================
--- head/usr.sbin/smbmsg/smbmsg.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/smbmsg/smbmsg.8	Thu May 24 02:24:03 2012	(r235873)
@@ -70,7 +70,7 @@ and writeable, respectively.
 The only valid additional option for this modus of operation (besides
 the
 .Fl p
-option that choses the modus) is
+option that chooses the modus) is
 .Fl f Ar dev .
 See below for a description.
 .Pp

Modified: head/usr.sbin/wpa/ndis_events/ndis_events.8
==============================================================================
--- head/usr.sbin/wpa/ndis_events/ndis_events.8	Thu May 24 01:43:08 2012	(r235872)
+++ head/usr.sbin/wpa/ndis_events/ndis_events.8	Thu May 24 02:24:03 2012	(r235873)
@@ -71,7 +71,7 @@ When it detects an event that was genera
 interface, it transmits it via UDP packet on the loopback interface,
 where
 .Xr wpa_supplicant 8
-is presumeably listening.
+is presumably listening.
 The standard
 .Xr wpa_supplicant 8
 distribution includes its own version of this utility for use with



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205240224.q4O2O4OY009544>