Author: uqs Date: Tue Oct 19 12:35:40 2010 New Revision: 214054 URL: http://svn.freebsd.org/changeset/base/214054
Log: mdoc: drop even more redundant .Pp calls No change in rendered output, less mandoc lint warnings. Tool provided by: Nobuyuki Koganemaru n-kogane at syd.odn.ne.jp Modified: head/contrib/bsnmp/lib/bsnmplib.3 head/libexec/bootpd/bootptab.5 head/sbin/routed/routed.8 head/sbin/setkey/setkey.8 head/sbin/sunlabel/sunlabel.8 head/share/man/man4/man4.arm/mge.4 head/share/man/man4/man4.i386/ep.4 head/share/man/man4/man4.i386/mse.4 head/share/man/man4/man4.powerpc/tsec.4 head/share/man/man5/freebsd-update.conf.5 head/sys/netinet/libalias/libalias.3 head/usr.sbin/apmd/apmd.8 head/usr.sbin/gpioctl/gpioctl.8 Modified: head/contrib/bsnmp/lib/bsnmplib.3 ============================================================================== --- head/contrib/bsnmp/lib/bsnmplib.3 Tue Oct 19 11:55:58 2010 (r214053) +++ head/contrib/bsnmp/lib/bsnmplib.3 Tue Oct 19 12:35:40 2010 (r214054) @@ -134,7 +134,6 @@ is not zero, .Fa v.octetstring.octets points to a string allocated by .Xr malloc 3 . -.Pp .Bd -literal -offset indent #define SNMP_COMMUNITY_MAXLEN 128 #define SNMP_MAX_BINDINGS 100 Modified: head/libexec/bootpd/bootptab.5 ============================================================================== --- head/libexec/bootpd/bootptab.5 Tue Oct 19 11:55:58 2010 (r214053) +++ head/libexec/bootpd/bootptab.5 Tue Oct 19 12:35:40 2010 (r214054) @@ -388,7 +388,6 @@ hardware address. An example .Pa /etc/bootptab file follows: -.Pp .Bd -literal -offset indent # Sample bootptab file (domain=andrew.cmu.edu) Modified: head/sbin/routed/routed.8 ============================================================================== --- head/sbin/routed/routed.8 Tue Oct 19 11:55:58 2010 (r214053) +++ head/sbin/routed/routed.8 Tue Oct 19 12:35:40 2010 (r214054) @@ -440,7 +440,6 @@ The file is comprised of a series of lines, each in one of the following two formats or consist of parameters described later. Blank lines and lines starting with '#' are comments. -.Pp .Bd -ragged .Cm net .Ar Nname[/mask] Modified: head/sbin/setkey/setkey.8 ============================================================================== --- head/sbin/setkey/setkey.8 Tue Oct 19 11:55:58 2010 (r214053) +++ head/sbin/setkey/setkey.8 Tue Oct 19 12:35:40 2010 (r214054) @@ -565,7 +565,6 @@ There are small, but important, differen See .Xr ipsec_set_policy 3 for details. -.Pp .El .Pp .\" @@ -583,7 +582,6 @@ in the of the .Ar protocol parameter: -.Pp .Bd -literal -offset indent algorithm keylen (bits) comment hmac-md5 128 ah: rfc2403 @@ -616,7 +614,6 @@ in the of the .Ar protocol parameter: -.Pp .Bd -literal -offset indent algorithm keylen (bits) comment des-cbc 64 esp-old: rfc1829, esp: rfc2405 @@ -643,7 +640,6 @@ in the of the .Ar protocol parameter: -.Pp .Bd -literal -offset indent algorithm comment deflate rfc2394 Modified: head/sbin/sunlabel/sunlabel.8 ============================================================================== --- head/sbin/sunlabel/sunlabel.8 Tue Oct 19 11:55:58 2010 (r214053) +++ head/sbin/sunlabel/sunlabel.8 Tue Oct 19 12:35:40 2010 (r214054) @@ -120,7 +120,6 @@ Options are listed in alphabetical order Note that only those option combinations listed under .Sx SYNOPSIS are allowable. -.Pp .Bl -tag -width ".Fl b Ar bootpath" .It Fl b Ar bootpath Specify that Modified: head/share/man/man4/man4.arm/mge.4 ============================================================================== --- head/share/man/man4/man4.arm/mge.4 Tue Oct 19 11:55:58 2010 (r214053) +++ head/share/man/man4/man4.arm/mge.4 Tue Oct 19 12:35:40 2010 (r214054) @@ -47,7 +47,6 @@ system-on-chip devices. The .Nm driver supports the following media types: -.Pp .Bl -tag -width xxxxxxxxxxxxxxxxxxxx .It autoselect Enable autoselection of the media type and options @@ -62,7 +61,6 @@ Set 1000baseT operation The .Nm driver supports the following media options: -.Pp .Bl -tag -width xxxxxxxxxxxxxxxxxxxx .It full-duplex Set full duplex operation Modified: head/share/man/man4/man4.i386/ep.4 ============================================================================== --- head/share/man/man4/man4.i386/ep.4 Tue Oct 19 11:55:58 2010 (r214053) +++ head/share/man/man4/man4.i386/ep.4 Tue Oct 19 12:35:40 2010 (r214054) @@ -57,7 +57,6 @@ Parallel Tasking chipset. .Pp Various models of these cards come with a different assortment of connectors: -.Pp .Bl -tag -width xxxxxxxxxxxxxxxxxxxx .It AUI/DIX Standard 15 pin connector, also known as 10base5 (thick-net) @@ -74,7 +73,6 @@ To override this, use the following medi or in your .Pa /etc/rc.conf file. -.Pp .Bl -tag -width xxxxxxxxxxxxxxxxxxxx .It 10base5/AUI Use the AUI port. Modified: head/share/man/man4/man4.i386/mse.4 ============================================================================== --- head/share/man/man4/man4.i386/mse.4 Tue Oct 19 11:55:58 2010 (r214053) +++ head/share/man/man4/man4.i386/mse.4 Tue Oct 19 12:35:40 2010 (r214054) @@ -147,7 +147,6 @@ or in the User Configuration Menu at the boot time (see .Xr boot 8 ) . -.Pp .Bl -tag -width MOUSE .It bit 4..7 ACCELERATION This flag controls the amount of acceleration effect. Modified: head/share/man/man4/man4.powerpc/tsec.4 ============================================================================== --- head/share/man/man4/man4.powerpc/tsec.4 Tue Oct 19 11:55:58 2010 (r214053) +++ head/share/man/man4/man4.powerpc/tsec.4 Tue Oct 19 12:35:40 2010 (r214054) @@ -47,7 +47,6 @@ some of the Freescale system-on-chip dev The .Nm driver supports the following media types: -.Pp .Bl -tag -width xxxxxxxxxxxxxxxxxxxx .It autoselect Enable autoselection of the media type and options @@ -62,7 +61,6 @@ Set 1000baseT operation The .Nm driver supports the following media options: -.Pp .Bl -tag -width xxxxxxxxxxxxxxxxxxxx .It full-duplex Set full duplex operation Modified: head/share/man/man5/freebsd-update.conf.5 ============================================================================== --- head/share/man/man5/freebsd-update.conf.5 Tue Oct 19 11:55:58 2010 (r214053) +++ head/share/man/man5/freebsd-update.conf.5 Tue Oct 19 12:35:40 2010 (r214054) @@ -47,7 +47,6 @@ Unless stated otherwise, specifying an o error. .Pp The possible options and their meanings are as follows: -.Pp .Bl -tag -width ".Cm BackupKernelSymbolFiles" .It Cm KeyPrint The single parameter following this keyword is the SHA256 hash Modified: head/sys/netinet/libalias/libalias.3 ============================================================================== --- head/sys/netinet/libalias/libalias.3 Tue Oct 19 11:55:58 2010 (r214053) +++ head/sys/netinet/libalias/libalias.3 Tue Oct 19 12:35:40 2010 (r214054) @@ -899,7 +899,6 @@ protocols (except for IP, TCP and UDP) t .Sh ACKNOWLEDGMENTS Listed below, in approximate chronological order, are individuals who have provided valuable comments and/or debugging assistance. -.Pp .Bd -ragged -offset indent .An -split .An Gary Roberts Modified: head/usr.sbin/apmd/apmd.8 ============================================================================== --- head/usr.sbin/apmd/apmd.8 Tue Oct 19 11:55:58 2010 (r214053) +++ head/usr.sbin/apmd/apmd.8 Tue Oct 19 12:35:40 2010 (r214054) @@ -143,7 +143,6 @@ The structure of the .Nm configuration file is quite simple. For example: -.Pp .Bd -literal apm_event SUSPENDREQ { exec "sync && sync && sync"; @@ -161,7 +160,6 @@ to receive the APM event command 3 times and wait for a while, then execute .Nm zzz ( Ns Nm apm Fl z ) to put the system in the suspend state. -.Pp .Bl -bullet .It The apm_event keyword Modified: head/usr.sbin/gpioctl/gpioctl.8 ============================================================================== --- head/usr.sbin/gpioctl/gpioctl.8 Tue Oct 19 11:55:58 2010 (r214053) +++ head/usr.sbin/gpioctl/gpioctl.8 Tue Oct 19 12:35:40 2010 (r214054) @@ -95,7 +95,6 @@ toggle value of provided pin number be verbose: for each listed pin print current configuration .El .Sh EXAMPLES -.Pp .Bl -bullet .It List pins available on GPIO controller defined by device /dev/gpioctl0 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"