diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-10 20:09:47 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-10 20:09:47 +0000 |
commit | c2964edabc7bd876c3b9ab2dad90b45bdcd5a5b7 (patch) | |
tree | 862331c651a14db1a7bf8142b5b64a56227aee1f /usr.sbin/afs | |
parent | 6be96023c4e41b1f6b54da7c24d6f792ca879064 (diff) |
Minor cleanup
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r-- | usr.sbin/afs/src/appl/vos/vos.8 | 4 | ||||
-rw-r--r-- | usr.sbin/afs/src/arlad/CellServDB.5 | 6 | ||||
-rw-r--r-- | usr.sbin/afs/src/arlad/DynRootDB.5 | 1 | ||||
-rw-r--r-- | usr.sbin/afs/src/arlad/arlad.8 | 8 | ||||
-rw-r--r-- | usr.sbin/afs/src/lib/cmd/cmd.3 | 2 |
5 files changed, 11 insertions, 10 deletions
diff --git a/usr.sbin/afs/src/appl/vos/vos.8 b/usr.sbin/afs/src/appl/vos/vos.8 index 342c068da7a..f680e801075 100644 --- a/usr.sbin/afs/src/appl/vos/vos.8 +++ b/usr.sbin/afs/src/appl/vos/vos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vos.8,v 1.4 2002/06/09 04:22:23 hin Exp $ +.\" $OpenBSD: vos.8,v 1.5 2002/06/10 20:09:46 hin Exp $ .\" $KTH: vos.8,v 1.1 2000/08/07 12:10:49 lha Exp $ .Dd March 26, 2000 .Dt VOS 8 @@ -399,7 +399,7 @@ Not yet implemented. Exit interactive mode. .Ed .Sh SEE ALSO -.Xr bos 8 , +.Xr bos 8 , .Xr fs 1 , .Xr pts 1 , .Xr afsd 8 diff --git a/usr.sbin/afs/src/arlad/CellServDB.5 b/usr.sbin/afs/src/arlad/CellServDB.5 index 03849ae3c45..1a63f017fd3 100644 --- a/usr.sbin/afs/src/arlad/CellServDB.5 +++ b/usr.sbin/afs/src/arlad/CellServDB.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CellServDB.5,v 1.4 2002/06/07 07:54:45 hin Exp $ +.\" $OpenBSD: CellServDB.5,v 1.5 2002/06/10 20:09:46 hin Exp $ .\" $KTH: CellServDB.5,v 1.3 2000/09/25 07:24:18 lha Exp $ .Dd April 19, 2000 .Dt CellServDB 5 @@ -26,7 +26,9 @@ is read when .Nm is started, normally when the system boots. .Pp -The text after the # is NOT a comment, it's the hostname of the +The text after the # is +.Em not +a comment, it's the hostname of the db-server, and it's used to lookup the address. The address is only used when the hostname is not found in DNS. .Pp diff --git a/usr.sbin/afs/src/arlad/DynRootDB.5 b/usr.sbin/afs/src/arlad/DynRootDB.5 index fb23bd64fb7..f3a95aad753 100644 --- a/usr.sbin/afs/src/arlad/DynRootDB.5 +++ b/usr.sbin/afs/src/arlad/DynRootDB.5 @@ -37,4 +37,3 @@ found nodes appear in the afs root. .Sh SEE ALSO .Xr CellServDB 5 , .Xr afsd 8 - diff --git a/usr.sbin/afs/src/arlad/arlad.8 b/usr.sbin/afs/src/arlad/arlad.8 index 6147e3ecfd4..cd962b24227 100644 --- a/usr.sbin/afs/src/arlad/arlad.8 +++ b/usr.sbin/afs/src/arlad/arlad.8 @@ -1,11 +1,11 @@ -.\" $OpenBSD: arlad.8,v 1.3 2002/06/07 07:25:22 hin Exp $ +.\" $OpenBSD: arlad.8,v 1.4 2002/06/10 20:09:46 hin Exp $ .\" $KTH: arlad.8,v 1.7.2.2 2001/05/06 22:49:03 ahltorp Exp $ .Dd September 5, 1998 .Dt AFSD 8 .Os .Sh NAME .Nm afsd -.Nd AFS cache manager for xfs +.Nd AFS cache manager .Sh SYNOPSIS .Nm .Op Fl t | Fl -test @@ -133,10 +133,10 @@ default configuration for afsd .It Pa CellServDB database with all known AFS servers .It Pa ThisCell -our default cell (where we get the root directory) +default cell (where we get the root directory) .El .Pp -It is highly recommended that the default cache directory be a separate +It is highly recommended that the cache directory be a separate file system. If enough memory is available the cache filesystem could be a mfs to drastically improve performance. diff --git a/usr.sbin/afs/src/lib/cmd/cmd.3 b/usr.sbin/afs/src/lib/cmd/cmd.3 index b5d455b0f6b..2c5d7fef6d6 100644 --- a/usr.sbin/afs/src/lib/cmd/cmd.3 +++ b/usr.sbin/afs/src/lib/cmd/cmd.3 @@ -268,4 +268,4 @@ Plenty of them. .Fn cmd_ParseLine and .Fn cmd_FreeArgv -isn't implemeted.
\ No newline at end of file +aren't implemented. |