CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/07/13 03:06:58
Modified files: sbin/route : route.8 route.c usr.bin/netstat: netstat.1 sbin/ifconfig : ifconfig.8 Log message: Use "rtable" not "tableid" as argument name for rtable Make rtable(4) usage documentation consistent with other programs. This is to have `man -k ar~rtable' show the full list without having to look for other variations of the same argument type. OK bluhm