summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsg <>2022-07-25 02:25:55 +0000
committerjsg <>2022-07-25 02:25:55 +0000
commita1b27470e9335406e9e74b121d5d9aad911cb397 (patch)
tree57f1092bb46147108e2670bb3a28084ba21065ed
parenteedf40d421c29b605c6fd42b96245296f46aafc4 (diff)
downloadopenbsd-a1b27470e9335406e9e74b121d5d9aad911cb397.tar.gz
openbsd-a1b27470e9335406e9e74b121d5d9aad911cb397.tar.bz2
openbsd-a1b27470e9335406e9e74b121d5d9aad911cb397.zip
If a command or interface first appeared in PWB/UNIX, UNIX System III or
UNIX System V mention it. Only do so in manual pages with a pre-existing HISTORY section. Prompted by the comparison of System V and BSD commands and interfaces in Sun's "System V Enhancements Overview" document. checked against manuals on bitsavers, TUHS archive and CSRG archive CDs ok jmc@ schwarze@
-rw-r--r--src/lib/libc/stdlib/getenv.38
-rw-r--r--src/lib/libc/stdlib/getopt.38
2 files changed, 10 insertions, 6 deletions
diff --git a/src/lib/libc/stdlib/getenv.3 b/src/lib/libc/stdlib/getenv.3
index ce2ef43b6f..1654d4257c 100644
--- a/src/lib/libc/stdlib/getenv.3
+++ b/src/lib/libc/stdlib/getenv.3
@@ -29,9 +29,9 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: getenv.3,v 1.21 2014/07/11 09:24:03 tedu Exp $ 32.\" $OpenBSD: getenv.3,v 1.22 2022/07/25 02:25:55 jsg Exp $
33.\" 33.\"
34.Dd $Mdocdate: July 11 2014 $ 34.Dd $Mdocdate: July 25 2022 $
35.Dt GETENV 3 35.Dt GETENV 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -174,7 +174,9 @@ appeared in
174.Bx 4.3 Tahoe . 174.Bx 4.3 Tahoe .
175The 175The
176.Fn putenv 176.Fn putenv
177function appeared in 177function first appeared in
178.At V.2
179and was reimplemented for
178.Bx 4.3 Reno . 180.Bx 4.3 Reno .
179.Sh CAVEATS 181.Sh CAVEATS
180Library code must be careful about using 182Library code must be careful about using
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3
index 4a1d727388..c7e28ff91f 100644
--- a/src/lib/libc/stdlib/getopt.3
+++ b/src/lib/libc/stdlib/getopt.3
@@ -25,9 +25,9 @@
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE. 26.\" SUCH DAMAGE.
27.\" 27.\"
28.\" $OpenBSD: getopt.3,v 1.47 2021/10/24 21:24:20 deraadt Exp $ 28.\" $OpenBSD: getopt.3,v 1.48 2022/07/25 02:25:55 jsg Exp $
29.\" 29.\"
30.Dd $Mdocdate: October 24 2021 $ 30.Dd $Mdocdate: July 25 2022 $
31.Dt GETOPT 3 31.Dt GETOPT 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -307,7 +307,9 @@ be set to the last character that caused an error.
307.Sh HISTORY 307.Sh HISTORY
308The 308The
309.Fn getopt 309.Fn getopt
310function appeared in 310function first appeared in
311.At III
312and was reimplemented for
311.Bx 4.3 . 313.Bx 4.3 .
312.Sh BUGS 314.Sh BUGS
313The 315The