From owner-svn-src-stable@FreeBSD.ORG Wed Jun 20 23:47:49 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70E79106566B; Wed, 20 Jun 2012 23:47:49 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 579DA8FC12; Wed, 20 Jun 2012 23:47:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5KNlnRd074845; Wed, 20 Jun 2012 23:47:49 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5KNln28074825; Wed, 20 Jun 2012 23:47:49 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201206202347.q5KNln28074825@svn.freebsd.org> From: Warren Block Date: Wed, 20 Jun 2012 23:47:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237347 - in stable/8: lib/libpam/modules/pam_exec sbin/atacontrol sbin/geom/class/part sbin/geom/class/raid sbin/geom/class/virstor sbin/gvinum sbin/hastctl sbin/hastd sbin/mount sbin/... X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 23:47:49 -0000 Author: wblock (doc committer) Date: Wed Jun 20 23:47:48 2012 New Revision: 237347 URL: http://svn.freebsd.org/changeset/base/237347 Log: MFC r235873: Fixes to man8 groff mandoc style, usage mistakes, or typos. Includes a partial MFC of r233648 for sbin/gvinum/gvinum.8. PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb (mentor) Modified: stable/8/lib/libpam/modules/pam_exec/pam_exec.8 stable/8/sbin/atacontrol/atacontrol.8 stable/8/sbin/geom/class/part/gpart.8 stable/8/sbin/geom/class/raid/graid.8 stable/8/sbin/geom/class/virstor/gvirstor.8 stable/8/sbin/gvinum/gvinum.8 stable/8/sbin/hastctl/hastctl.8 stable/8/sbin/hastd/hastd.8 stable/8/sbin/mount/mount.8 stable/8/sbin/natd/natd.8 stable/8/share/man/man8/picobsd.8 stable/8/share/man/man8/rc.8 stable/8/usr.sbin/cpucontrol/cpucontrol.8 stable/8/usr.sbin/freebsd-update/freebsd-update.8 stable/8/usr.sbin/i2c/i2c.8 stable/8/usr.sbin/rtadvctl/rtadvctl.8 stable/8/usr.sbin/rtadvd/rtadvd.8 stable/8/usr.sbin/smbmsg/smbmsg.8 stable/8/usr.sbin/wpa/ndis_events/ndis_events.8 Directory Properties: stable/8/lib/libpam/ (props changed) stable/8/sbin/atacontrol/ (props changed) stable/8/sbin/geom/class/part/ (props changed) stable/8/sbin/geom/class/raid/ (props changed) stable/8/sbin/geom/class/virstor/ (props changed) stable/8/sbin/gvinum/ (props changed) stable/8/sbin/hastctl/ (props changed) stable/8/sbin/hastd/ (props changed) stable/8/sbin/mount/ (props changed) stable/8/sbin/natd/ (props changed) stable/8/share/man/man8/ (props changed) stable/8/usr.sbin/cpucontrol/ (props changed) stable/8/usr.sbin/freebsd-update/ (props changed) stable/8/usr.sbin/i2c/ (props changed) stable/8/usr.sbin/rtadvctl/ (props changed) stable/8/usr.sbin/rtadvd/ (props changed) stable/8/usr.sbin/smbmsg/ (props changed) stable/8/usr.sbin/wpa/ (props changed) Modified: stable/8/lib/libpam/modules/pam_exec/pam_exec.8 ============================================================================== --- stable/8/lib/libpam/modules/pam_exec/pam_exec.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/lib/libpam/modules/pam_exec/pam_exec.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/sbin/atacontrol/atacontrol.8 ============================================================================== --- stable/8/sbin/atacontrol/atacontrol.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/sbin/atacontrol/atacontrol.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/sbin/geom/class/part/gpart.8 ============================================================================== --- stable/8/sbin/geom/class/part/gpart.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/sbin/geom/class/part/gpart.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/sbin/geom/class/raid/graid.8 ============================================================================== --- stable/8/sbin/geom/class/raid/graid.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/sbin/geom/class/raid/graid.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/sbin/geom/class/virstor/gvirstor.8 ============================================================================== --- stable/8/sbin/geom/class/virstor/gvirstor.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/sbin/geom/class/virstor/gvirstor.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -109,7 +109,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 . @@ -264,7 +264,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: stable/8/sbin/gvinum/gvinum.8 ============================================================================== --- stable/8/sbin/gvinum/gvinum.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/sbin/gvinum/gvinum.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -42,7 +42,7 @@ .Bl -tag -width indent .It Ic attach Ar plex volume Op Cm rename .It Ic attach Ar subdisk plex Oo Ar offset Oc Op Cm rename -Attach a plex to a volume, or a subdisk to a plex. +Attach a plex to a volume, or a subdisk to a plex. If offset is specified, the subdisk will be attached to the given offset within the plex. If rename is specified, the subdisk or plex will change name according to the @@ -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 . @@ -103,10 +104,10 @@ and .Fl V flags provide progressively more detailed output. .It Ic mirror Oo Fl fsv Oc Oo Fl n Ar name Oc Ar drives -Create a mirrored volume from the specified drives. +Create a mirrored volume from the specified drives. It requires at least a multiple of 2 drives. If no name is specified, a unique name will be set by gvinum. -If the +If the .Fl s flag is specified, a striped mirror will be created, and thus requires a multiple of 4 drives. @@ -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,11 +280,12 @@ 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" -.Dl "mount /dev/gvinum/gvinumvolume0 /mnt" +.Dl "mount /dev/gvinum/gvinumvolume0 /mnt" .Dl "..." .Dl "unmount /mnt" .Dl "gvinum stop" Modified: stable/8/sbin/hastctl/hastctl.8 ============================================================================== --- stable/8/sbin/hastctl/hastctl.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/sbin/hastctl/hastctl.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/sbin/hastd/hastd.8 ============================================================================== --- stable/8/sbin/hastd/hastd.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/sbin/hastd/hastd.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/sbin/mount/mount.8 ============================================================================== --- stable/8/sbin/mount/mount.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/sbin/mount/mount.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/sbin/natd/natd.8 ============================================================================== --- stable/8/sbin/natd/natd.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/sbin/natd/natd.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/share/man/man8/picobsd.8 ============================================================================== --- stable/8/share/man/man8/picobsd.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/share/man/man8/picobsd.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -54,7 +54,7 @@ The most important options for common op .Fl src , .Fl init , .Fl n and -.Fl v. +.Fl v . .Pp .Bl -tag -width indent .\" @@ -95,7 +95,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: stable/8/share/man/man8/rc.8 ============================================================================== --- stable/8/share/man/man8/rc.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/share/man/man8/rc.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/usr.sbin/cpucontrol/cpucontrol.8 ============================================================================== --- stable/8/usr.sbin/cpucontrol/cpucontrol.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/usr.sbin/cpucontrol/cpucontrol.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -31,7 +31,7 @@ .Nm cpucontrol .Nd control utility for the .Xr cpuctl 4 -device. +device .Sh SYNOPSIS .Nm .Op Fl vh Modified: stable/8/usr.sbin/freebsd-update/freebsd-update.8 ============================================================================== --- stable/8/usr.sbin/freebsd-update/freebsd-update.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/usr.sbin/freebsd-update/freebsd-update.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/usr.sbin/i2c/i2c.8 ============================================================================== --- stable/8/usr.sbin/i2c/i2c.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/usr.sbin/i2c/i2c.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/usr.sbin/rtadvctl/rtadvctl.8 ============================================================================== --- stable/8/usr.sbin/rtadvctl/rtadvctl.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/usr.sbin/rtadvctl/rtadvctl.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/usr.sbin/rtadvd/rtadvd.8 ============================================================================== --- stable/8/usr.sbin/rtadvd/rtadvd.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/usr.sbin/rtadvd/rtadvd.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/usr.sbin/smbmsg/smbmsg.8 ============================================================================== --- stable/8/usr.sbin/smbmsg/smbmsg.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/usr.sbin/smbmsg/smbmsg.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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: stable/8/usr.sbin/wpa/ndis_events/ndis_events.8 ============================================================================== --- stable/8/usr.sbin/wpa/ndis_events/ndis_events.8 Wed Jun 20 23:25:47 2012 (r237346) +++ stable/8/usr.sbin/wpa/ndis_events/ndis_events.8 Wed Jun 20 23:47:48 2012 (r237347) @@ -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