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 /usr.sbin/ppp | |
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 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 4 | ||||
-rw-r--r-- | usr.sbin/ppp/pppctl/pppctl.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 61392c952ea..2edd49dc463 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,8 +1,8 @@ -.\" $Id: ppp.8,v 1.54 1999/07/03 02:11:10 aaron Exp $ +.\" $Id: ppp.8,v 1.55 1999/07/07 10:50:14 aaron Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' -.Os .Dt PPP 8 +.Os .Sh NAME .Nm ppp .Nd Point to Point Protocol (a.k.a. user-ppp) diff --git a/usr.sbin/ppp/pppctl/pppctl.8 b/usr.sbin/ppp/pppctl/pppctl.8 index 2ee3f974ea2..33b8909d793 100644 --- a/usr.sbin/ppp/pppctl/pppctl.8 +++ b/usr.sbin/ppp/pppctl/pppctl.8 @@ -1,7 +1,7 @@ -.\" $Id: pppctl.8,v 1.5 1999/07/03 02:11:10 aaron Exp $ +.\" $Id: pppctl.8,v 1.6 1999/07/07 10:50:14 aaron Exp $ .Dd 26 June 1997 -.Os .Dt PPPCTL 8 +.Os .Sh NAME .Nm pppctl .Nd |