cvs commit: src/usr.bin/jot jot.c
Diomidis Spinellis
dds at FreeBSD.org
Mon Nov 6 15:58:38 UTC 2006
dds 2006-11-06 15:58:35 UTC
FreeBSD src repository
Modified files:
usr.bin/jot jot.c
Log:
Style facelift.
- Reduce the number of global variables
- Make global objects static
- Use bool consistently
- Sort getopt arguments and their processing
- Add function comments
- Change notlast != 0 into !last
Revision Changes Path
1.34 +74 -58 src/usr.bin/jot/jot.c
More information about the cvs-all
mailing list