Subject: misc/5342: Missing intro man pages
To: None <gnats-bugs@gnats.netbsd.org>
From: None <abs@mono.org>
List: netbsd-bugs
Date: 04/21/1998 22:24:24
>Number: 5342
>Category: misc
>Synopsis: Missing intro man pages
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Apr 21 22:35:00 1998
>Last-Modified:
>Originator: David Brownlee
>Organization:
<a href="http://www.mono.org/">Monochrome</a>
>Release: 1.3.1
>Environment:
System: NetBSD lapton.anim.dreamworks.com 1.3.1 NetBSD 1.3.1 (_LAPTON_) #0: Tue Mar 24 14:27:08 PST 1998 root@lapton.anim.dreamworks.com:/usr/src/sys/arch/i386/compile/_LAPTON_ i386
>Description:
Some sections do not have intro pages. Of those that do, intro(1)
misses a crossreference and has a list with a trailing comma.
>How-To-Repeat:
Wonder what intro pages are missing.
>Fix:
Add somewhat brief entries to cover the sections without intro
pages, update intro(1) and Makefiles to match.
(mkdir share/man/man6 needed before applying patch)
--- ./man1/intro.1.orig Tue Apr 21 22:02:47 1998
+++ ./man1/intro.1 Tue Apr 21 22:17:14 1998
@@ -64,7 +64,11 @@
.Xr intro 2 ,
.Xr intro 3 ,
.Xr intro 4 ,
+.Xr intro 5 ,
+.Xr intro 6 ,
+.Xr intro 7 ,
.Xr intro 8 ,
+.Xr intro 9 .
.Pp
Tutorials in the
.%T "UNIX User's Manual Supplementary Documents" .
--- ./man5/intro.5.orig Tue Apr 21 22:11:56 1998
+++ ./man5/intro.5 Tue Apr 21 22:16:17 1998
@@ -0,0 +1,46 @@
+.\" $NetBSD$
+.\"
+.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the NetBSD
+.\" Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\" contributors may be used to endorse or promote products derived
+.\" from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE
+.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd Apr 21, 1998
+.Dt INTRO 7
+.Sh NAME
+.Nm intro
+.Nd introduction to file formats
+.Sh DESCRIPTION
+This section contains documentation on file formats, both binary and
+configuration.
+.Pp
+.Sh HISTORY
+.Nm intro
+appeared in
+.Nx 1.4 .
--- ./man5/Makefile.orig Tue Apr 21 22:11:59 1998
+++ ./man5/Makefile Tue Apr 21 22:12:21 1998
@@ -5,10 +5,10 @@
MAN= a.out.5 acct.5 core.5 daily.conf.5 dir.5 disktab.5 ethers.5 fs.5 \
fstab.5 genassym.cf.5 group.5 hosts.5 hosts.equiv.5 ifaliases.5 \
- ld.so.conf.5 link.5 lkm.conf.5 monthly.conf.5 motd.5 netgroup.5 \
- networks.5 passwd.5 phones.5 printcap.5 protocols.5 rc.conf.5 \
- remote.5 resolv.conf.5 rpc.5 security.conf.5 services.5 shells.5 \
- stab.5 ttyaction.5 types.5 utmp.5 weekly.conf.5
+ intro.5 ld.so.conf.5 link.5 lkm.conf.5 monthly.conf.5 motd.5 \
+ netgroup.5 networks.5 passwd.5 phones.5 printcap.5 protocols.5 \
+ rc.conf.5 remote.5 resolv.conf.5 rpc.5 security.conf.5 services.5 \
+ shells.5 stab.5 ttyaction.5 types.5 utmp.5 weekly.conf.5
MLINKS= dir.5 dirent.5 fs.5 inode.5 hosts.equiv.5 rhosts.5
MLINKS+=utmp.5 wtmp.5 utmp.5 lastlog.5 passwd.5 master.passwd.5
--- ./man6/intro.6.orig Tue Apr 21 22:05:29 1998
+++ ./man6/intro.6 Tue Apr 21 22:13:12 1998
@@ -0,0 +1,46 @@
+.\" $NetBSD$
+.\"
+.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the NetBSD
+.\" Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\" contributors may be used to endorse or promote products derived
+.\" from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE
+.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd Apr 21, 1998
+.Dt INTRO 6
+.Sh NAME
+.Nm intro
+.Nd introduction to online games
+.Sh DESCRIPTION
+This section contains various games and tools whose primary value lies in
+amusement.
+.Pp
+.Sh HISTORY
+.Nm
+appeared in
+.Nx 1.4 .
--- ./man6/Makefile.orig Tue Apr 21 22:05:32 1998
+++ ./man6/Makefile Tue Apr 21 22:04:12 1998
@@ -0,0 +1,5 @@
+# $NetBSD$
+
+MAN= intro.6
+
+.include <bsd.man.mk>
--- ./Makefile.orig Tue Apr 21 22:03:26 1998
+++ ./Makefile Tue Apr 21 22:03:33 1998
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.13 1997/10/19 12:55:52 mrg Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/16/94
-SUBDIR= man0 man1 man3 man4 man5 man7 man8 man9
+SUBDIR= man0 man1 man3 man4 man5 man6 man7 man8 man9
makedb:
/usr/libexec/makewhatis ${DESTDIR}/usr/share/man
>Audit-Trail:
>Unformatted: