diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /kerberosIV | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/afslog/afslog.1 | 12 | ||||
-rw-r--r-- | kerberosIV/kauth/kauth.1 | 8 | ||||
-rw-r--r-- | kerberosIV/kprop/kprop.8 | 4 | ||||
-rw-r--r-- | kerberosIV/kpropd/kpropd.8 | 2 |
4 files changed, 13 insertions, 13 deletions
diff --git a/kerberosIV/afslog/afslog.1 b/kerberosIV/afslog/afslog.1 index 5b301ad1811..146f6179c02 100644 --- a/kerberosIV/afslog/afslog.1 +++ b/kerberosIV/afslog/afslog.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afslog.1,v 1.3 1999/05/23 14:10:49 aaron Exp $ +.\" $OpenBSD: afslog.1,v 1.4 1999/07/09 13:35:58 aaron Exp $ .\" $KTH: afslog.1,v 1.2 1996/11/28 13:44:40 assar Exp $ .\" .Dd April 27, 1996 @@ -20,12 +20,12 @@ obtains AFS tokens for specified cells .Sh DESCRIPTION The .Nm -command obtains AFS tokens, +command obtains AFS tokens, .Ar args are either a name of a cell or a pathnames of a file in the cell to -get tokens for. If an argument is +get tokens for. If an argument is .Li . -or +or .Li .. or contains a slash it is assumed to be a pathname. Otherwise it is assumed to be a name of a cell or a prefix thereof. @@ -63,8 +63,8 @@ flag is given any tokens are removed and all other arguments are ignored. It should be able to handle the MIT Athena .Nm aklog flags -.Fl hosts , -.Fl zsubs , +.Fl hosts , +.Fl zsubs , and .Fl noprdb , but does not. diff --git a/kerberosIV/kauth/kauth.1 b/kerberosIV/kauth/kauth.1 index a92aad728ea..b956e1a5a7d 100644 --- a/kerberosIV/kauth/kauth.1 +++ b/kerberosIV/kauth/kauth.1 @@ -1,4 +1,4 @@ -.\" $Id: kauth.1,v 1.3 1999/05/23 14:10:50 aaron Exp $ +.\" $Id: kauth.1,v 1.4 1999/07/09 13:35:58 aaron Exp $ .\" .Dd May 4, 1996 .Dt KAUTH 1 @@ -37,20 +37,20 @@ Athena Kerberos 4 patchlevel 10 command however not in a compatible way. It requires that the remote host runs the .Xr kauthd 8 , -server. The +server. The .Fl r and .Fl t flags are useful only with this option. .It Fl r User on the remote host that should own the ticket file. -.It Fl t +.It Fl t Ticket file on remote host. .It Fl l Lifetime of tickets in minutes. A value of -1 is used for maximum ticket lifetime. .It Fl f -Srvtab to get service keys from. Default is +Srvtab to get service keys from. Default is .Pa /etc/kerberosIV/srvtab . This is mainly used with batch services that need to run authenticated. If any command is given, it will be executed in an diff --git a/kerberosIV/kprop/kprop.8 b/kerberosIV/kprop/kprop.8 index e4d3743ea9b..567e5931cf2 100644 --- a/kerberosIV/kprop/kprop.8 +++ b/kerberosIV/kprop/kprop.8 @@ -44,7 +44,7 @@ database to the Kerberos slaves, where it is received by the waiting .Xr kpropd 8 daemon. .Pp -The first parameter, +The first parameter, .Nm database , is the name of the file out of which data is extracted. This file is not the db-formatted Kerberos database, @@ -56,7 +56,7 @@ information. The database is a file created by the .Nm kdb_util slave dump command. It is an ASCII representation of the Kerberos database. .Pp -The second parameter that must be supplied is +The second parameter that must be supplied is .Nm slaves_file , the name of the file on the Kerberos master that lists the Kerberos slaves to which kprop diff --git a/kerberosIV/kpropd/kpropd.8 b/kerberosIV/kpropd/kpropd.8 index 129f2db797b..99834cdd1af 100644 --- a/kerberosIV/kpropd/kpropd.8 +++ b/kerberosIV/kpropd/kpropd.8 @@ -94,7 +94,7 @@ This utility does not support the transfer of encrypted data. .Pp If the .Nm -P -or +or .Nm -p options are not specified and the PATH environment variable does not contain the directory with |