diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
commit | 56f6529fc36c6db13ad6ff247464d6b0c9e0d023 (patch) | |
tree | 370910d2e05f30a3e4f78b5160a518c3222aa9f9 /lib/libc/sys/sigstack.2 | |
parent | 7e10459e58879c6c2e91c7f14687227390272c68 (diff) |
- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines
- add some .Dv
- change -1 to \-1, so `-' is taken as a negative sign
- other misc formatting fixes
Diffstat (limited to 'lib/libc/sys/sigstack.2')
-rw-r--r-- | lib/libc/sys/sigstack.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigstack.2 b/lib/libc/sys/sigstack.2 index 5d2ee27ac61..0e8b3745950 100644 --- a/lib/libc/sys/sigstack.2 +++ b/lib/libc/sys/sigstack.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigstack.2,v 1.3 1999/05/23 14:10:56 aaron Exp $ +.\" $OpenBSD: sigstack.2,v 1.4 1999/06/29 14:10:23 aaron Exp $ .\" $NetBSD: sigstack.2,v 1.5 1995/02/27 13:21:35 cgd Exp $ .\" .\" Copyright (c) 1983, 1992, 1993 @@ -41,7 +41,7 @@ .Nm sigstack .Nd set and/or get signal stack context .Sh DESCRIPTION -The +The .Fn sigstack function has been deprecated in favor of the interface described in .Xr sigaltstack 2 . |