diff options
author | 1999-02-27 08:49:49 +0000 | |
---|---|---|
committer | 1999-02-27 08:49:49 +0000 | |
commit | 848193b97844e50d13d844c7e0eb6fb1bfadf564 (patch) | |
tree | 3776ea4ee3b30fde2b4a7b066dfc5f8175fa2141 | |
parent | reverse complete garbage which was not even tested, tsk tsk tsk (diff) | |
download | wireguard-openbsd-848193b97844e50d13d844c7e0eb6fb1bfadf564.tar.xz wireguard-openbsd-848193b97844e50d13d844c7e0eb6fb1bfadf564.zip |
man page names are not paths
-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 798ee35613f..b6ad8483d52 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.5 1998/02/25 15:51:56 art Exp $ +.\" $OpenBSD: krb.conf.5,v 1.6 1999/02/27 08:49:49 deraadt Exp $ .TH KRB.CONF 5 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME -/etc/kerberosIV/krb.conf \- Kerberos configuration file +krb.conf \- Kerberos configuration file .SH DESCRIPTION .I krb.conf contains configuration information describing the Kerberos realm and the diff --git a/kerberosIV/man/krb.realms.5 b/kerberosIV/man/krb.realms.5 index 87c1b4e913b..3e48b53e024 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.4 1998/02/25 15:51:57 art Exp $ +.\" $OpenBSD: krb.realms.5,v 1.5 1999/02/27 08:49:49 deraadt Exp $ .TH KRB.REALMS 5 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME -/etc/kerberosIV/krb.realms \- host to Kerberos realm translation file +krb.realms \- host to Kerberos realm translation file .SH DESCRIPTION .I krb.realms provides a translation from a hostname to the Kerberos realm name for |