diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-20 00:15:17 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-20 00:15:17 +0000 |
commit | 1101d9eaaba00b11f00fa17931f6800e9e5b0c30 (patch) | |
tree | c6e33c9391b0cac8155b7be7dcc46394acc3f2a7 | |
parent | 87395558f4dfa9d6d9428f7975f4914f87048226 (diff) | |
download | FreeBSD-src-1101d9eaaba00b11f00fa17931f6800e9e5b0c30.zip FreeBSD-src-1101d9eaaba00b11f00fa17931f6800e9e5b0c30.tar.gz |
Fix HISTORY - the copyright header on the file of the GCC version was
misleading.
Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org>
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 8199796..d78d67c 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -210,7 +210,7 @@ and later in .Fx 3.2 . The .Fn mkstemps -function first appeared in the GNU C Library and later in -.Fx 3.4 -and -.Ox 2.4 . +function first appeared in +.Ox 2.4 , +and later in +.Fx 3.4 . |