From f6ff4ef274a49b51c2402c72abc78cdfdbb01f98 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 10 Feb 2006 19:01:10 +0000 Subject: [PATCH] Remove .Pp directly following .Sh or .Ss (not necessary, see mdoc(7)). --- bin/stty/stty.1 | 6 +----- lib/libcrypt/crypt.3 | 5 +---- sbin/disklabel/disklabel.8 | 11 +---------- share/man/man4/ip.4 | 4 +--- share/man/man4/isp.4 | 3 +-- share/man/man4/ppbus.4 | 4 +--- share/man/man4/vinum.4 | 6 +----- share/man/man5/msdos.5 | 3 +-- share/man/man7/mailaddr.7 | 7 +------ share/termcap/termcap.5 | 3 +-- usr.sbin/dntpd/dntpd.8 | 3 +-- usr.sbin/i4b/man/isic.4 | 3 +-- usr.sbin/stallion/bootcode/stl.4 | 4 +--- usr.sbin/vnconfig/vnconfig.8 | 3 +-- 14 files changed, 14 insertions(+), 51 deletions(-) diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 62fb8eece2..35da6b676f 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -34,7 +34,7 @@ .\" .\" @(#)stty.1 8.4 (Berkeley) 4/18/94 .\" $FreeBSD: src/bin/stty/stty.1,v 1.13.2.6 2001/12/14 14:22:09 ru Exp $ -.\" $DragonFly: src/bin/stty/stty.1,v 1.3 2003/10/13 21:24:26 dillon Exp $ +.\" $DragonFly: src/bin/stty/stty.1,v 1.4 2006/02/10 19:01:09 swildner Exp $ .\" .Dd April 18, 1994 .Dt STTY 1 @@ -93,7 +93,6 @@ to restore the current terminal state as per The following arguments are available to set the terminal characteristics: .Ss Control Modes: -.Pp Control mode flags affect hardware characteristics associated with the terminal. This corresponds to the c_cflag in the termios structure. .Bl -tag -width Fl @@ -252,7 +251,6 @@ Do not (do) output CRs at column zero. On the terminal NL performs (does not perform) the CR function. .El .Ss Local Modes: -.Pp Local mode flags (lflags) affect various and sundry characteristics of terminal processing. Historically the term "local" pertained to new job control features @@ -412,7 +410,6 @@ Non-Canonical mode input processing (-icanon). .El .Ss Combination Modes: -.Pp .Bl -tag -width Fl .It Ar saved settings Set the current terminal @@ -505,7 +502,6 @@ The size of the terminal is printed as two numbers on a single line, first rows, then columns. .El .Ss Compatibility Modes: -.Pp These modes remain for compatibility with the previous version of the .Nm diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index 35645acbdb..0714dcb473 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libcrypt/crypt.3,v 1.6.2.14 2002/12/29 16:35:35 schweikh Exp $ -.\" $DragonFly: src/lib/libcrypt/crypt.3,v 1.2 2003/06/17 04:26:49 dillon Exp $ +.\" $DragonFly: src/lib/libcrypt/crypt.3,v 1.3 2006/02/10 19:01:09 swildner Exp $ .\" .\" Manual page, using -mandoc macros .\" @@ -105,7 +105,6 @@ All routines are designed to be time-consuming. A brief test on a crypt to do approximately 2640 crypts a CPU second and MD5 to do about 62 crypts a CPU second. .Ss DES Extended Format: -.Pp The .Ar key is divided into groups of 8 characters (the last group is null-padded) @@ -161,7 +160,6 @@ string, 20 or 13 bytes (plus null) in length, consisting of the .Ar salt followed by the encoded 64-bit encryption. .Ss "Modular" crypt: -.Pp If the salt begins with the string .Fa $digit$ then the Modular Crypt Format is used. The @@ -187,7 +185,6 @@ Other crypt formats may be easily added. An example salt would be: .El .Pp .Ss "Traditional" crypt: -.Pp The algorithm used will depend upon whether .Fn crypt_set_format has been called and whether a global default format has been specified. diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index e626471fb4..fb2bf034b3 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -34,7 +34,7 @@ .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 .\" $FreeBSD: src/sbin/disklabel/disklabel.8,v 1.15.2.22 2003/04/17 17:56:34 trhodes Exp $ -.\" $DragonFly: src/sbin/disklabel/disklabel.8,v 1.5 2004/08/06 22:49:41 cpressey Exp $ +.\" $DragonFly: src/sbin/disklabel/disklabel.8,v 1.6 2006/02/10 19:01:09 swildner Exp $ .\" .Dd July 30, 1999 .Dt DISKLABEL 8 @@ -106,7 +106,6 @@ addition, .Nm can install bootstrap code. .Ss Raw or in-core label -.Pp The disk label resides close to or at the beginning of each disk slice. For faster access, the kernel maintains a copy in core at all times. By default, most forms of the @@ -121,7 +120,6 @@ must be used when first installing a label on a disk. The specific effect of is described under each command. .Pp .Ss Disk device name -.Pp All .Nm forms require a disk device name, which should always be the raw @@ -145,7 +143,6 @@ The .Nm utility will automatically prepend it. .Ss Reading the disk label -.Pp To examine the label on a disk drive, use .Nm without options: @@ -174,7 +171,6 @@ reads the label from the raw disk and displays it. Both versions are usually identical except in the case where a label has not yet been initialized or is corrupt. .Ss Writing a standard label -.Pp To write a standard label, use the form .Pp .Nm @@ -263,7 +259,6 @@ Installing a new disklabel does not in of itself allow your system to boot a kernel using that label. You must also install boot blocks, which is described later on in this manual page. .Ss Editing an existing disk label -.Pp To edit an existing disk label, use the form .Pp .Nm @@ -289,7 +284,6 @@ is specified, no data will be written to the device, and instead the disklabel that would have been written will be printed to stdout. This is useful to see how a partitioning scheme will work out for a specific disk. .Ss Restoring a disk label from a file -.Pp To restore a disk label from a file, use the form .Pp .Nm @@ -314,7 +308,6 @@ is used, no data will be written to the device, and instead the disklabel that would have been written will be printed to stdout. This is useful to see how a partitioning scheme will work out for a specific disk. .Ss Enabling and disabling writing to the disk label area -.Pp By default, it is not possible to write to the disk label area at the beginning of a disk. The disk driver arranges for .Xr write 2 @@ -335,7 +328,6 @@ command .Fl N .Ar disk .Ss Installing bootstraps -.Pp The final three forms of .Nm are used to install bootstrap code. If you are creating a @@ -457,7 +449,6 @@ for the standard stage1 and stage2 boot images (details may vary on architectures like the Alpha, where only a single-stage boot is used). .El .Ss Initializing/Formatting a bootable disk from scratch -.Pp To initialize a disk from scratch the following sequence is recommended. Please note that this will wipe everything that was previously on the disk, including any diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 6066c8f536..0585d77d8f 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -31,7 +31,7 @@ .\" .\" @(#)ip.4 8.2 (Berkeley) 11/30/93 .\" $FreeBSD: src/share/man/man4/ip.4,v 1.13.2.9 2002/05/02 02:40:26 silby Exp $ -.\" $DragonFly: src/share/man/man4/ip.4,v 1.2 2003/06/17 04:36:59 dillon Exp $ +.\" $DragonFly: src/share/man/man4/ip.4,v 1.3 2006/02/10 19:01:09 swildner Exp $ .\" .Dd March 3, 2001 .Dt IP 4 @@ -176,7 +176,6 @@ and .Sy net.inet.ip.portrange.lowlast . .El .Ss "Multicast Options" -.Pp .Tn IP multicasting is supported only on .Dv AF_INET @@ -301,7 +300,6 @@ contains the same values as used to add the membership. Memberships are dropped when the socket is closed or the process exits. .\"----------------------- .Ss "Raw IP Sockets" -.Pp Raw .Tn IP sockets are connectionless, diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4 index 213b97ee9c..8439087322 100644 --- a/share/man/man4/isp.4 +++ b/share/man/man4/isp.4 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/share/man/man4/isp.4,v 1.3.4.9 2001/12/17 11:30:12 ru Exp $ -.\" $DragonFly: src/share/man/man4/isp.4,v 1.2 2003/06/17 04:36:59 dillon Exp $ +.\" $DragonFly: src/share/man/man4/isp.4,v 1.3 2006/02/10 19:01:09 swildner Exp $ .\" $NetBSD: isp.4,v 1.5 1999/12/18 18:33:05 mjacob Exp $ .\" .\" Copyright (c) 1998, 1999 @@ -120,7 +120,6 @@ Performance Technology ISP2100 variants. Antares Microsystems ISP2100 variants. .El .Sh CONFIGURATION OPTIONS -.Pp Target mode support may be enabled with the .Pp .Cd options ISP_TARGET_MODE diff --git a/share/man/man4/ppbus.4 b/share/man/man4/ppbus.4 index 28961b3d43..f49b94b042 100644 --- a/share/man/man4/ppbus.4 +++ b/share/man/man4/ppbus.4 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/ppbus.4,v 1.14.2.5 2001/08/17 13:08:39 ru Exp $ -.\" $DragonFly: src/share/man/man4/ppbus.4,v 1.2 2003/06/17 04:36:59 dillon Exp $ +.\" $DragonFly: src/share/man/man4/ppbus.4,v 1.3 2006/02/10 19:01:09 swildner Exp $ .\" .Dd March 1, 1998 .Dt PPBUS 4 @@ -62,7 +62,6 @@ that allows parallel port access from outside the kernel without conflicting with kernel-in drivers. .El .Ss Developing new drivers -.Pp The ppbus system has been designed to support the development of standard and non-standard software: .Pp @@ -75,7 +74,6 @@ It uses standard and non-standard parallel port accesses. .It Sy lpbb Ta "Philips official parallel port I2C bit-banging interface" .El .Ss Porting existing drivers -.Pp Another approach to the ppbus system is to port existing drivers. Various drivers have already been ported: .Pp diff --git a/share/man/man4/vinum.4 b/share/man/man4/vinum.4 index aba9fba77f..962dfd3138 100644 --- a/share/man/man4/vinum.4 +++ b/share/man/man4/vinum.4 @@ -35,7 +35,7 @@ .\" advised of the possibility of such damage. .\" .\" $FreeBSD: src/share/man/man4/vinum.4,v 1.22.2.9 2002/04/22 08:19:35 kuriyama Exp $ -.\" $DragonFly: src/share/man/man4/vinum.4,v 1.5 2004/07/08 00:14:49 hmp Exp $ +.\" $DragonFly: src/share/man/man4/vinum.4,v 1.6 2006/02/10 19:01:09 swildner Exp $ .\" .Dd October 5, 1999 .Dt vinum 4 @@ -570,7 +570,6 @@ the subdisk. .\" XXX .Nm This mapping is still to be determined. .Ss OBJECT STATES -.Pp Each .Nm object has a \fIstate\fR associated with it. @@ -715,7 +714,6 @@ Solving problems with .Nm can be a difficult affair. This section suggests some approaches. .Ss Configuration problems -.Pp It is relatively easy (too easy) to run into problems with the .Nm configuration. If you do, the first thing you should do is stop configuration @@ -775,7 +773,6 @@ corruption. You may need to use the .Cm resetconfig command if you have this kind of trouble. .Ss Kernel Panics -.Pp In order to analyse a panic which you suspect comes from .Nm you will need to build a debug kernel. See the online handbook at @@ -934,7 +931,6 @@ the .Nm bt (backtrace) command above. .Ss Reporting problems with Vinum -.Pp If you find any bugs in .Nm , please report them to Greg Lehey . Supply the following diff --git a/share/man/man5/msdos.5 b/share/man/man5/msdos.5 index 9623f84205..6f8ed2e8dd 100644 --- a/share/man/man5/msdos.5 +++ b/share/man/man5/msdos.5 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/share/man/man5/msdos.5,v 1.3.2.1 2002/12/30 04:44:44 trhodes Exp $ -.\" $DragonFly: src/share/man/man5/msdos.5,v 1.3 2004/03/11 12:28:56 hmp Exp $ +.\" $DragonFly: src/share/man/man5/msdos.5,v 1.4 2006/02/10 19:01:10 swildner Exp $ .\" Written by Tom Rhodes .\" This file is in the public domain. .\" @@ -20,7 +20,6 @@ To link into the kernel: To load as a kernel loadable module: .Dl kldload msdos .Sh DESCRIPTION -.Pp The .Nm file system driver will permit the diff --git a/share/man/man7/mailaddr.7 b/share/man/man7/mailaddr.7 index 67f7e1cba8..91e1f9c01a 100644 --- a/share/man/man7/mailaddr.7 +++ b/share/man/man7/mailaddr.7 @@ -31,7 +31,7 @@ .\" .\" @(#)mailaddr.7 8.1 (Berkeley) 6/16/93 .\" $FreeBSD: src/share/man/man7/mailaddr.7,v 1.6.2.1 2001/08/17 13:08:49 ru Exp $ -.\" $DragonFly: src/share/man/man7/mailaddr.7,v 1.2 2003/06/17 04:37:00 dillon Exp $ +.\" $DragonFly: src/share/man/man7/mailaddr.7,v 1.3 2006/02/10 19:01:10 swildner Exp $ .\" .Dd June 16, 1993 .Dt MAILADDR 7 @@ -64,7 +64,6 @@ For example, a user on ``calder.berkeley.edu'' could send to ``eric@CS'' without adding the ``berkeley.edu'' since it is the same on both sending and receiving hosts. .Ss Compatibility. -.Pp Certain old address formats are converted to the new format to provide compatibility with the previous mail system. In particular, .Pp @@ -93,13 +92,11 @@ This is normally converted back to the ``host!user'' form before being sent on for compatibility with older UUCP hosts. .Pp .Ss Case Distinctions. -.Pp Domain names (i.e., anything after the ``@'' sign) may be given in any mixture of upper and lower case with the exception of UUCP hostnames. Most hosts accept any combination of case in user names, with the notable exception of MULTICS sites. .Ss Route-addrs. -.Pp Under some circumstances it may be necessary to route a message through several hosts to get it to the final destination. Normally this routing is done automatically, but sometimes it is desirable to route the message @@ -126,11 +123,9 @@ Many sites also support the ``percent hack'' for simplistic routing: .Pp is routed as indicated in the previous example. .Ss Postmaster. -.Pp Every site is required to have a user or user alias designated ``postmaster'' to which problems with the mail system may be addressed. .Ss Other Networks. -.Pp Some other networks can be reached by giving the name of the network as the last component of the domain. .Em This is not a standard feature diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5 index c3a3a0c437..3a78dfea53 100644 --- a/share/termcap/termcap.5 +++ b/share/termcap/termcap.5 @@ -52,7 +52,7 @@ .\" ***************************************************************************/ .\" .\" $FreeBSD: src/share/termcap/termcap.5,v 1.12.2.6 2002/08/15 08:30:27 ru Exp $ -.\" $DragonFly: src/share/termcap/termcap.5,v 1.2 2003/06/17 04:37:03 dillon Exp $ +.\" $DragonFly: src/share/termcap/termcap.5,v 1.3 2006/02/10 19:01:10 swildner Exp $ .\" .Dd April 16, 1994 .Dt TERMCAP 5 @@ -1161,7 +1161,6 @@ These are primarily useful if the terminal does not have .Sy \&cm , such as the Tektronix 4025. .Ss Cursor Motions -.Pp If the terminal has a fast way to home the cursor (to the very upper left corner of the screen), this can be given as .Sy \&ho . diff --git a/usr.sbin/dntpd/dntpd.8 b/usr.sbin/dntpd/dntpd.8 index 24404c2c65..edec3a36f7 100644 --- a/usr.sbin/dntpd/dntpd.8 +++ b/usr.sbin/dntpd/dntpd.8 @@ -1,4 +1,4 @@ -.\" $DragonFly: src/usr.sbin/dntpd/dntpd.8,v 1.6 2005/09/13 18:13:11 dillon Exp $ +.\" $DragonFly: src/usr.sbin/dntpd/dntpd.8,v 1.7 2006/02/10 19:01:10 swildner Exp $ .\" .\" Copyright (c) 2005 The DragonFly Project. All rights reserved. .\" @@ -235,7 +235,6 @@ number of servers may be specified but it is usually wasteful to have more than four. .Pp .Sh BUGS -.Pp An algorithm is needed to deal with time sources with packet-latency-based offset errors. .Pp diff --git a/usr.sbin/i4b/man/isic.4 b/usr.sbin/i4b/man/isic.4 index 6aa07ff6fa..f1f612cfca 100644 --- a/usr.sbin/i4b/man/isic.4 +++ b/usr.sbin/i4b/man/isic.4 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/i4b/man/isic.4,v 1.8.2.8 2001/08/16 15:55:58 ru Exp $ -.\" $DragonFly: src/usr.sbin/i4b/man/isic.4,v 1.2 2003/06/17 04:29:55 dillon Exp $ +.\" $DragonFly: src/usr.sbin/i4b/man/isic.4,v 1.3 2006/02/10 19:01:10 swildner Exp $ .\" .\" last edit-date: [Fri Jan 26 14:32:33 2001] .\" @@ -35,7 +35,6 @@ .Nd isdn4bsd Siemens ISDN Chipset device driver .Sh SYNOPSIS .Ss FreeBSD (FreeBSD >= 4.0) -.Pp Asuscom ISDNLink 128K (ISA PnP): .Cd options \&"ASUSCOM_IPAC\&" .Cd "device isic0" diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4 index 03248ed18c..bff0c0ef08 100644 --- a/usr.sbin/stallion/bootcode/stl.4 +++ b/usr.sbin/stallion/bootcode/stl.4 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/stallion/bootcode/stl.4,v 1.8.2.5 2001/12/14 16:41:52 ru Exp $ -.\" $DragonFly: src/usr.sbin/stallion/bootcode/stl.4,v 1.3 2005/08/01 01:49:18 swildner Exp $ +.\" $DragonFly: src/usr.sbin/stallion/bootcode/stl.4,v 1.4 2006/02/10 19:01:10 swildner Exp $ .\" .Dd January 8, 1998 .Os @@ -44,7 +44,6 @@ .Cd "device stli0 at isa? port iomem iosiz flags " .Cd "device stli0 at eisa? port iomem iosiz flags " .Sh DESCRIPTION -.Pp This is a kernel driver for Stallion Technologies multiport serial boards. There are two drivers, each supporting a different class of boards. The @@ -57,7 +56,6 @@ while the driver supports all other types, including ONboard, Brumby and EasyConnection 8/64 (ISA and EISA). .Sh CONFIGURATION -.Pp Each non-PCI board installed in the system needs a configuration entry in the kernel configuration file. Slightly different options and parameters are required for each of the diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index d043394b7c..a4a17cc76d 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -36,7 +36,7 @@ .\" .\" @(#)vnconfig.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD: src/usr.sbin/vnconfig/vnconfig.8,v 1.14.2.8 2003/01/04 22:35:53 keramida Exp $ -.\" $DragonFly: src/usr.sbin/vnconfig/vnconfig.8,v 1.2 2003/06/17 04:30:04 dillon Exp $ +.\" $DragonFly: src/usr.sbin/vnconfig/vnconfig.8,v 1.3 2006/02/10 19:01:10 swildner Exp $ .\" .Dd July 8, 1993 .Dt VNCONFIG 8 @@ -213,7 +213,6 @@ default configuration file for option .El .Sh EXAMPLES -.Pp .Dl vnconfig vn0c /tmp/diskimage .Pp Configures the vnode disk -- 2.41.0