diff options
author | 1998-11-04 22:36:39 +0000 | |
---|---|---|
committer | 1998-11-04 22:36:39 +0000 | |
commit | c07bd4c090ae0a289aca31e511c1b2a62a8c8285 (patch) | |
tree | 1016de04903c4ee87a15c989f8b08a15b4085f11 | |
parent | availiable -> available (diff) | |
download | wireguard-openbsd-c07bd4c090ae0a289aca31e511c1b2a62a8c8285.tar.xz wireguard-openbsd-c07bd4c090ae0a289aca31e511c1b2a62a8c8285.zip |
be really pedantic about punctuation following -mdoc macro'd text
-rw-r--r-- | bin/stty/stty.1 | 4 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 | ||||
-rw-r--r-- | sbin/mount_xfs/mount_xfs.8 | 6 | ||||
-rw-r--r-- | sbin/reboot/boot_i386.8 | 4 | ||||
-rw-r--r-- | usr.bin/asa/asa.1 | 4 | ||||
-rw-r--r-- | usr.bin/at/at.1 | 6 | ||||
-rw-r--r-- | usr.bin/file2c/file2c.1 | 4 | ||||
-rw-r--r-- | usr.bin/hexdump/hexdump.1 | 6 | ||||
-rw-r--r-- | usr.bin/nohup/nohup.1 | 4 | ||||
-rw-r--r-- | usr.bin/skey/skey.1 | 4 | ||||
-rw-r--r-- | usr.bin/skeyinit/skeyinit.1 | 4 | ||||
-rw-r--r-- | usr.bin/telnet/telnet.1 | 6 | ||||
-rw-r--r-- | usr.bin/time/time.1 | 4 | ||||
-rw-r--r-- | usr.bin/wc/wc.1 | 4 | ||||
-rw-r--r-- | usr.bin/window/window.1 | 4 |
15 files changed, 34 insertions, 34 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index caa98ec8d3a..1b25e42f0a7 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.8 1998/09/14 22:13:59 aaron Exp $ +.\" $OpenBSD: stty.1,v 1.9 1998/11/04 22:36:39 aaron Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -469,7 +469,7 @@ The terminal size is recorded as having columns. .It Cm cols Ar number is an alias for -.Cm columns. +.Cm columns . .ne 1i .It Cm rows Ar number The terminal size is recorded as having diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index a5e1dc02a02..fd647a07e16 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.15 1998/09/23 01:20:23 aaron Exp $ +.\" $OpenBSD: ifconfig.8,v 1.16 1998/11/04 22:36:42 aaron Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -276,7 +276,7 @@ for 37 type addresses. .It Cm range Under AppleTalk, set the interface to respond to a -.Em netrange. +.Em netrange of the form startnet-endnet. AppleTalk uses this scheme instead of netmasks though OpenBSD implements it internally as a set of netmasks. .It Cm phase diff --git a/sbin/mount_xfs/mount_xfs.8 b/sbin/mount_xfs/mount_xfs.8 index 773e0fb8c26..e862c00fb7a 100644 --- a/sbin/mount_xfs/mount_xfs.8 +++ b/sbin/mount_xfs/mount_xfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_xfs.8,v 1.5 1998/10/28 18:08:50 art Exp $ +.\" $OpenBSD: mount_xfs.8,v 1.6 1998/11/04 22:36:42 aaron Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan @@ -42,7 +42,7 @@ .Os OpenBSD .Sh NAME .Nm mount_xfs -.Nd mount the xfs filesystem. +.Nd mount the xfs filesystem .Sh SYNOPSIS .Nm mount_xfs .Op Fl o Ar options @@ -70,8 +70,8 @@ filesystem Arla. But since the xfs interface is pretty simple and generic it could be used for other filesystems as well. .\" .Sh SEE ALSO +.Xr afsd 8 , .Xr mount 8 -.Xr afsd 8 .Sh HISTORY The .Nm mount_xfs diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 186f2570e30..1e114a755bb 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_i386.8,v 1.7 1998/09/23 01:20:24 aaron Exp $ +.\" $OpenBSD: boot_i386.8,v 1.8 1998/11/04 22:36:42 aaron Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" @@ -123,7 +123,7 @@ geometry offsets and cylinder/head/sector values for them to be able to load any type of operating system. This geometry can, and likely will, change whenever you move a disk from machine to machine, or from controller to controller. -.Em They are controller and machine specific. +.Em They are controller and machine specific . .Sh FILES .Bl -tag -width /usr/mdec/biosboot -compact .It Pa /bsd diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1 index 8c1f48adc54..a23e904e557 100644 --- a/usr.bin/asa/asa.1 +++ b/usr.bin/asa/asa.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asa.1,v 1.5 1998/09/23 04:32:34 aaron Exp $ +.\" $OpenBSD: asa.1,v 1.6 1998/11/04 22:36:39 aaron Exp $ .\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -35,7 +35,7 @@ .Sh NAME .Nm asa , .Nm fpr -.Nd interpret carriage-control characters. +.Nd interpret carriage-control characters .Sh SYNOPSIS .Nm asa .Op Ar diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index e8492c72a8e..54b89042b09 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: at.1,v 1.7 1998/09/23 04:32:34 aaron Exp $ +.\" $OpenBSD: at.1,v 1.8 1998/11/04 22:36:40 aaron Exp $ .\" $FreeBSD: at.man,v 1.6 1997/02/22 19:54:05 peter Exp $ .Dd April 12, 1995 .Dt AT 1 @@ -97,14 +97,14 @@ and you can tell to run the job today by suffixing the time with .Nm today and to run the job tomorrow by suffixing the time with -.Nm tomorrow. +.Nm tomorrow . .Pp For example, to run a job at 4pm three days from now, you would do .Nm at 4pm + 3 days . To run a job at 10:00am on July 31, you would do .Nm at 10am Jul 31 . To run a job at 1am tomorrow, you would do -.Nm at 1am tomorrow. +.Nm at 1am tomorrow . .Pp For both .Nm at diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index e316534dcde..09bfe427afa 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -5,14 +5,14 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" --------------------------------------------------------------------------- .\" -.\" $Id: file2c.1,v 1.2 1998/09/26 19:54:43 aaron Exp $ +.\" $Id: file2c.1,v 1.3 1998/11/04 22:36:40 aaron Exp $ .\" .Dd Jan 28, 1995 .Dt FILE2C 1 .Os .Sh NAME .Nm file2c -.Nd convert file to c-source. +.Nd convert file to c-source .Sh SYNOPSIS .Nm file2c .Op Ar string diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index b72ce9edc58..89bd1d0a461 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hexdump.1,v 1.5 1998/09/26 19:54:51 aaron Exp $ +.\" $OpenBSD: hexdump.1,v 1.6 1998/11/04 22:36:40 aaron Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -84,7 +84,7 @@ Interpret only .Ar length bytes of input. .It Fl o -.Em Two-byte octal display. +.Em Two-byte octal display . Display the input offset in hexadecimal, followed by eight space-separated, six column, zero-filled, two byte quantities of input data, in octal, per line. @@ -129,7 +129,7 @@ identical to the immediately preceding group of output lines (except for the input offsets), are replaced with a line comprised of a single asterisk. .It Fl x -.Em Two-byte hexadecimal display. +.Em Two-byte hexadecimal display . Display the input offset in hexadecimal, followed by eight, space separated, four column, zero-filled, two-byte quantities of input data, in hexadecimal, per line. diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index e616508d8b0..4678bb34692 100644 --- a/usr.bin/nohup/nohup.1 +++ b/usr.bin/nohup/nohup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nohup.1,v 1.3 1998/09/27 16:57:49 aaron Exp $ +.\" $OpenBSD: nohup.1,v 1.4 1998/11/04 22:36:40 aaron Exp $ .\" $NetBSD: nohup.1,v 1.5 1995/08/31 23:35:24 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -89,7 +89,7 @@ was found but could not be invoked. The .Ar utility could not be found or an error occurred in -.Nm nohup. +.Nm nohup . .El .Pp Otherwise, the exit status of diff --git a/usr.bin/skey/skey.1 b/usr.bin/skey/skey.1 index 04b050d391f..57caa2896ac 100644 --- a/usr.bin/skey/skey.1 +++ b/usr.bin/skey/skey.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skey.1,v 1.12 1998/09/27 16:57:53 aaron Exp $ +.\" $OpenBSD: skey.1,v 1.13 1998/11/04 22:36:40 aaron Exp $ .\" @(#)skey.1 1.1 10/28/93 .\" .Dd 28 October 1993 @@ -6,7 +6,7 @@ .Os .Sh NAME .Nm skey, otp-md4, otp-md5, otp-sha1, otp-rmd160 -.Nd Respond to a OTP challenge. +.Nd respond to an OTP challenge .Sh SYNOPSIS .Nm skey .Op Fl x diff --git a/usr.bin/skeyinit/skeyinit.1 b/usr.bin/skeyinit/skeyinit.1 index ebfe7f694ca..f7f766b0759 100644 --- a/usr.bin/skeyinit/skeyinit.1 +++ b/usr.bin/skeyinit/skeyinit.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skeyinit.1,v 1.13 1998/09/27 20:24:31 aaron Exp $ +.\" $OpenBSD: skeyinit.1,v 1.14 1998/11/04 22:36:41 aaron Exp $ .\" $NetBSD: skeyinit.1,v 1.4 1995/07/07 22:24:09 jtc Exp $ .\" @(#)skeyinit.1 1.1 10/28/93 .\" @@ -7,7 +7,7 @@ .Os .Sh NAME .Nm skeyinit -.Nd change password or add user to S/Key authentication system. +.Nd change password or add user to S/Key authentication system .Sh SYNOPSIS .Nm skeyinit .Op Fl s diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 5e018140878..239f6390459 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.12 1998/10/30 00:24:38 aaron Exp $ +.\" $OpenBSD: telnet.1,v 1.13 1998/11/04 22:36:41 aaron Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -1408,7 +1408,7 @@ skips the reading of the file in the user's home directory when connections are opened. The initial value for this toggle is -.Dv FALSE. +.Dv FALSE . .It Ic termdata Toggles the display of all terminal data (in hexadecimal format). The initial value for this toggle is @@ -1421,7 +1421,7 @@ toggle is .Nm telnet prints out a message each time encryption is enabled or disabled. The initial value for this toggle is -.Dv FALSE. +.Dv FALSE . .It Ic \&? Displays the legal .Ic toggle diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index d27e42ae059..1eb6d7596b9 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.1,v 1.5 1998/11/03 04:58:46 aaron Exp $ +.\" $OpenBSD: time.1,v 1.6 1998/11/04 22:36:41 aaron Exp $ .\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -75,7 +75,7 @@ The output is formatted as specified by .Pp .Xr csh 1 has its own and syntactically different built-in version of -.Nm time. +.Nm time . The utility described here is available as .Pa /usr/bin/time diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 7b496447c08..f5ef5d28720 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wc.1,v 1.3 1998/10/30 00:24:43 aaron Exp $ +.\" $OpenBSD: wc.1,v 1.4 1998/11/04 22:36:41 aaron Exp $ .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -40,7 +40,7 @@ .Os .Sh NAME .Nm wc -.Nd Word, line, and byte count. +.Nd word, line, and byte count .Sh SYNOPSIS .Nm wc .Op Fl c | Fl m diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index d4277cea44a..a122667974e 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: window.1,v 1.4 1998/10/30 00:24:44 aaron Exp $ +.\" $OpenBSD: window.1,v 1.5 1998/11/04 22:36:41 aaron Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -199,7 +199,7 @@ where is any character. In particular, .Ic ^^ is -.Li control\-^. +.Li control\-^ . .Ar Escape is the escape key, or .Ic ^\&[ . |