diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-13 23:22:06 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-13 23:22:06 +0000 |
commit | 516965e3b12f081d63551d49669359ebb7708608 (patch) | |
tree | 23e930a35b36879a1af9c96a9070b3eabf202748 /sbin | |
parent | 94cb3def51b8b2d4502f9286906d0068d911cc1d (diff) |
concistency in the print-funtions, here: HFSC uppercurve and brackets
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl_altq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c index 0c837887ffd..f85ca257855 100644 --- a/sbin/pfctl/pfctl_altq.c +++ b/sbin/pfctl/pfctl_altq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_altq.c,v 1.63 2003/04/13 22:03:18 henning Exp $ */ +/* $OpenBSD: pfctl_altq.c,v 1.64 2003/04/13 23:22:05 henning Exp $ */ /* * Copyright (C) 2002 @@ -869,7 +869,7 @@ print_hfsc_opts(const struct pf_altq *a) opts->ulsc_d, rate2str((double)opts->ulsc_m2)); else - printf(" upperlimit(%s)", + printf(" upperlimit %s", rate2str((double)opts->ulsc_m2)); } printf(" ) "); |