diff options
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 |