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 | |
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')
-rw-r--r-- | lib/libc/stdlib/atol.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/atoll.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/exit.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/imaxabs.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/imaxdiv.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/labs.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/lldiv.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 6 | ||||
-rw-r--r-- | lib/libc/string/strerror.3 | 6 | ||||
-rw-r--r-- | lib/libc/sys/_exit.2 | 6 |
12 files changed, 36 insertions, 36 deletions
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3 index ae4cbc7c3d2..171ce12b626 100644 --- a/lib/libc/stdlib/atol.3 +++ b/lib/libc/stdlib/atol.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atol.3,v 1.8 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: atol.3,v 1.9 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt ATOL 3 .Os .Sh NAME @@ -67,4 +67,4 @@ strtol(nptr, (char **)NULL, 10); The .Fn atol function conforms to -.St -ansiC-99 . +.St -isoC-99 . diff --git a/lib/libc/stdlib/atoll.3 b/lib/libc/stdlib/atoll.3 index a9614ae7bb4..46fd249dbd5 100644 --- a/lib/libc/stdlib/atoll.3 +++ b/lib/libc/stdlib/atoll.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atoll.3,v 1.6 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: atoll.3,v 1.7 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt ATOLL 3 .Os .Sh NAME @@ -67,4 +67,4 @@ strtoll(nptr, (char **)NULL, 10); The .Fn atoll function conforms to -.St -ansiC-99 . +.St -isoC-99 . diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 26922ca7b85..a1c43780d65 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: exit.3,v 1.15 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: exit.3,v 1.16 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt EXIT 3 .Os .Sh NAME @@ -86,7 +86,7 @@ function never returns. The .Fn exit function conforms to -.St -ansiC-99 . +.St -isoC-99 . .Sh HISTORY An .Fn exit diff --git a/lib/libc/stdlib/imaxabs.3 b/lib/libc/stdlib/imaxabs.3 index 6c4793477e4..6e280dda8ad 100644 --- a/lib/libc/stdlib/imaxabs.3 +++ b/lib/libc/stdlib/imaxabs.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: imaxabs.3,v 1.6 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: imaxabs.3,v 1.7 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt IMAXABS 3 .Os .Sh NAME @@ -60,6 +60,6 @@ function returns the absolute value. The .Fn imaxabs function conforms to -.St -ansiC-99 . +.St -isoC-99 . .Sh BUGS The absolute value of the most negative integer remains negative. diff --git a/lib/libc/stdlib/imaxdiv.3 b/lib/libc/stdlib/imaxdiv.3 index 40ac0bc236f..20f02e75712 100644 --- a/lib/libc/stdlib/imaxdiv.3 +++ b/lib/libc/stdlib/imaxdiv.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: imaxdiv.3,v 1.5 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: imaxdiv.3,v 1.6 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt IMAXDIV 3 .Os .Sh NAME @@ -63,4 +63,4 @@ and The .Fn imaxdiv function conforms to -.St -ansiC-99 . +.St -isoC-99 . diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3 index a38c64b1af1..55cf548ea55 100644 --- a/lib/libc/stdlib/labs.3 +++ b/lib/libc/stdlib/labs.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: labs.3,v 1.12 2014/01/19 05:21:12 schwarze Exp $ +.\" $OpenBSD: labs.3,v 1.13 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: January 19 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt LABS 3 .Os .Sh NAME @@ -64,6 +64,6 @@ The and .Fn llabs functions conform to -.St -ansiC-99 . +.St -isoC-99 . .Sh BUGS The absolute value of the most negative integer remains negative. diff --git a/lib/libc/stdlib/lldiv.3 b/lib/libc/stdlib/lldiv.3 index 9181f8b7c59..cb2abf681eb 100644 --- a/lib/libc/stdlib/lldiv.3 +++ b/lib/libc/stdlib/lldiv.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: lldiv.3,v 1.4 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: lldiv.3,v 1.5 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt LLDIV 3 .Os .Sh NAME @@ -63,4 +63,4 @@ and The .Fn lldiv function conforms to -.St -ansiC-99 . +.St -isoC-99 . diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index 6f079b73a9c..34db5859809 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtod.3,v 1.19 2014/01/19 10:39:00 schwarze Exp $ +.\" $OpenBSD: strtod.3,v 1.20 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: January 19 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt STRTOD 3 .Os .Sh NAME @@ -164,4 +164,4 @@ The and .Fn strtold functions conform to -.St -ansiC-99 . +.St -isoC-99 . diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 742be4cbb73..dc88b77bc8d 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtol.3,v 1.25 2014/09/14 14:32:44 schwarze Exp $ +.\" $OpenBSD: strtol.3,v 1.26 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: September 14 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt STRTOL 3 .Os .Sh NAME @@ -256,7 +256,7 @@ The and .Fn strtoimax functions conform to -.St -ansiC-99 . +.St -isoC-99 . Setting .Va errno to diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index 122ad7bb264..dd5668d1d61 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtoul.3,v 1.23 2014/09/14 14:32:44 schwarze Exp $ +.\" $OpenBSD: strtoul.3,v 1.24 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: September 14 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt STRTOUL 3 .Os .Sh NAME @@ -243,7 +243,7 @@ The and .Fn strtoumax functions conform to -.St -ansiC-99 . +.St -isoC-99 . Setting .Va errno to 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 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 |