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/fstab.5 | |
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/fstab.5')
-rw-r--r-- | share/man/man5/fstab.5 | 3 |
1 files changed, 1 insertions, 2 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 |