diff options
| author | mrg <mrg@NetBSD.org> | 1997-11-11 10:07:34 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 1997-11-11 10:07:34 +0000 |
| commit | dc05f41d803bd684d520fa2243cdb1f8076cfa0b (patch) | |
| tree | 2fbec630d6ab12b0bfa498f224781d9c78b3627f | |
| parent | 13cfd2b17f3e6ab3ca7db198213e789a7d3a9212 (diff) | |
add missing .Nm sections
| -rw-r--r-- | share/man/man9/man9.sun3/isr_add.9 | 7 | ||||
| -rw-r--r-- | share/man/man9/timeout.9 | 5 | ||||
| -rw-r--r-- | share/man/man9/vslock.9 | 7 | ||||
| -rw-r--r-- | usr.sbin/apm/apm.8 | 5 | ||||
| -rw-r--r-- | usr.sbin/inetd/inetd.8 | 5 | ||||
| -rw-r--r-- | usr.sbin/ipf/ipf/ipf.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/ipf/ipf/ipl.4 | 5 | ||||
| -rw-r--r-- | usr.sbin/ipf/ipnat/ipnat.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.pcnfsd/pcnfsd.8 | 4 |
9 files changed, 25 insertions, 17 deletions
diff --git a/share/man/man9/man9.sun3/isr_add.9 b/share/man/man9/man9.sun3/isr_add.9 index fe0d2c16167..865d0f1bd92 100644 --- a/share/man/man9/man9.sun3/isr_add.9 +++ b/share/man/man9/man9.sun3/isr_add.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: isr_add.9,v 1.2 1997/05/22 02:12:18 jeremy Exp $ +.\" $NetBSD: isr_add.9,v 1.3 1997/11/11 10:07:47 mrg Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -38,7 +38,10 @@ .Dt ISR_ADD 9 sun3 .Os NetBSD .Sh NAME -.Nm isr_add +.Nm isr_add , +.Nm isr_add_autovect , +.Nm isr_add_vectored , +.Nm isr_add_custom .Nd establish interrupt handler .Sh SYNOPSIS .Fd #include <machine/autoconf.h> diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index 0cc382086dd..fc4fbedb029 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: timeout.9,v 1.3 1997/10/08 22:00:41 jtc Exp $ +.\" $NetBSD: timeout.9,v 1.4 1997/11/11 10:07:34 mrg Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -38,7 +38,8 @@ .Dt TIMEOUT 9 .Os NetBSD .Sh NAME -.Nm timeout +.Nm timeout , +.Nm untimeout .Nd execute a function after a specified length of time .Sh SYNOPSIS .Ft void diff --git a/share/man/man9/vslock.9 b/share/man/man9/vslock.9 index 342cb824f20..2c1f9d7cae6 100644 --- a/share/man/man9/vslock.9 +++ b/share/man/man9/vslock.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: vslock.9,v 1.2 1997/10/08 22:00:42 jtc Exp $ +.\" $NetBSD: vslock.9,v 1.3 1997/11/11 10:07:39 mrg Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -38,8 +38,9 @@ .Dt VSLOCK 9 .Os NetBSD .Sh NAME -.Nm vslock -.Nd lock user space addresses in memory +.Nm vslock , +.Nm vsunlock +.Nd lock/unlock user space addresses in memory .Sh SYNOPSIS .Ft void .Fn vslock "caddr_t addr" "u_int len" diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index a16b48ee841..69c8dbf5011 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: apm.8,v 1.7 1997/10/17 04:31:55 lukem Exp $ +.\" $NetBSD: apm.8,v 1.8 1997/11/11 10:07:55 mrg Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -38,7 +38,8 @@ .Dt APM 8 .Os NetBSD .Sh NAME -.Nm apm +.Nm apm , +.Nm zzz .Nd Advanced Power Management control program .Sh SYNOPSIS .Nm zzz diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 371bde219dc..9e87e6f4b36 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: inetd.8,v 1.12 1997/10/18 06:36:27 lukem Exp $ +.\" $NetBSD: inetd.8,v 1.13 1997/11/11 10:08:03 mrg Exp $ .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. @@ -37,7 +37,8 @@ .Dt INETD 8 .Os BSD 4.3 .Sh NAME -.Nm inetd +.Nm inetd , +.Nm inetd.conf .Nd internet .Dq super-server .Sh SYNOPSIS diff --git a/usr.sbin/ipf/ipf/ipf.5 b/usr.sbin/ipf/ipf/ipf.5 index c202be71f6a..de98c8e9014 100644 --- a/usr.sbin/ipf/ipf/ipf.5 +++ b/usr.sbin/ipf/ipf/ipf.5 @@ -1,6 +1,6 @@ .TH IPF 5 .SH NAME -ipf \- IP packet filter rule syntax +ipf, ipf.conf \- IP packet filter rule syntax .SH DESCRIPTION .PP A rule file for \fBipf\fP may have any name or even be stdin. As diff --git a/usr.sbin/ipf/ipf/ipl.4 b/usr.sbin/ipf/ipf/ipl.4 index e06833a40e4..cc0af08a3e8 100644 --- a/usr.sbin/ipf/ipf/ipl.4 +++ b/usr.sbin/ipf/ipf/ipl.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: ipl.4,v 1.6 1997/10/10 05:40:35 mrg Exp $ +.\" $NetBSD: ipl.4,v 1.7 1997/11/11 10:08:24 mrg Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green .\" All rights reserved. @@ -44,7 +44,8 @@ .Dt IPL 4 .Os NetBSD 1.3 .Sh NAME -.Nm ipl +.Nm ipl , +.Nm ipfilter .Nd IP filter software .Sh SYNOPSIS .Cd pseudo-device ipfilter diff --git a/usr.sbin/ipf/ipnat/ipnat.5 b/usr.sbin/ipf/ipnat/ipnat.5 index 783262380b1..11a0e67f760 100644 --- a/usr.sbin/ipf/ipnat/ipnat.5 +++ b/usr.sbin/ipf/ipnat/ipnat.5 @@ -1,6 +1,6 @@ .TH IPNAT 5 .SH NAME -ipnat \- IP NAT file format +ipnat, ipnat.conf \- IP NAT file format .SH DESCRIPTION The format for files accepted by ipnat is described by the following grammar: .LP diff --git a/usr.sbin/rpc.pcnfsd/pcnfsd.8 b/usr.sbin/rpc.pcnfsd/pcnfsd.8 index 0c48ea78b82..fb85363f2e1 100644 --- a/usr.sbin/rpc.pcnfsd/pcnfsd.8 +++ b/usr.sbin/rpc.pcnfsd/pcnfsd.8 @@ -1,8 +1,8 @@ -.\" $NetBSD: pcnfsd.8,v 1.4 1995/08/14 19:48:07 gwr Exp $ +.\" $NetBSD: pcnfsd.8,v 1.5 1997/11/11 10:08:10 mrg Exp $ .\" @(#) @(#)pcnfsd.8c 1.1 9/3/91; .TH PCNFSD 8C "25 April 1991" .SH NAME -pcnfsd \- (PC)NFS authentication and print request server +pcnfsd, rpc.pcnfsd \- (PC)NFS authentication and print request server .SH SYNOPSIS .B /usr/sbin/rpc.pcnfsd .SH DESCRIPTION |
