diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-29 15:26:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-29 15:26:27 +0000 |
commit | fe6ebae7b56098b265f77fe605c859f777c72443 (patch) | |
tree | b4a462d9eb4414f5536f6c43078f3123387d3361 /usr.sbin/afs | |
parent | 1fa0baaada99f20f0ff6831c28c99d63a81b6c4c (diff) |
- sort SEE ALSO
- full date for .Dd
- uppercase .Dt title
- don't end .Nd w/ a full stop
fixes passed back to arla people...
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r-- | usr.sbin/afs/src/appl/afstool/afstool.1 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/src/appl/afsutils/aklog.1 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/src/appl/afsutils/klog.1 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/src/appl/bos/bos.8 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/src/appl/kalog/kalog.1 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/src/appl/udebug/udebug.1 | 4 | ||||
-rw-r--r-- | usr.sbin/afs/src/arlad/DynRootDB.5 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/src/arlad/SuidCells.5 | 6 | ||||
-rw-r--r-- | usr.sbin/afs/src/arlad/ThisCell.5 | 4 | ||||
-rw-r--r-- | usr.sbin/afs/src/arlad/arla-cli.8 | 59 | ||||
-rw-r--r-- | usr.sbin/afs/src/arlad/arla.conf.5 | 4 | ||||
-rw-r--r-- | usr.sbin/afs/src/lib/cmd/cmd.3 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/src/nnpfs/bsd/bin/mount_nnpfs.8 | 8 | ||||
-rw-r--r-- | usr.sbin/afs/src/nnpfs/bsd/bin/nnpfs.4 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/src/nnpfs/bsd/bin/umount_nnpfs.8 | 6 | ||||
-rw-r--r-- | usr.sbin/afs/src/rx/rxdebug.1 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/src/util/log_log.3 | 2 |
17 files changed, 72 insertions, 39 deletions
diff --git a/usr.sbin/afs/src/appl/afstool/afstool.1 b/usr.sbin/afs/src/appl/afstool/afstool.1 index e366ccb2e0b..dc607f62ca9 100644 --- a/usr.sbin/afs/src/appl/afstool/afstool.1 +++ b/usr.sbin/afs/src/appl/afstool/afstool.1 @@ -142,8 +142,8 @@ and .Ed .El .Sh SEE ALSO -.Xr fs 8 , .Xr pts 1 , +.Xr fs 8 , .Xr vos 8 .Sh AUTHORS The Arla project <http://www.stacken.kth.se/project/arla/>. diff --git a/usr.sbin/afs/src/appl/afsutils/aklog.1 b/usr.sbin/afs/src/appl/afsutils/aklog.1 index 2b0ff9909ba..3173059bb92 100644 --- a/usr.sbin/afs/src/appl/afsutils/aklog.1 +++ b/usr.sbin/afs/src/appl/afsutils/aklog.1 @@ -31,7 +31,7 @@ .\" .\" $arla: aklog.1,v 1.8 2003/06/04 12:08:45 tol Exp $ .\" -.Dd Aug 06, 2000 +.Dd August 06, 2000 .Dt AKLOG 1 .Os "The Arla Project" .Sh NAME diff --git a/usr.sbin/afs/src/appl/afsutils/klog.1 b/usr.sbin/afs/src/appl/afsutils/klog.1 index 51fed486a68..fd15f161987 100644 --- a/usr.sbin/afs/src/appl/afsutils/klog.1 +++ b/usr.sbin/afs/src/appl/afsutils/klog.1 @@ -182,8 +182,8 @@ The minimum token lifetime is 5 minutes. .Xr kauth 1 , .Xr kf 1 , .Xr kinit 1 , -.Xr unlog 1 , .Xr tokens 1 , +.Xr unlog 1 , .Xr kauthd 8 .Sh BUGS The diff --git a/usr.sbin/afs/src/appl/bos/bos.8 b/usr.sbin/afs/src/appl/bos/bos.8 index 9faf5f2ee93..8190dc0def6 100644 --- a/usr.sbin/afs/src/appl/bos/bos.8 +++ b/usr.sbin/afs/src/appl/bos/bos.8 @@ -32,7 +32,7 @@ .\" $arla: bos.8,v 1.12 2003/06/06 12:53:42 hin Exp $ .\" .Dd April 1, 2003 -.Dt bos 8 +.Dt BOS 8 .Os "The Arla Project" .Sh NAME .Nm bos diff --git a/usr.sbin/afs/src/appl/kalog/kalog.1 b/usr.sbin/afs/src/appl/kalog/kalog.1 index 7a18a5391f0..8187a141c43 100644 --- a/usr.sbin/afs/src/appl/kalog/kalog.1 +++ b/usr.sbin/afs/src/appl/kalog/kalog.1 @@ -32,7 +32,7 @@ .\" $arla: kalog.1,v 1.4 2003/04/01 14:07:21 lha Exp $ .\" .Dd April 1, 2003 -.Dt kalog 1 +.Dt KALOG 1 .Os "The Arla Project" .Sh NAME .Nm kalog diff --git a/usr.sbin/afs/src/appl/udebug/udebug.1 b/usr.sbin/afs/src/appl/udebug/udebug.1 index 4d17086234c..74d7c664f33 100644 --- a/usr.sbin/afs/src/appl/udebug/udebug.1 +++ b/usr.sbin/afs/src/appl/udebug/udebug.1 @@ -31,7 +31,7 @@ .\" .\" $arla: udebug.1,v 1.6 2003/02/14 17:19:59 lha Exp $ .\" -.Dd Aug 06, 2000 +.Dd August 06, 2000 .Dt UDEBUG 1 .Os "The Arla Project" .Sh NAME @@ -89,4 +89,4 @@ Server 130.237.48.8: (db 965530500.199) .Ed .\".Sh SEE ALSO -.\"XXX
\ No newline at end of file +.\"XXX diff --git a/usr.sbin/afs/src/arlad/DynRootDB.5 b/usr.sbin/afs/src/arlad/DynRootDB.5 index 1aa60ecd635..f1b7b22d7df 100644 --- a/usr.sbin/afs/src/arlad/DynRootDB.5 +++ b/usr.sbin/afs/src/arlad/DynRootDB.5 @@ -32,7 +32,7 @@ .\" $arla: DynRootDB.5,v 1.9 2003/06/06 12:53:53 hin Exp $ .\" .Dd March 31, 2003 -.Dt DynRootDB 5 +.Dt DYNROOTDB 5 .Os "The Arla Project" .Sh NAME .Nm DynRootDB diff --git a/usr.sbin/afs/src/arlad/SuidCells.5 b/usr.sbin/afs/src/arlad/SuidCells.5 index da7f5841dd0..c8fced2acd9 100644 --- a/usr.sbin/afs/src/arlad/SuidCells.5 +++ b/usr.sbin/afs/src/arlad/SuidCells.5 @@ -30,10 +30,10 @@ .\" SUCH DAMAGE. .\" .\" $arla: SuidCells.5,v 1.9 2003/06/06 12:53:53 hin Exp $ -.\" $OpenBSD: SuidCells.5,v 1.5 2003/08/05 08:42:41 hin Exp $ +.\" $OpenBSD: SuidCells.5,v 1.6 2005/07/29 15:26:26 jmc Exp $ .\" .Dd April 19, 2000 -.Dt SuidCells 5 +.Dt SUIDCELLS 5 .Os "The Arla Project" .Sh NAME .Nm SuidCells @@ -51,8 +51,8 @@ file contain a list of cells separated by newlines. The cells need to exist in CellServDB or in DNS (with AFSDB resource records). .Sh SEE ALSO .Xr AliasDB 5 , -.Xr DynRootDB 5 , .Xr CellServDB 5 , +.Xr DynRootDB 5 , .Xr ThisCell 5 , .Xr afsd.conf 5 , .Xr afsd 8 diff --git a/usr.sbin/afs/src/arlad/ThisCell.5 b/usr.sbin/afs/src/arlad/ThisCell.5 index 8414b684358..ad75ccdc2d6 100644 --- a/usr.sbin/afs/src/arlad/ThisCell.5 +++ b/usr.sbin/afs/src/arlad/ThisCell.5 @@ -29,11 +29,11 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ThisCell.5,v 1.6 2004/01/28 08:09:30 jmc Exp $ +.\" $OpenBSD: ThisCell.5,v 1.7 2005/07/29 15:26:26 jmc Exp $ .\" $arla: ThisCell.5,v 1.10 2003/06/06 12:53:54 hin Exp $ .\" .Dd March 31, 2003 -.Dt ThisCell 5 +.Dt THISCELL 5 .Os "The Arla Project" .Sh NAME .Nm ThisCell diff --git a/usr.sbin/afs/src/arlad/arla-cli.8 b/usr.sbin/afs/src/arlad/arla-cli.8 index 2adf27de4f6..c2743c06171 100644 --- a/usr.sbin/afs/src/arlad/arla-cli.8 +++ b/usr.sbin/afs/src/arlad/arla-cli.8 @@ -1,18 +1,50 @@ -.\" $KTH: arla-cli.8,v 1.2 2000/09/28 03:49:45 lha Exp $ +.\" Copyright (c) 2000 - 2002 Kungliga Tekniska Högskolan +.\" (Royal Institute of Technology, Stockholm, Sweden). +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" 3. Neither the name of the Institute nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $arla: arla-cli.8,v 1.7 2003/04/01 14:05:30 lha Exp $ +.\" .Dd September 23, 2000 -.Dt arlatest 1 -.Os +.Dt ARLA-CLI 1 +.Os "The Arla Project" .Sh NAME -.Nm arlatest +.Nm arla-cli .Nd commandline AFS cache manager .Sh SYNOPSIS -Have the same options as -.Xr arlad 8 +Has the same options as +.Xr arlad 8 . See that manual page for complete reference. .Sh DESCRIPTION .Nm -is a cache manager that have a commadline interface to access afs. -It's primary used for testing if arla works. +is a cache manager that have a commadline interface to access AFS. +It's primarily used for testing if arla works. .Pp It creates a cache directory named .Pa .arlacache @@ -36,12 +68,13 @@ Available commands are: .It help .El .Sh SEE ALSO -.Xr arlad 8 , -.Xr mount_xfs 8 , -.Xr vos 8 , .Xr fs 1 , .Xr pts 1 , +.Xr AliasDB 5 , .Xr CellServDB 5 , -.Xr ThisCell 5 , .Xr SuidCells 5 , -.Xr arla.conf 5 +.Xr ThisCell 5 , +.Xr arla.conf 5 , +.Xr arlad 8 , +.Xr mount_nnpfs 8 , +.Xr vos 8 diff --git a/usr.sbin/afs/src/arlad/arla.conf.5 b/usr.sbin/afs/src/arlad/arla.conf.5 index 75ddf401fc2..8aaf3cd61da 100644 --- a/usr.sbin/afs/src/arlad/arla.conf.5 +++ b/usr.sbin/afs/src/arlad/arla.conf.5 @@ -1,7 +1,7 @@ .\" Copyright (c) 2000 - 2003 Kungliga Tekniska Högskolan .\" $arla: arla.conf.5,v 1.16 2003/06/06 12:53:55 hin Exp $ -.Dd Sep 09, 2000 -.Dt afsd.conf 5 +.Dd September 09, 2000 +.Dt AFSD.CONF 5 .Os "The Arla Project" .Sh NAME .Nm afsd.conf diff --git a/usr.sbin/afs/src/lib/cmd/cmd.3 b/usr.sbin/afs/src/lib/cmd/cmd.3 index 3384bdcb2b0..5d7f86423a6 100644 --- a/usr.sbin/afs/src/lib/cmd/cmd.3 +++ b/usr.sbin/afs/src/lib/cmd/cmd.3 @@ -3,7 +3,7 @@ .\" * use better macros for arguments (like .Pa for files) .\" .Dd June 1, 2000 -.Dt fs 3 +.Dt FS 3 .Os "Arla, KTH" .Sh NAME .Nm cmd diff --git a/usr.sbin/afs/src/nnpfs/bsd/bin/mount_nnpfs.8 b/usr.sbin/afs/src/nnpfs/bsd/bin/mount_nnpfs.8 index 00d4fb64b32..fc3eefb04cb 100644 --- a/usr.sbin/afs/src/nnpfs/bsd/bin/mount_nnpfs.8 +++ b/usr.sbin/afs/src/nnpfs/bsd/bin/mount_nnpfs.8 @@ -1,11 +1,11 @@ .\" Copyright (c) 2001 Kungliga Tekniska Högskolan .\" $arla: mount_nnpfs.8,v 1.6 2002/09/07 10:45:46 lha Exp $ -.Dd Jan 8, 2000 +.Dd January 8, 2000 .Dt MOUNT_NNPFS 8 .Os "The Arla Project" .Sh NAME .Nm mount_nnpfs -.Nd mount a nnpfs filesystem. +.Nd mount a nnpfs filesystem .Sh SYNOPSIS .Nm .Op Fl o Ar options @@ -37,6 +37,6 @@ but expressed i decimal form. .Xr mount 2 , .Xr unmount 2 , .Xr fstab 5 , -.Xr umount_nnpfs 8 , .Xr mount 8 , -.Xr umount 8 +.Xr umount 8 , +.Xr umount_nnpfs 8 diff --git a/usr.sbin/afs/src/nnpfs/bsd/bin/nnpfs.4 b/usr.sbin/afs/src/nnpfs/bsd/bin/nnpfs.4 index 3cc6af2f88e..29f1c1fbf85 100644 --- a/usr.sbin/afs/src/nnpfs/bsd/bin/nnpfs.4 +++ b/usr.sbin/afs/src/nnpfs/bsd/bin/nnpfs.4 @@ -1,6 +1,6 @@ .\" Copyright (c) 2001 Kungliga Tekniska Högskolan .\" $arla: nnpfs.4,v 1.3 2002/09/07 10:45:49 lha Exp $ -.Dd Jan 8, 2001 +.Dd January 8, 2001 .Dt NNPFS 4 .Os "The Arla Project" .Sh NAME diff --git a/usr.sbin/afs/src/nnpfs/bsd/bin/umount_nnpfs.8 b/usr.sbin/afs/src/nnpfs/bsd/bin/umount_nnpfs.8 index 369496b0e32..bbd5e3cdea9 100644 --- a/usr.sbin/afs/src/nnpfs/bsd/bin/umount_nnpfs.8 +++ b/usr.sbin/afs/src/nnpfs/bsd/bin/umount_nnpfs.8 @@ -1,11 +1,11 @@ .\" Copyright (c) 2001 Kungliga Tekniska Högskolan .\" $arla: umount_nnpfs.8,v 1.5 2002/09/07 10:45:55 lha Exp $ -.Dd Jan 8, 2001 +.Dd January 8, 2001 .Dt UMOUNT_NNPFS 8 .Os "The Arla Project" .Sh NAME .Nm umount_nnpfs -.Nd unmount a nnpfs filesystem. +.Nd unmount a nnpfs filesystem .Sh SYNOPSIS .Nm .Op Fl f @@ -25,6 +25,6 @@ forcefully unmount the filesystem. .Xr mount 2 , .Xr unmount 2 , .Xr fstab 5 , -.Xr mount_nnpfs 8 , .Xr mount 8 , +.Xr mount_nnpfs 8 , .Xr umount 8 diff --git a/usr.sbin/afs/src/rx/rxdebug.1 b/usr.sbin/afs/src/rx/rxdebug.1 index c346836c61d..4790d11b51d 100644 --- a/usr.sbin/afs/src/rx/rxdebug.1 +++ b/usr.sbin/afs/src/rx/rxdebug.1 @@ -33,7 +33,7 @@ .\" .\" $arla: rxdebug.1,v 1.3 2003/04/01 14:08:19 lha Exp $ .Dd April 1, 2003 -.Dt SECTION +.Dt RXDEBUG 1 .Nm rxdebug .Os "The Arla Project" .Sh NAME diff --git a/usr.sbin/afs/src/util/log_log.3 b/usr.sbin/afs/src/util/log_log.3 index 169ff13ffde..a01e068f488 100644 --- a/usr.sbin/afs/src/util/log_log.3 +++ b/usr.sbin/afs/src/util/log_log.3 @@ -1,7 +1,7 @@ .\" Copyright (c) 2000 Kungliga Tekniska Högskolan .\" $arla: log_log.3,v 1.6 2002/10/17 09:18:06 lha Exp $ .Dd August 24, 2000 -.Dt LOG_LOG +.Dt LOG_LOG 3 .Os UTIL .Sh NAME .Nm log_log , |