summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getsubopt.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/getsubopt.3')
-rw-r--r--lib/libc/stdlib/getsubopt.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3
index b624eff..86894eb 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -28,7 +28,7 @@
.\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\"
-.Dd June 9, 1993
+.Dd December 25, 2011
.Dt GETSUBOPT 3
.Os
.Sh NAME
@@ -131,9 +131,11 @@ while ((ch = getopt(argc, argv, "ab:")) != \-1) {
else
error("missing sub option");
break;
+ }
}
break;
}
+}
.Ed
.Sh SEE ALSO
.Xr getopt 3 ,
OpenPOWER on IntegriCloud