From 27e5218d1c8b39d83c443c57e59abf7558dade97 Mon Sep 17 00:00:00 2001 From: mpp Date: Mon, 5 Feb 1996 17:32:16 +0000 Subject: Correct some man page cross references and some file locations. --- games/larn/larn.6 | 4 ++-- games/snake/snake/snake.6 | 6 +++--- lkm/ibcs2/ibcs2.8 | 3 +-- sbin/fsck/fsck.8 | 1 - sbin/fsck_ffs/fsck_ffs.8 | 1 - sbin/fsck_ifs/fsck_ifs.8 | 1 - sbin/mknod/mknod.8 | 2 +- sbin/restore/restore.8 | 1 - sbin/tunefs/tunefs.8 | 3 +-- share/man/man5/Makefile | 2 +- share/man/man5/fs.5 | 6 +++--- share/man/man5/types.5 | 2 +- sys/modules/ibcs2/ibcs2.8 | 3 +-- 13 files changed, 14 insertions(+), 21 deletions(-) diff --git a/games/larn/larn.6 b/games/larn/larn.6 index 6b47281..e64ee6f 100644 --- a/games/larn/larn.6 +++ b/games/larn/larn.6 @@ -150,8 +150,8 @@ of the spell you are casting. .Sh AUTHOR Noah Morgan .Sh FILES -.Bl -tag -width "/var/games/larn.scores" -compact -.It Pa /var/games/larn.scores +.Bl -tag -width "/var/games/larn/lscore12.0" -compact +.It Pa /var/games/larn/lscore12.0 Score file. .It Pa ~/.larnopts Options file. diff --git a/games/snake/snake/snake.6 b/games/snake/snake/snake.6 index 14d86bf..774153c 100644 --- a/games/snake/snake/snake.6 +++ b/games/snake/snake/snake.6 @@ -99,9 +99,9 @@ To see who wastes time playing snake, run .I snscore . .SH FILES .nf -.ta \w'/usr/games/lib/snakerawscores 'u -/usr/games/lib/snakerawscores database of personal bests -/usr/games/lib/snake.log log of games played +.ta \w'/var/games/snakerawscores 'u +/var/games/snakerawscores database of personal bests +/var/games/snake.log log of games played .DT .fi .SH BUGS diff --git a/lkm/ibcs2/ibcs2.8 b/lkm/ibcs2/ibcs2.8 index be2f7c9..eb43254 100644 --- a/lkm/ibcs2/ibcs2.8 +++ b/lkm/ibcs2/ibcs2.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: ibcs2.8,v 1.1 1995/11/28 21:12:06 joerg Exp $ .\" .Dd November 27, 1995 .Dt IBCS2 8 @@ -47,7 +47,6 @@ are provided with the FreeBSD distribution. .Bl -tag -width /usr/share/examples/ibcs2/* -compact .It Pa /lkm/ibcs2_mod.o .It Pa /lkm/ibcs2_coff_mod.o -.It Pa /lkm/socksys_mod.o iBCS2 loadable kernel modules. .Pp .It Pa /usr/share/examples/ibcs2/* diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 1552df1..364327f 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -293,5 +293,4 @@ are fully enumerated and explained in Appendix A of .Xr fstab 5 , .Xr fs 5 , .Xr newfs 8 , -.Xr mkfs 8 , .Xr reboot 8 diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 1552df1..364327f 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -293,5 +293,4 @@ are fully enumerated and explained in Appendix A of .Xr fstab 5 , .Xr fs 5 , .Xr newfs 8 , -.Xr mkfs 8 , .Xr reboot 8 diff --git a/sbin/fsck_ifs/fsck_ifs.8 b/sbin/fsck_ifs/fsck_ifs.8 index 1552df1..364327f 100644 --- a/sbin/fsck_ifs/fsck_ifs.8 +++ b/sbin/fsck_ifs/fsck_ifs.8 @@ -293,5 +293,4 @@ are fully enumerated and explained in Appendix A of .Xr fstab 5 , .Xr fs 5 , .Xr newfs 8 , -.Xr mkfs 8 , .Xr reboot 8 diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 73f71d3..06ea4f8 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -92,7 +92,7 @@ or a tty line. .El .Sh SEE ALSO .Xr mknod 2 , -.Xr makedev 8 +.Xr MAKEDEV 8 .Sh HISTORY A .Nm diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 59a2da3..844bd8d 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -386,7 +386,6 @@ information passed between incremental restores. .Xr ft 8 , .Xr newfs 8 , .Xr mount 8 , -.Xr mkfs 8 , .Xr rmt 8 .Sh BUGS .Nm Restore diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index e62662d..df161a9 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -119,8 +119,7 @@ manual page. .Sh SEE ALSO .Xr fs 5 , .Xr dumpfs 8 , -.Xr newfs 8 , -.Xr mkfs 8 +.Xr newfs 8 .Rs .%A M. McKusick .%A W. Joy diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 18eca02..81d6688 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -5,6 +5,6 @@ MAN5= a.out.5 acct.5 core.5 dir.5 disktab.5 ethers.5 fs.5 fbtab.5 fstab.5 \ group.5 hosts.5 link.5 networks.5 passwd.5 phones.5 printcap.5 \ procfs.5 protocols.5 remote.5 resolver.5 services.5 shells.5 \ stab.5 sysconfig.5 types.5 utmp.5 -MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 +MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 dir.5 dirent.5 .include diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5 index 12bb912..7b674de 100644 --- a/share/man/man5/fs.5 +++ b/share/man/man5/fs.5 @@ -40,8 +40,8 @@ .Nd format of file system volume .Sh SYNOPSIS .Fd #include -.Fd #include -.Fd #include +.Fd #include +.Fd #include .Sh DESCRIPTION The files .Aq Pa fs.h @@ -69,7 +69,7 @@ that is of size .Dv SBSIZE . The following structure described the super-block and is from the file -.Aq Pa ufs/fs.h : +.Aq Pa ufs/ffs/fs.h : .Bd -literal #define FS_MAGIC 0x011954 struct fs { diff --git a/share/man/man5/types.5 b/share/man/man5/types.5 index 0c8922c..eea43df 100644 --- a/share/man/man5/types.5 +++ b/share/man/man5/types.5 @@ -178,7 +178,7 @@ struct uio; .Xr fs 5 , .Xr time 3 , .Xr lseek 2 , -.Xr adb 1 +.Xr gdb 1 .Sh HISTORY A .Nm diff --git a/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8 index be2f7c9..eb43254 100644 --- a/sys/modules/ibcs2/ibcs2.8 +++ b/sys/modules/ibcs2/ibcs2.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: ibcs2.8,v 1.1 1995/11/28 21:12:06 joerg Exp $ .\" .Dd November 27, 1995 .Dt IBCS2 8 @@ -47,7 +47,6 @@ are provided with the FreeBSD distribution. .Bl -tag -width /usr/share/examples/ibcs2/* -compact .It Pa /lkm/ibcs2_mod.o .It Pa /lkm/ibcs2_coff_mod.o -.It Pa /lkm/socksys_mod.o iBCS2 loadable kernel modules. .Pp .It Pa /usr/share/examples/ibcs2/* -- cgit v1.1