diff options
Diffstat (limited to 'usr.sbin/afs/afsd/afsd.8')
-rw-r--r-- | usr.sbin/afs/afsd/afsd.8 | 67 |
1 files changed, 39 insertions, 28 deletions
diff --git a/usr.sbin/afs/afsd/afsd.8 b/usr.sbin/afs/afsd/afsd.8 index 6fd18ed9713..23404ddc844 100644 --- a/usr.sbin/afs/afsd/afsd.8 +++ b/usr.sbin/afs/afsd/afsd.8 @@ -1,11 +1,11 @@ -.\" $OpenBSD: afsd.8,v 1.2 1998/09/15 18:29:11 art Exp $ +.\" $OpenBSD: afsd.8,v 1.3 1998/11/08 00:21:25 aaron Exp $ .\" .Dd September 5, 1998 .Dt AFSD 8 .Os .Sh NAME .Nm afsd -.Nd AFS cache manager for xfs. +.Nd AFS cache manager for xfs .Sh SYNOPSIS .Nm .Op Fl t | Fl -test @@ -33,7 +33,7 @@ .Op Fl -cache-dir= Ns Ar string .Op Fl -version .Op Fl -help -.Ar [device] +.Op Ar device .Sh DESCRIPTION .Nm afsd runs on AFS client machines. It is used to manage the file cache, fetch files @@ -43,89 +43,100 @@ automatically started when .Nm mount_afs is run. .Pp -Supported options: +Available options are as follows: .Bl -tag -width Ds .It Xo .Fl t Ns , .Fl -test .Xc -run in test mode +Run in test mode. .It Xo .Fl c Ar string Ns , .Fl -conffile= Ns Ar string .Xc -path to configuration file (default: /etc/afs/afsd.conf) +Path to configuration file +.Po default: Pa /etc/afs/afsd.conf +.Pc . .It Xo .Fl l Ar string Ns , .Fl -log= Ns Ar string .Xc -where to write log [stderr|syslog|path] (default: stderr) +Where to write log [stderr|syslog|path] (default: stderr). .It Xo .Fl -debug= Ns Ar string .Xc -what to write in the log (default: none) +What to write in the log (default: none). .It Xo .Fl d Ar string Ns , .Fl -device= Ns Ar string .Xc -the XFS device to use (default: /dev/xfs0) +The XFS device to use +.Po default: Pa /dev/xfs0 +.Pc . .It Xo .Fl -connected-mode= Ns Ar string .Xc -initial connected mode [conncted|fetch-only|disconnected] +Initial connected mode [conncted|fetch-only|disconnected]. .It Xo .Fl n Ns , .Fl -no-fork .Xc -don't fork and daemonize +Don't fork and daemonize. .It Xo .Fl r Ar string Ns , .Fl -rxkad-level= Ns Ar string .Xc -the rxkad level to use [clear|auth|crypt] (default: auth) +The rxkad level to use [clear|auth|crypt] (default: auth). .It Xo .Fl s Ar string Ns , .Fl -sysname= Ns Ar string .Xc -set the sysname of this system +Set the sysname of this system. .It Xo .Fl -root-volume= Ns Ar string .Xc -name of the root volume +Name of the root volume. .It Xo .Fl -port= Ns Ar number .Xc -port number to use +Port number to use. .It Xo .Fl z Ns , .Fl -recover .Xc -don't recover state +Don't recover state. .It Xo .Fl -cache-dir= Ns Ar string .Xc -cache directory (default: /var/spool/afs) +Cache directory +.Po default: Pa /var/spool/afs +.Pc . .It Xo .Fl -version .Xc -print version information +Print version information. .It Xo .Fl -help .Xc -print usage information +Print usage information. .El .Sh FILES -/etc/afs/afsd.conf - default configuration for afsd. -.Pp -/etc/afs/CellServDB - The "database" with all known AFS servers. -.Pp -/etc/afs/ThisCell - Our default cell (where we get the root directory). +.Bl -tag -width /etc/afs/CellServDB -compact +.It Pa /etc/afs/afsd.conf +default configuration for afsd +.It Pa /etc/afs/CellServDB +database with all known AFS servers +.It Pa /etc/afs/ThisCell +our default cell (where we get the root directory) +.It Pa /var/spool/afs +default cache directory +.El .Pp -/var/spool/afs - default cache directory. It is highly recommended that this -directory is a separate filesystem. When enough memory is available this -could be a mfs to drastically improve performance. +It is highly recommended that the default cache directory be a separate +filesystem. When enough memory is available this could be a mfs to +drastically improve performance. .Sh SEE ALSO -.Xr mount_afs 8 . +.Xr mount_afs 8 .Sh BUGS This code is still in the experimental stage and some bugs are present. If .Nm afsd |