diff options
author | 2014-11-15 14:41:01 +0000 | |
---|---|---|
committer | 2014-11-15 14:41:01 +0000 | |
commit | d01fe41759645b4d0c58a04cd818c3b126795b6d (patch) | |
tree | 85ad0547445c0b9d96457d1fda0c4aae74a0370b /lib/libc/sys/sigaltstack.2 | |
parent | No point in documenting an outright bug fixed in 4.3BSD. (diff) | |
download | wireguard-openbsd-d01fe41759645b4d0c58a04cd818c3b126795b6d.tar.xz wireguard-openbsd-d01fe41759645b4d0c58a04cd818c3b126795b6d.zip |
Reduce instances of `` '' in manuals.
troff displays these as typographic quotes, but nroff implementations
almost always print them literally, which rarely has the intended effect
with modern fonts, even in stock xterm.
These uses of `` '' can be replaced either with more semantic alternatives
or with Dq, which prints typographic quotes in a UTF-8 locale (but will
automatically fall back to `` '' in an ASCII locale).
improvements and ok schwarze@
Diffstat (limited to 'lib/libc/sys/sigaltstack.2')
-rw-r--r-- | lib/libc/sys/sigaltstack.2 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2 index 10776f7ac52..9b589bbf9ee 100644 --- a/lib/libc/sys/sigaltstack.2 +++ b/lib/libc/sys/sigaltstack.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaltstack.2,v 1.17 2014/09/09 08:17:59 guenther Exp $ +.\" $OpenBSD: sigaltstack.2,v 1.18 2014/11/15 14:41:02 bentley Exp $ .\" $NetBSD: sigaltstack.2,v 1.3 1995/02/27 10:41:52 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sigaltstack.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: September 9 2014 $ +.Dd $Mdocdate: November 15 2014 $ .Dt SIGALTSTACK 2 .Os .Sh NAME @@ -121,7 +121,9 @@ to their stack requirements to allow for the operating system overhead. Signal stacks are automatically adjusted for the direction of stack growth and alignment requirements. Signal stacks may or may not be protected by the hardware and -are not ``grown'' automatically as is done for the normal stack. +are not +.Dq grown +automatically as is done for the normal stack. If the stack overflows and this space is not protected unpredictable results may occur. .Sh RETURN VALUES |