Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libutil Add missing functions to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/2cc9008619b5
branches:  trunk
changeset: 827276:2cc9008619b5
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Oct 22 16:55:32 2017 +0000

description:
Add missing functions to the NAME section

diffstat:

 lib/libutil/pidfile.3 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 438d7ef5b856 -r 2cc9008619b5 lib/libutil/pidfile.3
--- a/lib/libutil/pidfile.3     Sun Oct 22 16:49:13 2017 +0000
+++ b/lib/libutil/pidfile.3     Sun Oct 22 16:55:32 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index