diff options
author | 2001-08-06 10:42:25 +0000 | |
---|---|---|
committer | 2001-08-06 10:42:25 +0000 | |
commit | ea2542f8a25ae1775fdd2fcc18cafd171df01907 (patch) | |
tree | b54f027f92a8f0a39c712dce0ddaee3764cf8b32 /lib/libutil | |
parent | o) add BSDI macro (.Bsx); (diff) | |
download | wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.tar.xz wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.zip |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/login_fbtab.3 | 4 | ||||
-rw-r--r-- | lib/libutil/uucplock.3 | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3 index 47a2cb7e717..dfb3344cbf2 100644 --- a/lib/libutil/login_fbtab.3 +++ b/lib/libutil/login_fbtab.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_fbtab.3,v 1.6 2001/07/13 22:14:07 millert Exp $ +.\" $OpenBSD: login_fbtab.3,v 1.7 2001/08/06 10:42:26 mpech Exp $ .\" .\" Copyright 1995 by Wietse Venema. All rights reserved. Some individual .\" files may be covered by other copyrights. @@ -48,7 +48,7 @@ daemon with the severity of .El .Sh SEE ALSO .Xr fbtab 5 -.Sh AUTHOR +.Sh AUTHORS .Bd -unfilled Wietse Venema (wietse@wzv.win.tue.nl) Eindhoven University of Technology diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3 index 4c730059d01..07b19a68869 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uucplock.3,v 1.11 2001/01/07 18:29:58 naddy Exp $ +.\" $OpenBSD: uucplock.3,v 1.12 2001/08/06 10:42:26 mpech Exp $ .\" .\" All rights reserved. .\" @@ -42,7 +42,6 @@ .Fn uu_unlock "const char *ttyname" .Ft const char * .Fn uu_lockerr "int uu_lockresult" -.Pp .Sh DESCRIPTION The .Fn uu_lock |