diff options
author | 1999-07-07 10:50:04 +0000 | |
---|---|---|
committer | 1999-07-07 10:50:04 +0000 | |
commit | 7f3168a29b6e53d1206c7a5ea2f46df581d49a76 (patch) | |
tree | 6061850677851fbd46945b0bbca49b48001c1182 /lib/libutil | |
parent | Attempt to make photurisd limitations clearer. (diff) | |
download | wireguard-openbsd-7f3168a29b6e53d1206c7a5ea2f46df581d49a76.tar.xz wireguard-openbsd-7f3168a29b6e53d1206c7a5ea2f46df581d49a76.zip |
The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/opendev.3 | 4 | ||||
-rw-r--r-- | lib/libutil/uucplock.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3 index 3587b71a59b..0cb2eca2535 100644 --- a/lib/libutil/opendev.3 +++ b/lib/libutil/opendev.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendev.3,v 1.7 1999/07/02 21:13:07 aaron Exp $ +.\" $OpenBSD: opendev.3,v 1.8 1999/07/07 10:50:06 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .Dd June 17, 1996 .Dt OPENDEV 3 -.Os OpenBSD +.Os .Sh NAME .Nm opendev .Nd short form device open routine diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3 index ecf3d07d14f..5bbe23c6856 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.3 @@ -21,11 +21,11 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: uucplock.3,v 1.3 1999/06/05 04:16:08 aaron Exp $ +.\" $Id: uucplock.3,v 1.4 1999/07/07 10:50:06 aaron Exp $ .\" " .Dd March 30, 1997 -.Os .Dt uucplock 3 +.Os .Sh NAME .Nm uu_lock , .Nm uu_unlock , |