diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 10:50:17 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 10:50:17 +0000 |
commit | 0439adb45f5e0f2f2a97d32d1ac63792cba9e0e5 (patch) | |
tree | 1bdfe30bcd64627ce163463f9200fd7e9e14b844 /lib/libocurses/otermcap.3 | |
parent | 5ef0416431133ddf7645e5677f9773ca68c65c65 (diff) |
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/libocurses/otermcap.3')
-rw-r--r-- | lib/libocurses/otermcap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libocurses/otermcap.3 b/lib/libocurses/otermcap.3 index 7d5d066b21c..3bd4e77a4f4 100644 --- a/lib/libocurses/otermcap.3 +++ b/lib/libocurses/otermcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: otermcap.3,v 1.1 1998/11/30 16:12:24 millert Exp $ +.\" $OpenBSD: otermcap.3,v 1.2 1999/07/07 10:50:06 aaron Exp $ .\" $NetBSD: termcap.3,v 1.5 1995/06/05 19:45:48 pk Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -36,7 +36,7 @@ .\" .Dd December 11, 1993 .Dt TERMCAP 3 -.Os BSD 4 +.Os .Sh NAME .Nm tgetent , .Nm tgetnum , |