diff options
author | 2014-11-30 21:21:59 +0000 | |
---|---|---|
committer | 2014-11-30 21:21:59 +0000 | |
commit | 1b0e3e11018bb6ce1d194d0a8ac946db1e053809 (patch) | |
tree | a60203ba975c80907a123a1602b4ce0a464af6bd /lib/libc/sys | |
parent | Unbreak zzz/ZZZ resume - ensure NX is re-enabled on resume (if enabled). (diff) | |
download | wireguard-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/sys')
-rw-r--r-- | lib/libc/sys/_exit.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 77d477b3fa5..ed8e9b804ef 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.20 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: _exit.2,v 1.21 2014/11/30 21:21:59 schwarze Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)_exit.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt _EXIT 2 .Os .Sh NAME @@ -119,7 +119,7 @@ function conform to The .Fn _Exit function conforms to -.St -ansiC-99 . +.St -isoC-99 . .Sh HISTORY An .Fn exit |