Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/sys
Module Name: src
Committed By: christos
Date: Sun Jun 18 14:28:12 UTC 2006
Modified Files:
src/lib/libc/sys: makelintstub
Log Message:
Modernize:
getopt -> getopts
`` -> $()
YES/NO -> true/false
[ x$f = x ] -> [ -z $f ]
test -> [
errors to stderr
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/lib/libc/sys/makelintstub
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index