Module Name:    src
Committed By:   wiz
Date:           Thu Jun  5 22:09:50 UTC 2014

Modified Files:
        src/lib/libc/stdlib: getopt.3

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/stdlib/getopt.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/getopt.3
diff -u src/lib/libc/stdlib/getopt.3:1.33 src/lib/libc/stdlib/getopt.3:1.34
--- src/lib/libc/stdlib/getopt.3:1.33	Thu Jun  5 22:00:22 2014
+++ src/lib/libc/stdlib/getopt.3	Thu Jun  5 22:09:50 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getopt.3,v 1.33 2014/06/05 22:00:22 christos Exp $
+.\"	$NetBSD: getopt.3,v 1.34 2014/06/05 22:09:50 wiz Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -66,7 +66,7 @@ characters followed by a colon to indica
 is to follow.
 If an individual character is followed by two colons, then the
 option argument is optional;
-.Va optarg 
+.Va optarg
 is set to the rest of the current
 .Va argv
 word, or

Reply via email to