Correct some man page cross references and some file
locations.
This commit is contained in:
parent
7c01530e9f
commit
097d42f425
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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/*
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 <bsd.prog.mk>
|
||||
|
@ -40,8 +40,8 @@
|
||||
.Nd format of file system volume
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <ufs/fs.h>
|
||||
.Fd #include <ufs/inode.h>
|
||||
.Fd #include <ufs/ffs/fs.h>
|
||||
.Fd #include <ufs/ufs/inode.h>
|
||||
.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 {
|
||||
|
@ -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
|
||||
|
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user