summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strerror.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-11-30 21:21:59 +0000
committerschwarze <schwarze@openbsd.org>2014-11-30 21:21:59 +0000
commit1b0e3e11018bb6ce1d194d0a8ac946db1e053809 (patch)
treea60203ba975c80907a123a1602b4ce0a464af6bd /lib/libc/string/strerror.3
parentUnbreak zzz/ZZZ resume - ensure NX is re-enabled on resume (if enabled). (diff)
downloadwireguard-openbsd-1b0e3e11018bb6ce1d194d0a8ac946db1e053809.tar.xz
wireguard-openbsd-1b0e3e11018bb6ce1d194d0a8ac946db1e053809.zip
Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.
The former is not used anywhere in NetBSD, FreeBSD, or DragonFly and not supported by groff, so i'm going to delete it from mandoc(1). We don't need two macros for the same thing.
Diffstat (limited to 'lib/libc/string/strerror.3')
-rw-r--r--lib/libc/string/strerror.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3
index 264ac39052f..8b2d32ea75a 100644
--- a/lib/libc/string/strerror.3
+++ b/lib/libc/string/strerror.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strerror.3,v 1.13 2014/04/07 17:57:56 schwarze Exp $
+.\" $OpenBSD: strerror.3,v 1.14 2014/11/30 21:21:59 schwarze Exp $
.\"
-.Dd $Mdocdate: April 7 2014 $
+.Dd $Mdocdate: November 30 2014 $
.Dt STRERROR 3
.Os
.Sh NAME
@@ -107,7 +107,7 @@ The message will be truncated to fit.
The
.Fn strerror
function conforms to
-.St -ansiC-99 .
+.St -isoC-99 .
The
.Fn strerror_r
function conforms to