summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/stdlib/getopt.34
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3
index f07f01dd7f..796541184f 100644
--- a/src/lib/libc/stdlib/getopt.3
+++ b/src/lib/libc/stdlib/getopt.3
@@ -25,7 +25,7 @@
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.37 2005/10/11 01:23:41 jaredy Exp $ 28.\" $OpenBSD: getopt.3,v 1.38 2006/03/15 02:50:25 ray Exp $
29.\" 29.\"
30.Dd December 17, 2002 30.Dd December 17, 2002
31.Dt GETOPT 3 31.Dt GETOPT 3
@@ -176,8 +176,6 @@ and
176.Va argv 176.Va argv
177after option argument processing has completed. 177after option argument processing has completed.
178.Bd -literal -offset indent 178.Bd -literal -offset indent
179extern char *optarg;
180extern int optind;
181int bflag, ch, fd; 179int bflag, ch, fd;
182 180
183bflag = 0; 181bflag = 0;