diff options
author | alex <alex@FreeBSD.org> | 1998-01-02 19:22:52 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-01-02 19:22:52 +0000 |
commit | 410918fc300e61fd74ff686b00e5aaf3cef61d35 (patch) | |
tree | 90a79edff65cd9bfad59a430e3b025b7fe31717b /share | |
parent | fbc0e8b9647f1f3a01615097c53348a47ec79c94 (diff) | |
download | FreeBSD-src-410918fc300e61fd74ff686b00e5aaf3cef61d35.zip FreeBSD-src-410918fc300e61fd74ff686b00e5aaf3cef61d35.tar.gz |
Expanded cross references.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/assert.3 | 4 | ||||
-rw-r--r-- | share/man/man4/bpf.4 | 5 | ||||
-rw-r--r-- | share/man/man4/pty.4 | 4 | ||||
-rw-r--r-- | share/man/man5/utmp.5 | 3 | ||||
-rw-r--r-- | share/man/man9/intro.9 | 4 |
5 files changed, 14 insertions, 6 deletions
diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3 index c806d86..8acea06 100644 --- a/share/man/man3/assert.3 +++ b/share/man/man3/assert.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)assert.3 8.1 (Berkeley) 6/9/93 -.\" $Id$ +.\" $Id: assert.3,v 1.3 1997/03/07 03:27:51 jmg Exp $ .\" .Dd June 9, 1993 .Dt ASSERT 3 @@ -80,6 +80,8 @@ is false: "assertion \e"%s\e" failed: file \e"%s\e", line %d\n", \e "expression", __FILE__, __LINE__); .Ed +.Sh SEE ALSO +.Xr abort 3 .Sh HISTORY A .Nm assert diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index 263e64d..24a8daf 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -20,7 +20,7 @@ .\" This document is derived in part from the enet man page (enet.4) .\" distributed with 4.3BSD Unix. .\" -.\" $Id$ +.\" $Id: bpf.4,v 1.10 1997/02/22 13:24:22 peter Exp $ .\" .Dd January 16, 1996 .Dt BPF 4 @@ -678,7 +678,8 @@ struct bpf_insn insns[] = { .Ed .Sh SEE ALSO .Xr tcpdump 1 , -.Xr ioctl 2 +.Xr ioctl 2 , +.Xr byteorder 3 .Rs .%A McCanne, S. .%A Jacobson V. diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4 index a958f27..29b0f9e 100644 --- a/share/man/man4/pty.4 +++ b/share/man/man4/pty.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pty.4 8.2 (Berkeley) 11/30/93 -.\" $Id$ +.\" $Id: pty.4,v 1.5 1997/03/07 02:49:33 jmg Exp $ .\" .Dd November 30, 1993 .Dt PTY 4 @@ -205,6 +205,8 @@ slave pseudo terminals .El .Sh DIAGNOSTICS None. +.Sh SEE ALSO +.Xr tty 4 .Sh HISTORY The .Nm diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index e4e07dc..351dc2a 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)utmp.5 8.2 (Berkeley) 3/17/94 -.\" $Id$ +.\" $Id: utmp.5,v 1.5 1997/03/07 03:28:09 jmg Exp $ .\" .Dd March 17, 1994 .Dt UTMP 5 @@ -204,6 +204,7 @@ The .Sh SEE ALSO .Xr last 1 , .Xr login 1 , +.Xr w 1 , .Xr who 1 , .Xr ac 8 , .Xr init 8 diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9 index 3062b1b..08ee09a 100644 --- a/share/man/man9/intro.9 +++ b/share/man/man9/intro.9 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: intro.9,v 1.7 1997/03/07 02:53:35 jmg Exp $ .\" .Dd December 13, 1995 .Dt INTRO 9 @@ -100,6 +100,8 @@ If for some reason a module is split over multiple source files, then try to split the module along some major fault-line and consider using the number of global symbols as your guide. The fewer the better. +.Sh SEE ALSO +.Xr style 9 .Sh HISTORY The .Nm intro |