CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/07/01 12:47:39
Modified files:
usr.bin/man : man.c
Log message:
Make some variables const that are filled from getenv(3), from argv,
from optarg and from literal strings - for clarity and to make sure
that future code changes do not attempt to write to them.
No functional change.
ok jca@
