From 23a4371e51270b1434210f947bc088ecd6492400 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 24 Oct 2002 13:03:46 +0000 Subject: Restored sigaction's name in its prototype. --- lib/libc/sys/sigaction.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index aa1682b..cedc7a0 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -56,7 +56,7 @@ struct sigaction { #define sa_sigaction __sigaction_u.__sa_sigaction .Ed .Ft int -.Fn "int sig" "const struct sigaction * restrict act" \ +.Fn sigaction "int sig" "const struct sigaction * restrict act" \ "struct sigaction * restrict oact" .Sh DESCRIPTION The system defines a set of signals that may be delivered to a process. -- cgit v1.1