diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-08 23:17:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-08 23:17:19 +0000 |
commit | e4d6c2b07d73ae08da157db2edb9142ad02ab1b0 (patch) | |
tree | 047651ed0c8b57784ff0d481e04535023dd4bbd6 /share/man | |
parent | 132629ec02bdeab9c704e36b8958f9ee6f99ac16 (diff) |
.Xr's for section9:
- MLINKS for uvm stuff
- MLINK vgone.9 vgonel.9
- typos
- fixed SYNOPSIS of extattr(9)
lots of help from miod and art
ok miod@ art@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/Makefile | 26 | ||||
-rw-r--r-- | share/man/man9/audio.9 | 4 | ||||
-rw-r--r-- | share/man/man9/autoconf.9 | 4 | ||||
-rw-r--r-- | share/man/man9/dostartuphooks.9 | 6 | ||||
-rw-r--r-- | share/man/man9/extattr.9 | 8 | ||||
-rw-r--r-- | share/man/man9/hardclock.9 | 4 | ||||
-rw-r--r-- | share/man/man9/radio.9 | 16 | ||||
-rw-r--r-- | share/man/man9/vgone.9 | 6 | ||||
-rw-r--r-- | share/man/man9/vhold.9 | 5 | ||||
-rw-r--r-- | share/man/man9/vnode.9 | 6 | ||||
-rw-r--r-- | share/man/man9/vrecycle.9 | 6 |
11 files changed, 55 insertions, 36 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 7858d1c45a9..bfd04f31013 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.62 2003/01/11 06:21:07 wcobb Exp $ +# $OpenBSD: Makefile,v 1.63 2003/03/08 23:17:18 jmc Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -18,7 +18,7 @@ MAN= altq.9 audio.9 autoconf.9 boot.9 bus_dma.9 bus_space.9 copy.9 \ time.9 timeout.9 tvtohz.9 uiomove.9 uvm.9 \ vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vflush.9 vget.9 \ vgone.9 vhold.9 vinvalbuf.9 vput.9 vref.9 vrele.9 \ - vnode.9 vn_lock.9 vwaitforio.9 vwaitforio.9 + vnode.9 vn_lock.9 vrecycle.9 vwaitforio.9 MLINKS+=autoconf.9 config_init.9 autoconf.9 config_search.9 \ autoconf.9 config_rootsearch.9 autoconf.9 config_found_sm.9 \ @@ -152,6 +152,28 @@ MLINKS+=timeout.9 timeout_add.9 timeout.9 timeout_set.9 \ timeout.9 timeout_initialized.9 timeout.9 untimeout.9 \ timeout.9 timeout_triggered.9 MLINKS+=uiomove.9 uio.9 +MLINKS+=uvm.9 uvm_init.9 uvm.9 uvm_init_limits.9 uvm.9 uvm_setpagesize.9 \ + uvm.9 uvm_swap_init.9 uvm.9 uvm_map.9 uvm.9 uvm_map_pageable.9 \ + uvm.9 uvm_map_pageable_all.9 uvm.9 uvm_map_checkprot.9 \ + uvm.9 uvm_map_protect.9 uvm.9 uvm_deallocate.9 uvm.9 uvmspace_alloc.9 \ + uvm.9 uvmspace_exec.9 uvm.9 uvmspace_fork.9 uvm.9 uvmspace_free.9 \ + uvm.9 uvmspace_share.9 uvm.9 uvmspace_unshare.9 uvm.9 UVM_MAPFLAG.9 \ + uvm.9 uvm_fault.9 \ + uvm.9 uvn_attach.9 uvm.9 uvm_vnp_setsize.9 uvm.9 uvm_vnp_sync.9 \ + uvm.9 uvm_vnp_terminate.9 uvm.9 uvm_vnp_uncache.9 uvm.9 uvm_io.9 \ + uvm.9 uvm_km_alloc.9 uvm.9 uvm_km_zalloc.9 uvm.9 uvm_km_alloc1.9 \ + uvm.9 uvm_km_kmemalloc.9 uvm.9 uvm_km_valloc.9 \ + uvm.9 uvm_km_valloc_wait.9 uvm.9 uvm_km_suballoc.9 \ + uvm.9 uvm_km_free.9 uvm.9 uvm_km_free_wakeup.9 uvm.9 uvm_pagealloc.9 \ + uvm.9 uvm_pagerealloc.9 uvm.9 uvm_pagefree.9 uvm.9 uvm_pglistalloc.9 \ + uvm.9 uvm_pglistfree.9 uvm.9 uvm_page_physload.9 \ + uvm.9 uvm_pageout.9 uvm.9 uvm_scheduler.9 uvm.9 uvm_swapin.9 \ + uvm.9 uao_create.9 uvm.9 uao_detach.9 uvm.9 uao_reference.9 \ + uvm.9 uvm_chgkprot.9 uvm.9 uvm_kernacc.9 uvm.9 uvm_useracc.9 \ + uvm.9 uvm_vslock.9 uvm.9 uvm_vsunlock.9 uvm.9 uvm_meter.9 \ + uvm.9 uvm_sysctl.9 uvm.9 uvm_fork.9 uvm.9 uvm_grow.9 \ + uvm.9 uvm_coredump.9 +MLINKS+=vgone.9 vgonel.9 MLINKS+=malloc.9 MALLOC.9 malloc.9 free.9 malloc.9 FREE.9 MLINKS+=kern.9 imax.9 kern.9 imin.9 kern.9 lmax.9 kern.9 lmin.9 \ kern.9 max.9 kern.9 min.9 kern.9 ulmax.9 kern.9 ulmin.9 kern.9 abs.9 \ diff --git a/share/man/man9/audio.9 b/share/man/man9/audio.9 index 69fc2de54b4..a8bee33fac6 100644 --- a/share/man/man9/audio.9 +++ b/share/man/man9/audio.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.9,v 1.10 2002/02/17 19:42:29 millert Exp $ +.\" $OpenBSD: audio.9,v 1.11 2003/03/08 23:17:18 jmc Exp $ .\" $NetBSD: audio.9,v 1.14 2000/02/11 22:56:15 kleink Exp $ .\" .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. @@ -403,7 +403,7 @@ Returns -1 on failure, or a machine dependent opaque value on success. .It Dv int get_props(void *hdl) Should return the device properties, as per -.Xr audio 2 +.Xr audio 4 .Dv AUDIO_GETPROPS ioctl, i.e., a combination of .Dv AUDIO_PROP_xxx . diff --git a/share/man/man9/autoconf.9 b/share/man/man9/autoconf.9 index 2bf873ca497..8c78ebe323e 100644 --- a/share/man/man9/autoconf.9 +++ b/share/man/man9/autoconf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autoconf.9,v 1.2 2002/11/08 08:08:47 mpech Exp $ +.\" $OpenBSD: autoconf.9,v 1.3 2003/03/08 23:17:18 jmc Exp $ .\" $NetBSD: autoconf.9,v 1.9 2002/02/13 08:18:35 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -73,7 +73,7 @@ For a description of the device definition .Dc language, see -.Xr config 9 . +.Xr files.conf 5 . .Pp Each device must have a name consisting of an alphanumeric string that ends with a unit number. diff --git a/share/man/man9/dostartuphooks.9 b/share/man/man9/dostartuphooks.9 index 2e5ccc5398f..4a23ee91248 100644 --- a/share/man/man9/dostartuphooks.9 +++ b/share/man/man9/dostartuphooks.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dostartuphooks.9,v 1.3 2003/03/06 04:03:40 david Exp $ +.\" $OpenBSD: dostartuphooks.9,v 1.4 2003/03/08 23:17:18 jmc Exp $ .\" .\" Copyright (c) 2001 Niklas Hallqvist. .\" All rights reserved. @@ -61,8 +61,8 @@ Startup hooks are, like shutdown hooks, implemented via the more general .Xr dohooks 9 API. .Sh SEE ALSO -.Xr dohooks 4 , -.Xr doshutdownhooks 4 , .Xr iop 4 , .Xr ioprbs 4 , +.Xr dohooks 9 , +.Xr doshutdownhooks 9 , .Xr startuphook_establish 9 diff --git a/share/man/man9/extattr.9 b/share/man/man9/extattr.9 index 6d70d4e1c8d..1144bc4511f 100644 --- a/share/man/man9/extattr.9 +++ b/share/man/man9/extattr.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extattr.9,v 1.3 2002/05/28 09:07:07 mpech Exp $ +.\" $OpenBSD: extattr.9,v 1.4 2003/03/08 23:17:18 jmc Exp $ .\"- .\" Copyright (c) 1999, 2000, 2001 Robert N. M. Watson .\" All rights reserved. @@ -33,9 +33,9 @@ .Nm extattr .Nd virtual file system named extended attributes .Sh SYNOPSIS -.In sys/param.h -.In sys/vnode.h -.In sys/extattr.h +.Fd #include <sys/param.h> +.Fd #include <sys/vnode.h> +.Fd #include <sys/extattr.h> .Sh DESCRIPTION Named extended attributes allow additional meta-data to be associated with vnodes representing files and directories. diff --git a/share/man/man9/hardclock.9 b/share/man/man9/hardclock.9 index d20fd3fb04c..a0191ffac0f 100644 --- a/share/man/man9/hardclock.9 +++ b/share/man/man9/hardclock.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hardclock.9,v 1.3 2003/03/06 04:03:40 david Exp $ +.\" $OpenBSD: hardclock.9,v 1.4 2003/03/08 23:17:18 jmc Exp $ .\" .\" Copyright (c) 2001 Kenneth R Westerback .\" All rights reserved. @@ -54,7 +54,7 @@ If the current process has virtual or profiling interval timers, update the timers and deliver appropriate signals. .It If there is no separate statistics clock, execute -.Xr statclock 9 . +.Fn statclock . .It Increment the time of day, implementing any adjustments requested by .Xr adjtime 2 diff --git a/share/man/man9/radio.9 b/share/man/man9/radio.9 index 07aed8c0bfe..96ed393fa36 100644 --- a/share/man/man9/radio.9 +++ b/share/man/man9/radio.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: radio.9,v 1.5 2002/08/29 07:26:18 wcobb Exp $ +.\" $OpenBSD: radio.9,v 1.6 2003/03/08 23:17:18 jmc Exp $ .\" $RuOBSD: radio.9,v 1.3 2001/10/26 05:38:44 form Exp $ .\" .\" Copyright (c) Maxim Tsyplakov <tm@oganer.net> @@ -100,13 +100,13 @@ are described in some more detail below. Returns 0 on success, otherwise an error code. .Ed .Sh SEE ALSO -.Xr az 4 -.Xr mr 4 -.Xr radio 4 -.Xr rt 4 -.Xr rtii 4 -.Xr sf2r 4 -.Xr sf4r 4 +.Xr az 4 , +.Xr gtp 4 , +.Xr radio 4 , +.Xr rt 4 , +.Xr rtii 4 , +.Xr sf2r 4 , +.Xr sfr 4 .Sh AUTHORS The .Nm diff --git a/share/man/man9/vgone.9 b/share/man/man9/vgone.9 index 393505dcb92..8c046281f59 100644 --- a/share/man/man9/vgone.9 +++ b/share/man/man9/vgone.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vgone.9,v 1.1 2002/02/28 19:22:05 csapuntz Exp $ +.\" $OpenBSD: vgone.9,v 1.2 2003/03/08 23:17:18 jmc Exp $ .\" .\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved. .\" @@ -60,8 +60,8 @@ while .Fn vgonel expects the interlock to already be locked. .Sh SEE ALSO -.Xr vnode 9 -.Xr vclean 9 +.Xr vclean 9 , +.Xr vnode 9 , .Xr vrecycle 9 .Sh AUTHORS This man page was originally written by diff --git a/share/man/man9/vhold.9 b/share/man/man9/vhold.9 index 0ca8806b096..de38f019a9e 100644 --- a/share/man/man9/vhold.9 +++ b/share/man/man9/vhold.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vhold.9,v 1.2 2002/05/28 09:07:07 mpech Exp $ +.\" $OpenBSD: vhold.9,v 1.3 2003/03/08 23:17:18 jmc Exp $ .\" .\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved. .\" @@ -47,9 +47,6 @@ of the given vnode. If the vnode has already been added to the free list and its v_holdcnt and v_usecount are both zero, it will be removed from the free list and added to the vnode hold list. -.Sh SEE ALSO -.Xr vbusy 9 , -.Xr vfree 9 .Sh AUTHORS This man page was orignally written by .An Chad David Aq davidc@acns.ab.ca diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 160349f55aa..ec2a8c2a3bc 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnode.9,v 1.14 2003/02/26 15:05:07 david Exp $ +.\" $OpenBSD: vnode.9,v 1.15 2003/03/08 23:17:18 jmc Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -112,7 +112,7 @@ orchestrate the reclamation of a vnode. They can be called on both active and inactive vnodes. .Pp When transitioning a vnode to the "reclaimed" state, the VFS will call -.Xr vop_reclaim 9 +.Xr VOP_RECLAIM 9 method. File systems use this method to free any file-system specific data they attached to the vnode. @@ -152,7 +152,7 @@ sys/kern/vnode_if.src. The vnode lock is acquired by calling .Xr vn_lock 9 and released by calling -.Xr vn_unlock 9 . +.Xr VOP_UNLOCK 9 . .Pp A process is allowed to sleep while holding the vnode lock. .Pp diff --git a/share/man/man9/vrecycle.9 b/share/man/man9/vrecycle.9 index f80713ab414..50fe7302d66 100644 --- a/share/man/man9/vrecycle.9 +++ b/share/man/man9/vrecycle.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vrecycle.9,v 1.2 2002/05/28 09:07:07 mpech Exp $ +.\" $OpenBSD: vrecycle.9,v 1.3 2003/03/08 23:17:18 jmc Exp $ .\"- .\" Copyright (c) 2002 Peter Werner .\" All rights reserved. @@ -60,7 +60,7 @@ It will return 0 if the usecount was not zero, and any lock passed in .Fa inter_lkp will still be locked. .Sh SEE ALSO -.Xr vnode 9 , -.Xr vgonel 9 +.Xr vgonel 9 , +.Xr vnode 9 .Sh HISTORY This man page was originally written for OpenBSD. |