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/getopt.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/getopt.3')
-rw-r--r-- | src/lib/libc/stdlib/getopt.3 | 8 |
1 files changed, 5 insertions, 3 deletions
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 |
308 | The | 308 | The |
309 | .Fn getopt | 309 | .Fn getopt |
310 | function appeared in | 310 | function first appeared in |
311 | .At III | ||
312 | and was reimplemented for | ||
311 | .Bx 4.3 . | 313 | .Bx 4.3 . |
312 | .Sh BUGS | 314 | .Sh BUGS |
313 | The | 315 | The |