summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorabhinav <abhinav@NetBSD.org>2017-10-22 16:55:32 +0000
committerabhinav <abhinav@NetBSD.org>2017-10-22 16:55:32 +0000
commitef4ca538bf84ca2d23d77e306179004802827f93 (patch)
tree8c1304053a1b314ab2d954135a403c8a63f3ad54 /lib/libutil
parent6e4a94e85ff33e9a756ee9900149099842e47ef0 (diff)
Add missing functions to the NAME section
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/pidfile.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libutil/pidfile.3 b/lib/libutil/pidfile.3
index 9f84ec3f4af..d2dfd44210f 100644
--- a/lib/libutil/pidfile.3
+++ b/lib/libutil/pidfile.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pidfile.3,v 1.15 2016/04/11 08:49:57 wiz Exp $
+.\" $NetBSD: pidfile.3,v 1.16 2017/10/22 16:55:32 abhinav Exp $
.\"
.\" Copyright (c) 1999, 2016 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -31,7 +31,10 @@
.Dt PIDFILE 3
.Os
.Sh NAME
-.Nm pidfile
+.Nm pidfile ,
+.Nm pidfile_lock ,
+.Nm pidfile_read ,
+.Nm pidfile_clean
.Nd write a daemon pid file
.Sh LIBRARY
.Lb libutil
on 64-bit machines and add documentationeeh 2009-11-18Get gdb to document the command.eeh 2009-07-28Use the right pointer to traverse the proc's lwp list.skrll 2008-04-30Convert TNF licenses to new 2 clause variantmartin 2008-02-20+cpusad 2008-02-20- Replace 'xps' with 'procs' and 'lwps'.ad 2008-02-20stats is gonead 2008-02-20This is useless!ad 2006-11-04adapt to mnt_vnodelist being TAILQpooka 2006-11-04add mountdump, prints mount point information a little like mount(8)pooka 2006-09-29Make these work again. I know, I'm a bit impatient, since they'vepooka 2005-12-11merge ktrace-lwp.christos 2005-02-26nuke trailing whitespaceperry 2003-04-28Clean up the output a little and print the lwp pointer.briggs 2003-02-26adapt to lwp-worldlha 2002-09-01Build a .gdbinit in the kernel build directory. The new .gdbinitthorpej 2001-01-11fix pointer arithmeticdeberg 2000-06-08gdb macro to print the kernel message bufferjhawk 1997-04-16widen proc pointer and wchan pointer fields from 10 to 18 characters, socgd 1997-02-12Add NetBSD cvs id lines.gwr 1997-02-12Macros for gdb when debugging the kernel (from 4.4-Lite2).gwr