Re: Fixed Dest Port for traceroute(8)
From: Maxim Konovalov (maxim_at_macomnet.ru)
Date: 09/26/05
- Previous message: Lourik Malan: "(no subject)"
- In reply to: Crist J. Clark: "Fixed Dest Port for traceroute(8)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 26 Sep 2005 12:14:14 +0400 (MSD) To: "Crist J. Clark" <cjc@freebsd.org>
[...]
> Index: traceroute.c
> ===================================================================
> RCS file: /ncvs/freebsd/src/contrib/traceroute/traceroute.c,v
> retrieving revision 1.27
> diff -u -r1.27 traceroute.c
> --- traceroute.c 26 Aug 2005 18:08:24 -0000 1.27
> +++ traceroute.c 23 Sep 2005 17:47:45 -0000
[...]
> @@ -521,13 +522,17 @@
> prog = argv[0];
>
> opterr = 0;
> - while ((op = getopt(argc, argv, "dFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) != EOF)
> + while ((op = getopt(argc, argv, "edFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) != EOF)
Better to keep the keys sorted alphabetically. I.e. "deFI..". Need
to update usage() as well.
-- Maxim Konovalov _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Lourik Malan: "(no subject)"
- In reply to: Crist J. Clark: "Fixed Dest Port for traceroute(8)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|