diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2000-03-29 21:38:48 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2000-03-29 21:38:48 +0000 |
commit | 1166e76f03f605dec7090e4acff8e5161e2db409 (patch) | |
tree | 0230afa9c20e9bb2c927db1a9aa82d1722131776 | |
parent | 7fb097f604c37010181ceb52038acf50819029e0 (diff) |
vos.1 -> vos.8
-rw-r--r-- | usr.sbin/afs/fs/fs.1 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/pts/pts.1 | 2 | ||||
-rw-r--r-- | usr.sbin/afs/vos/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/afs/vos/vos.8 (renamed from usr.sbin/afs/vos/vos.1) | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/afs/fs/fs.1 b/usr.sbin/afs/fs/fs.1 index dbd5cc6514e..879ab731751 100644 --- a/usr.sbin/afs/fs/fs.1 +++ b/usr.sbin/afs/fs/fs.1 @@ -634,7 +634,7 @@ Make xfs print debug info. .Ed .Sh SEE ALSO .Xr pts 1 , -.Xr vos 1 +.Xr vos 8 .Sh STANDARDS The Arla authors are trying to mimic the behaviour of the original AFS utilities. diff --git a/usr.sbin/afs/pts/pts.1 b/usr.sbin/afs/pts/pts.1 index d1e03007075..3021cccf3f5 100644 --- a/usr.sbin/afs/pts/pts.1 +++ b/usr.sbin/afs/pts/pts.1 @@ -243,7 +243,7 @@ This command has not been implemented yet. .Pp .Sh SEE ALSO .Xr fs 1 , -.Xr vos 1 +.Xr vos 8 .Sh STANDARDS The Arla authors are trying to mimic the behaviour of the original AFS utilities. diff --git a/usr.sbin/afs/vos/Makefile b/usr.sbin/afs/vos/Makefile index 88be6e0d1f4..ea38ea9dbea 100644 --- a/usr.sbin/afs/vos/Makefile +++ b/usr.sbin/afs/vos/Makefile @@ -1,4 +1,5 @@ PROG = vos +MAN = vos.8 BINDIR = /usr/sbin SRCS = vos.c arlalib.c fs_lib.c vos_common.c vos_createentry.c \ vos_createvolume.c vos_dump.c vos_endtrans.c vos_examine.c \ diff --git a/usr.sbin/afs/vos/vos.1 b/usr.sbin/afs/vos/vos.8 index 8db07e694d8..22ac2f62009 100644 --- a/usr.sbin/afs/vos/vos.1 +++ b/usr.sbin/afs/vos/vos.8 @@ -376,7 +376,7 @@ Exit interactive mode. .Ed .Sh SEE ALSO .Xr pts 1 , -.Xr vos 1 +.Xr fs 1 .Sh STANDARDS The Arla authors are trying to mimic the behaviour of the original AFS utilities. |