summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/pfctl/pfctl_altq.c4
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(" ) ");