summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-10-11 21:12:21 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-10-11 21:12:21 +0000
commit0461bbc379a16b36969fe1cfc71df132ccdd0861 (patch)
tree26e79da67841537929aac110c7674c3c14202fd5
parent519e7b3ed3c84033f47d0f8d576bd501b5d5994a (diff)
mount_afs -> mount_xfs; jasoni@
-rw-r--r--usr.sbin/afs/afsd/afsd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/afs/afsd/afsd.8 b/usr.sbin/afs/afsd/afsd.8
index e7f460caefe..e5d9b02c678 100644
--- a/usr.sbin/afs/afsd/afsd.8
+++ b/usr.sbin/afs/afsd/afsd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afsd.8,v 1.5 1999/06/05 22:18:37 aaron Exp $
+.\" $OpenBSD: afsd.8,v 1.6 1999/10/11 21:12:20 aaron Exp $
.\"
.Dd September 5, 1998
.Dt AFSD 8
@@ -40,7 +40,7 @@ runs on AFS client machines. It is used to manage the file cache, fetch files
from AFS servers, handle callbacks and manage the authentication information
for users. In normal cases you will not need to run it by yourself. It is
automatically started when
-.Nm mount_afs
+.Xr mount_xfs 8
is run.
.Pp
Available options are as follows:
@@ -136,7 +136,7 @@ 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_xfs 8
.Sh BUGS
This code is still in the experimental stage and some bugs are present. If
.Nm