summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2002-06-07 15:33:44 +0000
committerHans Insulander <hin@cvs.openbsd.org>2002-06-07 15:33:44 +0000
commit835b1f24147204bbab6d2dece0a8a377451e5689 (patch)
tree1aabed3ecbec1a88d684aaecbf1e7f26436f7bb1 /usr.sbin
parent8879f8b0b51a30e844f2bf2c1097ce2020ec8e10 (diff)
repair
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/afs/src/appl/fs/fs.116
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/afs/src/appl/fs/fs.1 b/usr.sbin/afs/src/appl/fs/fs.1
index 753f226510a..e597683b048 100644
--- a/usr.sbin/afs/src/appl/fs/fs.1
+++ b/usr.sbin/afs/src/appl/fs/fs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fs.1,v 1.4 2002/06/07 04:28:42 hin Exp $
+.\" $OpenBSD: fs.1,v 1.5 2002/06/07 15:33:43 hin Exp $
.\" $KTH: fs.1,v 1.2.2.1 2001/03/04 04:35:56 lha Exp $
.Dd March 29, 2000
.Dt FS 1
@@ -352,7 +352,7 @@ command.
.Bd -filled -offset indent -compact
List cells that the cache handler can communicate with.
These are the cells listed in the file
-.Pa /usr/arla/etc/CellServDB .
+.Pa /etc/afs/CellServDB .
.Ed
.Pp
.Ic fs listquota
@@ -403,15 +403,15 @@ If
is given, a mountpoint to the readwrite volume is created.
.Pp
Note that the there must not exist a directory named as
-the mount point you are creating.
+the mount point created.
.Ed
.Pp
.Ic fs connect
.Op Ar mode
.Bd -filled -offset indent -compact
Set or get connected mode, if a mode is specified, the cache manager will be
-set to that mode.
-If not, the current mode will be printed.
+set to that mode. If not, the current mode will be printed.
+.Pp
Valid modes are:
.Bl -tag -width -Fl -compact
.It Cm connected
@@ -441,7 +441,7 @@ Not implemented yet.
Add a new cell to the running configuration of the cache manager, or update
already existing information.
This information should also be entered in the file
-.Pa /usr/arla/etc/CellServDB .
+.Pa /etc/afs/CellServDB .
.Ed
.Pp
.Ic fs nop
@@ -659,9 +659,9 @@ Tweek xfs-debugging flags
Make xfs print debug info.
.Ed
.Sh SEE ALSO
-.Xr afsd 8 ,
.Xr pts 1 ,
-.Xr vos 8
+.Xr vos 1 ,
+.Xr afsd 8
.Sh STANDARDS
The Arla authors are trying to mimic the behaviour of the original AFS
utilities.