From: Sascha Wildner Date: Mon, 27 Mar 2006 16:45:44 +0000 (+0000) Subject: Remove trailing whitespace. X-Git-Tag: v2.0.1~5169 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/3e84a8c5aa37cd5ca3d82bfc97bfdc105d688392 Remove trailing whitespace. --- diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 563a231dcb..29db1e7a38 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -32,7 +32,7 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: editrc.5,v 1.19 2003/11/01 23:35:33 christos Exp $ -.\" $DragonFly: src/lib/libedit/editrc.5,v 1.3 2005/11/13 11:58:30 corecode Exp $ +.\" $DragonFly: src/lib/libedit/editrc.5,v 1.4 2006/03/27 16:45:43 swildner Exp $ .\" .Dd October 18, 2003 .Os @@ -232,7 +232,7 @@ Enable or disable the .Nm editline functionality in a program. .It Ic history Ar list | Ar size Dv n | Ar unique Dv n -The +The .Ar list command lists all entries in the history. The diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index f3da3dba21..394a35d600 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,5 +1,5 @@ .\" $FreeBSD: src/libexec/atrun/atrun.man,v 1.7.2.3 2001/08/16 10:44:13 ru Exp $ -.\" $DragonFly: src/libexec/atrun/atrun.man,v 1.2 2003/06/17 04:27:07 dillon Exp $ +.\" $DragonFly: src/libexec/atrun/atrun.man,v 1.3 2006/03/27 16:45:44 swildner Exp $ .Dd April 12, 1995 .Dt ATRUN 8 .Os @@ -28,12 +28,12 @@ so that .Xr atrun 8 gets invoked every five minutes. .Pp -At every invocation, +At every invocation, .Nm will start all the jobs in the lowercase queues whose start time has elapsed. -In addition, if the load average over the last minute was less than -the specified limit then a maximum of one batch job (denoted by the +In addition, if the load average over the last minute was less than +the specified limit then a maximum of one batch job (denoted by the uppercase queues) is started. .Sh OPTIONS .Bl -tag -width indent @@ -64,7 +64,7 @@ Directory containing job files .Xr crontab 5 , .Xr cron 8 .Sh BUGS -The functionality of +The functionality of .Nm should be merged into .Xr cron 8 . diff --git a/sbin/jscan/jscan.8 b/sbin/jscan/jscan.8 index 7f93b96cc1..525d625f07 100644 --- a/sbin/jscan/jscan.8 +++ b/sbin/jscan/jscan.8 @@ -31,7 +31,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/sbin/jscan/jscan.8,v 1.10 2006/03/26 22:56:57 swildner Exp $ +.\" $DragonFly: src/sbin/jscan/jscan.8,v 1.11 2006/03/27 16:45:44 swildner Exp $ .\" .Dd March 6, 2005 .Dt JSCAN 8 @@ -87,7 +87,7 @@ Generate a mirror in the directory specified by or, if not specified, the current directory. The .Ar mirror_transid_file -will be used to track the transaction id representing the current +will be used to track the transaction id representing the current syncnronization point for the mirror. The keyword .Ar none may be specified if no tracking file is desired. However, if no tracking @@ -122,13 +122,13 @@ The .Fl o option indicates a half-duplex output stream while the .Fl O -option indicates a full-duplex (ACK protocol) output stream. +option indicates a full-duplex (ACK protocol) output stream. .Pp This option is not really designed to output to regular files because it does NOT necessarily weed out duplicate records. When both the input stream and output stream are full-duplex and .Fl w/W -is not specified, +is not specified, .Nm acts as a stateless transceiver and the input stream is not acked until an ack is received from the output stream. @@ -184,7 +184,7 @@ The received journaling stream is recorded in journaling files named and the current transaction id is tracked in a file named .Ar .transid . A journaling file is closed out and a new file with the next sequence -number is created once the file surpasses 100MB. +number is created once the file surpasses 100MB. .Pp This option is robust across restarts. The current transaction id will be read and the input stream will be skipped until it is reached. @@ -208,7 +208,7 @@ Similar to .Fl w except that the journaling files created are strictly temporary and will be deleted once they exceed the size limit AND the related meta-transactions -have been completed. +have been completed. .Pp If combined with .Fl m , @@ -218,7 +218,7 @@ to build if a particularly large meta-transaction is coming down the pipe. .Pp If combined with .Fl o/O , -the meta-transactions are considered to be completed when the data has +the meta-transactions are considered to be completed when the data has been successfully written out to the pipe in half duplex mode, or when the ACK has been received in full-duplex mode. .Pp @@ -246,7 +246,7 @@ is also used. .Sh OPERATIONAL NOTES It is often important to be able to quickly stage journaled data through a dedicated backup machine on a LAN. There are several places where data -can be buffered and staged out. +can be buffered and staged out. .Pp The machine generating the journal typically buffers several megabytes of journal data in the kernel. This local machine can pipe that data to @@ -262,7 +262,7 @@ option, and then runs other .Nm programs from scripts or cron to take that data and copy it to your off-site backup machine. Other jscan programs may use the same data -set to generate mirrors or other backup streams. +set to generate mirrors or other backup streams. .Pp It should be noted that if .Fl w/W @@ -278,7 +278,7 @@ If is not specified then neither the mirroring or output modes will fork. Under these conditions, if the input is a stream rather then a file .Nm -will be forced to buffer meta-transactions (for mirroring) entirely in +will be forced to buffer meta-transactions (for mirroring) entirely in memory, which could present a serious problem since a single meta-transaction can exceed a gigabyte (e.g. if someone were to do a single write() system call writing a gigabyte all in one go). diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index c22da6602b..0faa875a6c 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -31,7 +31,7 @@ .\" .\" From: @(#)savecore.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD: src/sbin/savecore/savecore.8,v 1.8.2.6 2002/06/20 23:09:09 charnier Exp $ -.\" $DragonFly: src/sbin/savecore/savecore.8,v 1.5 2006/03/25 16:18:24 swildner Exp $ +.\" $DragonFly: src/sbin/savecore/savecore.8,v 1.6 2006/03/27 16:45:44 swildner Exp $ .\" .Dd September 23, 1994 .Dt SAVECORE 8 @@ -77,7 +77,7 @@ as the kernel instead of the running kernel (as determined from Specify physical memory size used at dumptime (cf. the .Va hw.physmem kernel environment variable). -.It Fl B +.It Fl B Specify offset of dump in blocks (as printed at dumptime). .It Fl v Print out some additional debugging information. diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 32bd7478f0..99de3493e6 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man5/make.conf.5,v 1.12.2.30 2003/05/18 17:05:55 brueffer Exp $ -.\" $DragonFly: src/share/man/man5/make.conf.5,v 1.11 2005/12/09 23:55:28 swildner Exp $ +.\" $DragonFly: src/share/man/man5/make.conf.5,v 1.12 2006/03/27 16:45:44 swildner Exp $ .\" .Dd November 3, 2000 .Dt MAKE.CONF 5 @@ -586,14 +586,14 @@ The default number is 20011. .It Va WANT_GCC40 .Pq Vt bool Set to build the experimental version of GCC (4.0). -.It Va WANT_IDEA +.It Va WANT_IDEA .Pq Vt bool Set to build the IDEA encryption code. This code is patented in the USA and many European countries. It is .Em "YOUR RESPONSIBILITY" to determine if you can legally use IDEA. -.It Va WANT_KERBEROS +.It Va WANT_KERBEROS .Pq Vt bool Set this to build Kerberos5 (KTH Heimdal). .Em WARNING ! diff --git a/share/man/man9/BUS_SETUP_INTR.9 b/share/man/man9/BUS_SETUP_INTR.9 index b82af8b789..96ce739a26 100644 --- a/share/man/man9/BUS_SETUP_INTR.9 +++ b/share/man/man9/BUS_SETUP_INTR.9 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/BUS_SETUP_INTR.9,v 1.1.2.6 2001/12/17 11:30:18 ru Exp $ -.\" $DragonFly: src/share/man/man9/BUS_SETUP_INTR.9,v 1.3 2005/12/20 13:16:14 swildner Exp $ +.\" $DragonFly: src/share/man/man9/BUS_SETUP_INTR.9,v 1.4 2006/03/27 16:45:44 swildner Exp $ .\" .Dd December 20, 2005 .Dt BUS_SETUP_INTR 9 @@ -63,7 +63,7 @@ interrupt handler to be directly called from the context of the thread being interrupted, but is not recommended for most drivers. Other interrupt flags exist for special purposes. .Pp -If +If .Fa serializer is non-NULL the interrupt handler will be called with the serializer held. The serializer replaces the obsolete SPL calls that are no longer relevant on diff --git a/sys/boot/i386/pxeldr/pxeboot.8 b/sys/boot/i386/pxeldr/pxeboot.8 index bb19f392d3..5405c05c28 100644 --- a/sys/boot/i386/pxeldr/pxeboot.8 +++ b/sys/boot/i386/pxeldr/pxeboot.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/sys/boot/i386/pxeldr/pxeboot.8,v 1.7 2002/12/12 17:25:59 ru Exp $ -.\" $DragonFly: src/sys/boot/i386/pxeldr/Attic/pxeboot.8,v 1.4 2005/09/03 23:52:51 dillon Exp $ +.\" $DragonFly: src/sys/boot/i386/pxeldr/Attic/pxeboot.8,v 1.5 2006/03/27 16:45:44 swildner Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -106,7 +106,7 @@ Management (WfM) systems, see .Li http://developer.intel.com/ial/wfm/ . .Sh SEE ALSO .Xr loader 8 , -.Xr pxeldr_tftp 8 +.Xr pxeldr_tftp 8 .Sh HISTORY The .Nm diff --git a/sys/boot/pc32/pxeldr/pxeboot.8 b/sys/boot/pc32/pxeldr/pxeboot.8 index 535e2f7542..1fbc4ec5bb 100644 --- a/sys/boot/pc32/pxeldr/pxeboot.8 +++ b/sys/boot/pc32/pxeldr/pxeboot.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/sys/boot/i386/pxeldr/pxeboot.8,v 1.7 2002/12/12 17:25:59 ru Exp $ -.\" $DragonFly: src/sys/boot/pc32/pxeldr/pxeboot.8,v 1.4 2005/09/03 23:52:51 dillon Exp $ +.\" $DragonFly: src/sys/boot/pc32/pxeldr/pxeboot.8,v 1.5 2006/03/27 16:45:44 swildner Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -106,7 +106,7 @@ Management (WfM) systems, see .Li http://developer.intel.com/ial/wfm/ . .Sh SEE ALSO .Xr loader 8 , -.Xr pxeldr_tftp 8 +.Xr pxeldr_tftp 8 .Sh HISTORY The .Nm diff --git a/usr.bin/ktrdump/ktrdump.8 b/usr.bin/ktrdump/ktrdump.8 index b289629511..9f7548f3e8 100644 --- a/usr.bin/ktrdump/ktrdump.8 +++ b/usr.bin/ktrdump/ktrdump.8 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.bin/ktrdump/ktrdump.8,v 1.7 2005/03/08 06:58:56 hmp Exp $ -.\" $DragonFly: src/usr.bin/ktrdump/ktrdump.8,v 1.6 2005/12/10 21:19:29 dillon Exp $ +.\" $DragonFly: src/usr.bin/ktrdump/ktrdump.8,v 1.7 2006/03/27 16:45:44 swildner Exp $ .\" .Dd May 5, 2004 .Dt KTRDUMP 8 @@ -104,7 +104,7 @@ between cores on multi-core cpus. Enabling synchronization between cpus via the .Va debug.ktr.resynchronize sysctl will impose additional system overheads and will generally only be -accurate to within 100ns or so (and perhaps not even that good). +accurate to within 100ns or so (and perhaps not even that good). Resynchronization only occurs 10 times a second and serious drift will cause a great deal of measurement noise when trying to compare events occuring on two different cpus. @@ -149,6 +149,6 @@ This manual page was originally written by .An Chad David Aq davidc@FreeBSD.org . The program and manual page were rewritten pretty much from scratch by -.An Matthew Dillon +.An Matthew Dillon for .Dx .