diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-02-09 19:21:53 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-02-09 19:21:53 +0000 |
commit | 3b01571efd73207e2a939a10caa0c5aa83f2c4b1 (patch) | |
tree | e00e7b38a1f41f150268dda81c72600b5be25495 /share/man | |
parent | a74bedbb5d40c1d0a254fc6be50db0aeff3cc7f2 (diff) |
help makewhatis produce correct entries.
okay deraadt@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/Makefile | 13 | ||||
-rw-r--r-- | share/man/man4/man4.mvme88k/Makefile | 3 | ||||
-rw-r--r-- | share/man/man5/hostname.if.5 | 5 | ||||
-rw-r--r-- | share/man/man8/man8.alpha/boot_alpha.8 | 4 | ||||
-rw-r--r-- | share/man/man8/man8.mac68k/boot_mac68k.8 | 4 | ||||
-rw-r--r-- | share/man/man8/man8.macppc/boot_macppc.8 | 4 | ||||
-rw-r--r-- | share/man/man8/man8.sparc/boot_sparc.8 | 4 | ||||
-rw-r--r-- | share/man/man8/man8.sparc64/boot_sparc64.8 | 4 | ||||
-rw-r--r-- | share/man/man8/man8.vax/boot_vax.8 | 4 | ||||
-rw-r--r-- | share/man/man9/Makefile | 9 |
10 files changed, 30 insertions, 24 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index a3d683c4e42..2b21a0ba101 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2003/02/20 03:20:09 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2004/02/09 19:21:51 espie Exp $ # @(#)Makefile 8.2 (Berkeley) 12/13/93 MAN= assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3 \ @@ -40,11 +40,12 @@ MLINKS+=queue.3 CIRCLEQ_ENTRY.3 queue.3 CIRCLEQ_HEAD.3 \ queue.3 CIRCLEQ_EMPTY.3 MLINKS+=queue.3 SLIST_ENTRY.3 queue.3 SLIST_HEAD.3 \ queue.3 SLIST_HEAD_INITIALIZER.3 queue.3 SLIST_FIRST.3 \ - queue.3 SLIST_NEXT.3 queue.3 SLIST_END.3 \ - queue.3 SLIST_EMPTY.3 queue.3 SLIST_FOREACH.3 \ - queue.3 SLIST_INIT.3 queue.3 SLIST_INSERT_AFTER.3 \ - queue.3 SLIST_INSERT_HEAD.3 queue.3 SLIST_REMOVE_HEAD.3 \ - queue.3 SLIST_REMOVE.3 + queue.3 SLIST_FOREACH_PREVPTR.3 queue.3 SLIST_NEXT.3 \ + queue.3 SLIST_END.3 queue.3 SLIST_EMPTY.3 \ + queue.3 SLIST_FOREACH.3 queue.3 SLIST_INIT.3 \ + queue.3 SLIST_INSERT_AFTER.3 queue.3 SLIST_INSERT_HEAD.3 \ + queue.3 SLIST_REMOVE_HEAD.3 queue.3 SLIST_REMOVE.3 \ + queue.3 SLIST_REMOVE_NEXT.3 MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 MLINKS+=stdarg.3 va_start.3 stdarg.3 va_copy.3 MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \ diff --git a/share/man/man4/man4.mvme88k/Makefile b/share/man/man4/man4.mvme88k/Makefile index 779f4ae0955..8f0425de2c3 100644 --- a/share/man/man4/man4.mvme88k/Makefile +++ b/share/man/man4/man4.mvme88k/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2003/12/27 23:59:47 miod Exp $ +# $OpenBSD: Makefile,v 1.4 2004/02/09 19:21:51 espie Exp $ # TODO: cl clock dart memc nvram sclock syscon vx MAN= autoconf.4 bussw.4 ie.4 intro.4 le.4 mem.4 pcctwo.4 ssh.4 vme.4 vs.4 MANSUBDIR=mvme88k +MLINKS+= mem.4 kmem.4 .include <bsd.prog.mk> diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 2eac3bebb0a..8ad4debb12b 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.34 2003/09/02 18:37:08 jmc Exp $ +.\" $OpenBSD: hostname.if.5,v 1.35 2004/02/09 19:21:51 espie Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -34,8 +34,7 @@ .Dt HOSTNAME.IF 5 .Os .Sh NAME -.Nm hostname.if -and +.Nm hostname.if , .Nm bridgename.if .Nd interface-specific configuration files .Sh DESCRIPTION diff --git a/share/man/man8/man8.alpha/boot_alpha.8 b/share/man/man8/man8.alpha/boot_alpha.8 index ecab120866f..3ee1125da1d 100644 --- a/share/man/man8/man8.alpha/boot_alpha.8 +++ b/share/man/man8/man8.alpha/boot_alpha.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_alpha.8,v 1.10 2003/07/10 08:30:36 jmc Exp $ +.\" $OpenBSD: boot_alpha.8,v 1.11 2004/02/09 19:21:52 espie Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -26,7 +26,7 @@ .Dt BOOT_ALPHA 8 alpha .Os .Sh NAME -.Nm boot +.Nm boot_alpha .Nd Alpha system bootstrapping procedures .Sh DESCRIPTION .Ss Cold starts diff --git a/share/man/man8/man8.mac68k/boot_mac68k.8 b/share/man/man8/man8.mac68k/boot_mac68k.8 index f352cffbe46..dd0876cab73 100644 --- a/share/man/man8/man8.mac68k/boot_mac68k.8 +++ b/share/man/man8/man8.mac68k/boot_mac68k.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_mac68k.8,v 1.5 2003/06/02 23:30:15 millert Exp $ +.\" $OpenBSD: boot_mac68k.8,v 1.6 2004/02/09 19:21:52 espie Exp $ .\" $NetBSD: boot_mac68k.8,v 1.1 1995/07/02 02:09:52 briggs Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -39,7 +39,7 @@ .Dt BOOT_MAC68K 8 mac68k .Os .Sh NAME -.Nm boot +.Nm boot_mac68k .Nd .Tn mac68k-specific system bootstrapping procedures diff --git a/share/man/man8/man8.macppc/boot_macppc.8 b/share/man/man8/man8.macppc/boot_macppc.8 index 9dd768e57bd..3523058c456 100644 --- a/share/man/man8/man8.macppc/boot_macppc.8 +++ b/share/man/man8/man8.macppc/boot_macppc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_macppc.8,v 1.11 2003/09/04 22:14:42 jmc Exp $ +.\" $OpenBSD: boot_macppc.8,v 1.12 2004/02/09 19:21:52 espie Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .Dt BOOT_MACPPC 8 macppc .Os .Sh NAME -.Nm boot +.Nm boot_macppc .Nd macppc system bootstrapping procedures .Sh DESCRIPTION .Ss System startup diff --git a/share/man/man8/man8.sparc/boot_sparc.8 b/share/man/man8/man8.sparc/boot_sparc.8 index cf85148eff0..b1a74520e4f 100644 --- a/share/man/man8/man8.sparc/boot_sparc.8 +++ b/share/man/man8/man8.sparc/boot_sparc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_sparc.8,v 1.9 2003/09/04 22:14:42 jmc Exp $ +.\" $OpenBSD: boot_sparc.8,v 1.10 2004/02/09 19:21:52 espie Exp $ .\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -34,7 +34,7 @@ .Dt BOOT_SPARC 8 sparc .Os .Sh NAME -.Nm boot +.Nm boot_sparc .Nd .Tn sparc system bootstrapping procedures diff --git a/share/man/man8/man8.sparc64/boot_sparc64.8 b/share/man/man8/man8.sparc64/boot_sparc64.8 index d29c400d29d..2cee164a557 100644 --- a/share/man/man8/man8.sparc64/boot_sparc64.8 +++ b/share/man/man8/man8.sparc64/boot_sparc64.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_sparc64.8,v 1.7 2003/09/04 22:14:42 jmc Exp $ +.\" $OpenBSD: boot_sparc64.8,v 1.8 2004/02/09 19:21:52 espie Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .Dt BOOT_SPARC64 8 sparc64 .Os .Sh NAME -.Nm boot +.Nm boot_sparc64 .Nd sparc64 system bootstrapping procedures .Sh DESCRIPTION .Ss System starts diff --git a/share/man/man8/man8.vax/boot_vax.8 b/share/man/man8/man8.vax/boot_vax.8 index 256c1cd5643..28118e760d0 100644 --- a/share/man/man8/man8.vax/boot_vax.8 +++ b/share/man/man8/man8.vax/boot_vax.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_vax.8,v 1.5 2003/06/02 23:30:16 millert Exp $ +.\" $OpenBSD: boot_vax.8,v 1.6 2004/02/09 19:21:52 espie Exp $ .\" $NetBSD: boot_vax.8,v 1.3 1995/04/23 10:33:39 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -34,7 +34,7 @@ .Dt BOOT_VAX 8 vax .Os .Sh NAME -.Nm boot +.Nm boot_vax .Nd .Tn vax-specific system bootstrapping procedures diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 0f8afa205f4..540fa4b69f8 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.76 2003/07/25 03:29:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.77 2004/02/09 19:21:52 espie Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -106,6 +106,7 @@ MLINKS+=extent.9 extent_create.9 extent.9 extent_destroy.9 \ extent.9 extent_free.9 extent.9 extent_print.9 MLINKS+=file.9 falloc.9 file.9 fdrelease.9 file.9 FREF.9 file.9 FRELE.9 \ file.9 fd_getfile.9 file.9 getvnode.9 file.9 getsock.9 +MLINKS+=getdevvp.9 bdevvp.9 getdevvp.9 cdevvp.9 MLINKS+=hook_establish.9 hook_disestablish.9 MLINKS+=hz.9 tick.9 hz.9 tickadj.9 hz.9 stathz.9 hz.9 profhz.9 MLINKS+=knote.9 KNOTE.9 @@ -153,11 +154,15 @@ MLINKS+=pmap.9 pmap_init.9 pmap.9 pmap_enter.9 pmap.9 pmap_remove.9 \ pmap.9 pmap_copy.9 pmap.9 pmap_kenter_pa.9 pmap.9 pmap_kremove.9 MLINKS+=pool.9 pool_init.9 pool.9 pool_destroy.9 pool.9 pool_get.9 \ pool.9 pool_put.9 pool.9 pool_prime.9 pool.9 pool_sethiwat.9 \ - pool.9 pool_setlowat.9 + pool.9 pool_setlowat.9 pool.9 pool_cache_init.9 \ + pool.9 pool_cache_destroy.9 pool.9 pool_cache_get.9 \ + pool.9 pool_cache_put.9 pool.9 pool_cache_destruct_object.9 \ + pool.9 pool_cache_invalidate.9 MLINKS+=powerhook_establish.9 powerhook_disestablish.9 MLINKS+=printf.9 snprintf.9 printf.9 vsnprintf.9 printf.9 vprintf.9 \ printf.9 uprintf.9 printf.9 ttyprintf.9 printf.9 db_printf.9 MLINKS+=psignal.9 pgsignal.9 psignal.9 gsignal.9 +MLINKS+=rasops.9 rasops_init.9 rasops.9 rasops_reconfig.9 MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 MLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 MLINKS+=spl.9 spl0.9 spl.9 splassert.9 spl.9 splbio.9 spl.9 splclock.9 \ |