diff options
author | jsg <> | 2022-07-25 02:25:55 +0000 |
---|---|---|
committer | jsg <> | 2022-07-25 02:25:55 +0000 |
commit | 5e7f566c36159951eb7256933970dc6386dc8ba3 (patch) | |
tree | 57f1092bb46147108e2670bb3a28084ba21065ed /src/lib/libc/stdlib/getenv.3 | |
parent | b5de8ebc8e95155a8fd1856747859b9e5a2fd1d4 (diff) | |
download | openbsd-5e7f566c36159951eb7256933970dc6386dc8ba3.tar.gz openbsd-5e7f566c36159951eb7256933970dc6386dc8ba3.tar.bz2 openbsd-5e7f566c36159951eb7256933970dc6386dc8ba3.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@
Diffstat (limited to 'src/lib/libc/stdlib/getenv.3')
-rw-r--r-- | src/lib/libc/stdlib/getenv.3 | 8 |
1 files changed, 5 insertions, 3 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 . |
175 | The | 175 | The |
176 | .Fn putenv | 176 | .Fn putenv |
177 | function appeared in | 177 | function first appeared in |
178 | .At V.2 | ||
179 | and was reimplemented for | ||
178 | .Bx 4.3 Reno . | 180 | .Bx 4.3 Reno . |
179 | .Sh CAVEATS | 181 | .Sh CAVEATS |
180 | Library code must be careful about using | 182 | Library code must be careful about using |