cvs commit: src/sbin/route extern.h route.8 route.c show.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Mar 23 10:27:02 PST 2004
dillon 2004/03/23 10:25:51 PST
DragonFly src repository
Modified files:
sbin/route extern.h route.8 route.c show.c
Log:
Add -w, which prints the full width of the data being represented even if
it overflows the column, and do not truncate the base domain from displayed
host names. This is for programmatic interfaces and for sysops
who really want to see the whole host name.
Revision Changes Path
1.2 +1 -1 src/sbin/route/extern.h
1.4 +3 -0 src/sbin/route/route.8
1.7 +20 -7 src/sbin/route/route.c
1.3 +19 -10 src/sbin/route/show.c
http://www.dragonflybsd.org/cvsweb/src/sbin/route/extern.h.diff?r1=1.1&r2=1.2&f=h
http://www.dragonflybsd.org/cvsweb/src/sbin/route/route.8.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sbin/route/route.c.diff?r1=1.6&r2=1.7&f=h
http://www.dragonflybsd.org/cvsweb/src/sbin/route/show.c.diff?r1=1.2&r2=1.3&f=h
More information about the Commits
mailing list