Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Add sigqueueinfo to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/151e52c99844
branches:  trunk
changeset: 827386:151e52c99844
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Oct 25 17:42:05 2017 +0000

description:
Add sigqueueinfo to the NAME section

diffstat:

 lib/libc/sys/sigqueue.2 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5114fc09eb38 -r 151e52c99844 lib/libc/sys/sigqueue.2
--- a/lib/libc/sys/sigqueue.2   Wed Oct 25 17:39:47 2017 +0000
+++ b/lib/libc/sys/sigqueue.2   Wed Oct 25 17:42:05 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sigqueue.2,v 1.3 2013/02/14 09:31:48 wiz Exp $
+.\" $NetBSD: sigqueue.2,v 1.4 2017/10/25 17:42:05 abhinav Exp $
 .\" Copyright (c) 2005 David Xu <davidxu%FreeBSD.org@localhost>
 .\" All rights reserved.
 .\"
@@ -32,7 +32,8 @@
 .Dt SIGQUEUE 2
 .Os
 .Sh NAME
-.Nm sigqueue
+.Nm sigqueue ,
+.Nm sigqueueinfo
 .Nd queue a signal to a process (REALTIME)
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index