From 957c4e5abba2f5aaf9b78df2f01bc10f10a9d065 Mon Sep 17 00:00:00 2001 From: hin Date: Wed, 29 Mar 2000 21:38:46 +0000 Subject: [PATCH] vos.1 -> vos.8 --- usr.sbin/afs/fs/fs.1 | 2 +- usr.sbin/afs/pts/pts.1 | 2 +- usr.sbin/afs/vos/Makefile | 1 + usr.sbin/afs/vos/{vos.1 => vos.8} | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) rename usr.sbin/afs/vos/{vos.1 => vos.8} (99%) 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 similarity index 99% rename from usr.sbin/afs/vos/vos.1 rename to 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. -- 2.20.1