summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-09 17:25:57 +0000
committermpp <mpp@FreeBSD.org>1996-02-09 17:25:57 +0000
commit6f1e1c35e7039ba69c8809c5ac966645812377cf (patch)
treee05d39f378cb22e2a7bd1005d5096441fca071a3 /share/man
parent279ebaafa0f3c6e02cd5f9f1580c31e2b58c7580 (diff)
downloadFreeBSD-src-6f1e1c35e7039ba69c8809c5ac966645812377cf.zip
FreeBSD-src-6f1e1c35e7039ba69c8809c5ac966645812377cf.tar.gz
Another round of various man page cleanups.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/lkm.44
-rw-r--r--share/man/man4/tp.42
-rw-r--r--share/man/man5/Makefile3
-rw-r--r--share/man/man5/a.out.53
-rw-r--r--share/man/man5/core.52
-rw-r--r--share/man/man5/stab.51
6 files changed, 6 insertions, 9 deletions
diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4
index a97142a..9004535 100644
--- a/share/man/man4/lkm.4
+++ b/share/man/man4/lkm.4
@@ -23,13 +23,13 @@
.\" (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: lkm.4,v 1.4 1996/01/17 21:07:38 wollman Exp $
+.\" $Id: lkm.4,v 1.5 1996/01/30 13:51:07 mpp Exp $
.\"
.Dd January 17, 1996
.Dt LKM 4
.Os FreeBSD 2.0
.Sh NAME
-.Nm LKM
+.Nm lkm
.Nd loadable kernel module facility
.Sh DESCRIPTION
Loadable kernel modules allow the system administrator to
diff --git a/share/man/man4/tp.4 b/share/man/man4/tp.4
index fdfd578..fdc845d 100644
--- a/share/man/man4/tp.4
+++ b/share/man/man4/tp.4
@@ -35,7 +35,7 @@
.Dt TP 4
.Os
.Sh NAME
-.Nm TP
+.Nm tp
.Nd
.Tn ISO
Transport Protocol
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 81d6688..722a739 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -5,6 +5,7 @@ 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 dir.5 dirent.5
+MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 dir.5 dirent.5 \
+ resolver.5 resolv.conf.5
.include <bsd.prog.mk>
diff --git a/share/man/man5/a.out.5 b/share/man/man5/a.out.5
index 332c757..61d562e 100644
--- a/share/man/man5/a.out.5
+++ b/share/man/man5/a.out.5
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)a.out.5 8.1 (Berkeley) 6/5/93
-.\" $Id: a.out.5,v 1.2 1994/12/23 22:41:45 nate Exp $
+.\" $Id: a.out.5,v 1.3 1996/01/30 13:51:30 mpp Exp $
.\"
.Dd June 5, 1993
.Dt A.OUT 5
@@ -435,7 +435,6 @@ is always 4 on 32-bit machines.
.Xr execve 2 ,
.Xr nlist 3 ,
.Xr core 5 ,
-.Xr dbx 5 ,
.Xr stab 5 ,
.Xr link 5
.Sh HISTORY
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index e4b5f47..5d14710 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -98,8 +98,6 @@ The size of a ``page'' is given by the constant
(also from
.Aq Pa sys/param.h ) .
.Sh SEE ALSO
-.Xr adb 1 ,
-.Xr dbx 1 ,
.Xr gdb 1 ,
.Xr kgdb 1 ,
.Xr sigaction 2 ,
diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5
index 7f7cef8..f7cc443 100644
--- a/share/man/man5/stab.5
+++ b/share/man/man5/stab.5
@@ -210,7 +210,6 @@ compiled files:
.Sh SEE ALSO
.Xr as 1 ,
.Xr ld 1 ,
-.Xr dbx 1 ,
.Xr a.out 5
.Sh BUGS
.Pp
OpenPOWER on IntegriCloud