diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 17:21:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 17:21:07 +0000 |
commit | 4db2447ff74d0049a945ed227d01d89506346dc8 (patch) | |
tree | 7531f9251769862824b70e61c282678e95282cd6 /lib/libc/gen/signal.3 | |
parent | c6e08a1a5672e0acdf0835afcd1267be3d13820d (diff) |
- correct macro usage
- section reorder
Diffstat (limited to 'lib/libc/gen/signal.3')
-rw-r--r-- | lib/libc/gen/signal.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 3d59d80e17a..966fb77caa3 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.21 2003/05/12 14:36:44 jmc Exp $ +.\" $OpenBSD: signal.3,v 1.22 2003/05/30 17:21:06 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -361,7 +361,6 @@ Safe if the .Va syslog_data struct is initialized as a local variable. .El -.Pp .Sh RETURN VALUES The previous action is returned on a successful call. Otherwise, |