diff options
author | Jason King <jason.king@joyent.com> | 2018-07-17 23:39:00 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-08-23 17:20:51 -0400 |
commit | 54feed062a8b16b8555f6c07f6198e0a3b5f3660 (patch) | |
tree | 13e7abe5db23a0294d18ca6ecd5d56947ead16c9 /usr/src/man/man3c/getopt.3c | |
parent | af1da5d88749a7acca42afebc5b3ca9ec806c095 (diff) | |
download | illumos-gate-54feed062a8b16b8555f6c07f6198e0a3b5f3660.tar.gz |
9659 Missing man page for getopt_long(3C)
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/getopt.3c')
-rw-r--r-- | usr/src/man/man3c/getopt.3c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/man/man3c/getopt.3c b/usr/src/man/man3c/getopt.3c index bcbdbcbeba..a14760446a 100644 --- a/usr/src/man/man3c/getopt.3c +++ b/usr/src/man/man3c/getopt.3c @@ -43,8 +43,9 @@ .\" Copyright 1989 AT&T .\" Copyright (c) 2001, The IEEE and The Open Group. All Rights Reserved. .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved. +.\" Copyright 2018 Jason King .\" -.TH GETOPT 3C "Oct 16, 2007" +.TH GETOPT 3C "July 17, 2018" .SH NAME getopt \- command option parsing .SH SYNOPSIS @@ -454,6 +455,6 @@ Standard See below. For the Basic Utility Command syntax is Standard, see \fBstandards\fR(5). .SH SEE ALSO .LP -\fBIntro\fR(1), \fBgetopt\fR(1), \fBgetopts\fR(1), \fBgetsubopt\fR(3C), -\fBgettext\fR(3C), \fBsetlocale\fR(3C), \fBattributes\fR(5), \fBenviron\fR(5), -\fBstandards\fR(5) +\fBIntro\fR(1), \fBgetopt\fR(1), \fBgetopts\fR(1), \fBgetopt_long\fR(3C), +\fBgetsubopt\fR(3C), \fBgettext\fR(3C), \fBsetlocale\fR(3C), \fBattributes\fR(5), +\fBenviron\fR(5), \fBstandards\fR(5) |