diff options
author | 2001-08-03 15:21:16 +0000 | |
---|---|---|
committer | 2001-08-03 15:21:16 +0000 | |
commit | 1db53c5afb108bc1e374d84f2a764ca95fe842ac (patch) | |
tree | fae81d6a09b68575e1bf007e938cbb4994fd6421 /share/man/man5 | |
parent | proper vga_* handling; pointed out by tholo@ (diff) | |
download | wireguard-openbsd-1db53c5afb108bc1e374d84f2a764ca95fe842ac.tar.xz wireguard-openbsd-1db53c5afb108bc1e374d84f2a764ca95fe842ac.zip |
o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/fstab.5 | 3 | ||||
-rw-r--r-- | share/man/man5/link.5 | 3 | ||||
-rw-r--r-- | share/man/man5/login.conf.5 | 5 | ||||
-rw-r--r-- | share/man/man5/passwd.conf.5 | 3 |
4 files changed, 4 insertions, 10 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index 89f3058b7e5..63bcecb9f56 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.15 2000/12/29 14:59:12 angelos Exp $ +.\" $OpenBSD: fstab.5,v 1.16 2001/08/03 15:21:16 mpech Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -273,7 +273,6 @@ file: /kern /kern kernfs ro 0 0 /proc /proc procfs rw 0 0 .Ed -.Pp .Sh FILES .Bl -tag -width /etc/fstab -compact .It Pa /etc/fstab diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index 9f2b753313f..5b9db78d9a4 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: link.5,v 1.8 2000/10/26 00:37:04 aaron Exp $ +.\" $OpenBSD: link.5,v 1.9 2001/08/03 15:21:16 mpech Exp $ .\" $NetBSD: link.5,v 1.5 1996/01/09 00:14:32 pk Exp $ .\" .\" Copyright (c) 1993 Paul Kranenburg @@ -107,7 +107,6 @@ The .Dv _DYNAMIC structure is conventionally located at the start of the data segment of the image to which it pertains. -.Pp .Sh DATA STRUCTURES The data structures supporting dynamic linking and run-time relocation reside both in the text and data segments of the image they apply to. diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index 0b6cf0d565a..00b4a079dc7 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.11 2001/08/02 22:07:24 hugh Exp $ +.\" $OpenBSD: login.conf.5,v 1.12 2001/08/03 15:21:16 mpech Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" .Dd June 18, 2001 @@ -404,7 +404,6 @@ For example, to indicate 1 and 1/2 hours, the following string could be used: .El .\" .Sh AUTHENTICATION -.Pp \*(oSuses BSD Authentication, which is made up of a variety of authentication styles. The authentication styles currently provided are: .Bl -tag -width kerberosxx @@ -801,7 +800,6 @@ the calling program did first obtain a challenge prior to getting a response from the user. Not all authentication styles support empty challenges. .Sh APPROVAL -.Pp An approval program has the synopsis of: .sp .ti +.5i @@ -829,7 +827,6 @@ statement. This allows for simple programs which have no information to provide other than approval or denial. .Sh CLASSIFICATION -.Pp A classify program has the synopsis of: .sp .ti +.5i diff --git a/share/man/man5/passwd.conf.5 b/share/man/man5/passwd.conf.5 index c5f83fdc69f..3526731a902 100644 --- a/share/man/man5/passwd.conf.5 +++ b/share/man/man5/passwd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.conf.5,v 1.12 2001/03/01 16:11:21 aaron Exp $ +.\" $OpenBSD: passwd.conf.5,v 1.13 2001/08/03 15:21:16 mpech Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -88,7 +88,6 @@ The default is 3. .Pp To retrieve information from this file use .Xr pw_getconf 3 . -.Pp .Sh EXAMPLES Use blowfish as the local cipher; add some more rounds for root and wheel members. |