diff options
author | 2011-11-01 17:30:04 +0000 | |
---|---|---|
committer | 2011-11-01 17:30:04 +0000 | |
commit | 28ade6485fa90a12c04ea7b06047a7ddc9bfed50 (patch) | |
tree | aa409a9d205cf71135b2934e93243ae7f0ed7b0c /usr.bin/netstat/main.c | |
parent | Clean up the description of .Dt: (diff) | |
download | wireguard-openbsd-28ade6485fa90a12c04ea7b06047a7ddc9bfed50.tar.xz wireguard-openbsd-28ade6485fa90a12c04ea7b06047a7ddc9bfed50.zip |
Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmc
Diffstat (limited to 'usr.bin/netstat/main.c')
-rw-r--r-- | usr.bin/netstat/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 468335df05d..95e000df9c9 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.91 2011/11/01 10:14:06 mikeb Exp $ */ +/* $OpenBSD: main.c,v 1.92 2011/11/01 17:30:04 mikeb Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* @@ -380,7 +380,7 @@ main(int argc, char *argv[]) nl[N_AF2RTAFIDX].n_value, nl[N_RTBLIDMAX].n_value, tableid); else - p_rttables(af, tableid, Tflag); + p_rttables(af, tableid); exit(0); } if (gflag) { |