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 /kerberosIV/man | |
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 'kerberosIV/man')
-rw-r--r-- | kerberosIV/man/krb.conf.5 | 4 | ||||
-rw-r--r-- | kerberosIV/man/krb.realms.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kerberosIV/man/krb.conf.5 b/kerberosIV/man/krb.conf.5 index e9a6a37a90c..406f5834db4 100644 --- a/kerberosIV/man/krb.conf.5 +++ b/kerberosIV/man/krb.conf.5 @@ -26,10 +26,10 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: krb.conf.5,v 1.8 1999/07/04 16:13:35 aaron Exp $ +.\" $OpenBSD: krb.conf.5,v 1.9 1999/07/07 10:50:15 aaron Exp $ .Dd June 15, 1999 -.Os .Dt KRB.CONF 5 +.Os .Sh NAME .Nm krb.conf .Nd Kerberos configuration file diff --git a/kerberosIV/man/krb.realms.5 b/kerberosIV/man/krb.realms.5 index 1127b5a7b20..b89a0b1cbc3 100644 --- a/kerberosIV/man/krb.realms.5 +++ b/kerberosIV/man/krb.realms.5 @@ -26,10 +26,10 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: krb.realms.5,v 1.7 1999/07/04 16:13:35 aaron Exp $ +.\" $OpenBSD: krb.realms.5,v 1.8 1999/07/07 10:50:15 aaron Exp $ .Dd June 15, 1999 -.Os .Dt KRB.REALMS 5 +.Os .Sh NAME .Nm krb.realms .Nd host to Kerberos realm translation file |