diff options
| author | abhinav <abhinav@NetBSD.org> | 2017-10-22 16:55:32 +0000 |
|---|---|---|
| committer | abhinav <abhinav@NetBSD.org> | 2017-10-22 16:55:32 +0000 |
| commit | ef4ca538bf84ca2d23d77e306179004802827f93 (patch) | |
| tree | 8c1304053a1b314ab2d954135a403c8a63f3ad54 /lib/libutil | |
| parent | 6e4a94e85ff33e9a756ee9900149099842e47ef0 (diff) | |
Add missing functions to the NAME section
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/pidfile.3 | 7 |
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 |
