From c6715d7fe833432cfc49ae482d07656b035c734f Mon Sep 17 00:00:00 2001 From: augustss Date: Tue, 29 Apr 2003 11:49:50 +0000 Subject: [PATCH] Add more (skeleton) missing man pages. --- share/man/man4/Makefile | 15 +++--- share/man/man4/fwiso.4 | 47 +++++++++++++++++++ share/man/man4/kttcp.4 | 47 +++++++++++++++++++ share/man/man4/netsmb.4 | 47 +++++++++++++++++++ share/man/man4/{veriexec.4 => verifiedexec.4} | 2 +- share/man/man4/wsfont.4 | 47 +++++++++++++++++++ 6 files changed, 197 insertions(+), 8 deletions(-) create mode 100644 share/man/man4/fwiso.4 create mode 100644 share/man/man4/kttcp.4 create mode 100644 share/man/man4/netsmb.4 rename share/man/man4/{veriexec.4 => verifiedexec.4} (97%) create mode 100644 share/man/man4/wsfont.4 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index d8a466f55934..dda9cecfc61d 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.281 2003/04/29 11:35:54 augustss Exp $ +# $NetBSD: Makefile,v 1.282 2003/04/29 11:49:50 augustss Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 MAN= aac.4 acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amdpm.4 \ @@ -10,16 +10,16 @@ MAN= aac.4 acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amdpm.4 \ cmpci.4 cms.4 cnw.4 com.4 ddb.4 de.4 dmoverio.4 dmphy.4 dpt.4 dpti.4 \ drum.4 eap.4 ebus.4 edc.4 elmc.4 emuxki.4 en.4 envsys.4 ep.4 esh.4 \ esis.4 esa.4 esiop.4 esl.4 esm.4 eso.4 exphy.4 \ - fd.4 fpa.4 fms.4 fxp.4 \ + fd.4 fpa.4 fms.4 fwiso.4 fxp.4 \ gem.4 gentbi.4 glxtphy.4 gre.4 gphyter.4 gsip.4 hme.4 \ icmp.4 icp.4 icsphy.4 idp.4 ifmedia.4 iha.4 inet.4 \ inphy.4 intersil7170.4 ioasic.4 ioat.4 \ iop.4 iophy.4 iopsp.4 ip.4 ipkdb.4 iso.4 isp.4 iwic.4 joy.4 \ - ksyms.4 lc.4 ld.4 lkm.4 \ + ksyms.4 kttcp.4 lc.4 ld.4 lkm.4 \ lo.4 lxtphy.4 mainbus.4 makphy.4 mbe.4 mca.4 mcclock.4 \ md.4 mfb.4 mhzc.4 midi.4 mii.4 \ mk48txx.4 mlx.4 mly.4 mpt.4 mpu.4 mtd.4 mtio.4 \ - ne.4 neo.4 netintro.4 ns.4 nsclpcsio.4 nsip.4 \ + ne.4 neo.4 netintro.4 netsmb.4 ns.4 nsclpcsio.4 nsip.4 \ nsphy.4 nsphyter.4 ntwoc.4 null.4 nsmb.4 \ oak.4 oosiop.4 opl.4 options.4 osiop.4 pas.4 \ pcdisplay.4 pciide.4 pckbc.4 pckbd.4 pcn.4 pcppi.4 pcscp.4 pcweasel.4 \ @@ -31,10 +31,11 @@ MAN= aac.4 acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amdpm.4 \ tb.4 tc.4 tcds.4 tcp.4 \ termios.4 tfb.4 ti.4 tl.4 tlp.4 tlphy.4 tp.4 tr.4 trm.4 tty.4 tun.4 \ tqphy.4 twe.4 \ - udp.4 uha.4 uk.4 ukphy.4 unix.4 userconf.4 veriexec.4 vga.4 \ + udp.4 uha.4 uk.4 ukphy.4 unix.4 userconf.4 verifiedexec.4 vga.4 \ vlan.4 vmmon.4 vmnet.4 vnd.4 \ - vr.4 wd.4 wdc.4 wi.4 wm.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 \ - wsmux.4 yds.4 ym.4 zero.4 zstty.4 + vr.4 wd.4 wdc.4 wi.4 wm.4 \ + wscons.4 wsdisplay.4 wsfont.4 wskbd.4 wsmouse.4 wsmux.4 \ + yds.4 ym.4 zero.4 zstty.4 # USB devices MAN+= uaudio.4 ubsa.4 ucom.4 udsbr.4 uftdi.4 ugen.4 uhid.4 \ diff --git a/share/man/man4/fwiso.4 b/share/man/man4/fwiso.4 new file mode 100644 index 000000000000..6f6761399919 --- /dev/null +++ b/share/man/man4/fwiso.4 @@ -0,0 +1,47 @@ +.\" $NetBSD: fwiso.4,v 1.1 2003/04/29 11:49:50 augustss Exp $ +.\" +.\" Copyright (c) 2003 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 April 29, 2003 +.Dt FWISO 4 +.Os +.Sh NAME +.Nm fwiso +.Nd unknown +.Sh SYNOPSIS +.Cd "unknown" +.Sh DESCRIPTION +No description. +.Sh SEE ALSO +Nothing +.Sh BUGS +haya@netbsd.org has not yet written this man page. diff --git a/share/man/man4/kttcp.4 b/share/man/man4/kttcp.4 new file mode 100644 index 000000000000..c17e3d35f13e --- /dev/null +++ b/share/man/man4/kttcp.4 @@ -0,0 +1,47 @@ +.\" $NetBSD: kttcp.4,v 1.1 2003/04/29 11:49:50 augustss Exp $ +.\" +.\" Copyright (c) 2003 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 April 29, 2003 +.Dt KTTCP 4 +.Os +.Sh NAME +.Nm kttcp +.Nd unknown +.Sh SYNOPSIS +.Cd "unknown" +.Sh DESCRIPTION +No description. +.Sh SEE ALSO +Nothing +.Sh BUGS +thorpej@netbsd.org has not yet written this man page. diff --git a/share/man/man4/netsmb.4 b/share/man/man4/netsmb.4 new file mode 100644 index 000000000000..b1ca9925e9e9 --- /dev/null +++ b/share/man/man4/netsmb.4 @@ -0,0 +1,47 @@ +.\" $NetBSD: netsmb.4,v 1.1 2003/04/29 11:49:50 augustss Exp $ +.\" +.\" Copyright (c) 2003 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 April 29, 2003 +.Dt NETSMB 4 +.Os +.Sh NAME +.Nm netsmb +.Nd unknown +.Sh SYNOPSIS +.Cd "unknown" +.Sh DESCRIPTION +No description. +.Sh SEE ALSO +Nothing +.Sh BUGS +deberg@netbsd.org has not yet written this man page. diff --git a/share/man/man4/veriexec.4 b/share/man/man4/verifiedexec.4 similarity index 97% rename from share/man/man4/veriexec.4 rename to share/man/man4/verifiedexec.4 index 4b4ee14711f1..f335dd255249 100644 --- a/share/man/man4/veriexec.4 +++ b/share/man/man4/verifiedexec.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: veriexec.4,v 1.2 2002/10/29 12:42:10 wiz Exp $ +.\" $NetBSD: verifiedexec.4,v 1.1 2003/04/29 11:49:51 augustss Exp $ .\" .\" Copyright (c) 2002, Brett Lymn. All rights reserved. .\" diff --git a/share/man/man4/wsfont.4 b/share/man/man4/wsfont.4 new file mode 100644 index 000000000000..5aa7582d86fe --- /dev/null +++ b/share/man/man4/wsfont.4 @@ -0,0 +1,47 @@ +.\" $NetBSD: wsfont.4,v 1.1 2003/04/29 11:49:51 augustss Exp $ +.\" +.\" Copyright (c) 2003 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 April 29, 2003 +.Dt WSFONT 4 +.Os +.Sh NAME +.Nm wsfont +.Nd unknown +.Sh SYNOPSIS +.Cd "pseudo-device wsfont" +.Sh DESCRIPTION +No description. +.Sh SEE ALSO +Nothing +.Sh BUGS +drochner@netbsd.org has not yet written this man page.