From 8e5ce97e5d7b992063c51a134308cda7e6691238 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 26 Jul 2005 13:38:41 +0000 Subject: [PATCH] kill errant blank line; --- src/lib/libc/stdlib/getopt.3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index 2fb70b72..9de8af3d 100644 --- a/src/lib/libc/stdlib/getopt.3 +++ b/src/lib/libc/stdlib/getopt.3 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getopt.3,v 1.35 2005/07/26 04:20:23 jaredy Exp $ +.\" $OpenBSD: getopt.3,v 1.36 2005/07/26 13:38:41 jmc Exp $ .\" .Dd December 17, 2002 .Dt GETOPT 3 @@ -362,7 +362,6 @@ It is provided for backward compatibility .Em only . The following code fragment works in most cases and can handle mixed number and letter arguments. - .Bd -literal -offset indent int aflag = 0, bflag = 0, ch, lastch = '\e0'; int length = -1, newarg = 1, prevoptind = 1;