Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/npf/npfctl npfctl usage: minor formatting fix.



details:   https://anonhg.NetBSD.org/src/rev/f1972fe28845
branches:  trunk
changeset: 781365:f1972fe28845
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sat Sep 01 19:08:01 2012 +0000

description:
npfctl usage: minor formatting fix.

diffstat:

 usr.sbin/npf/npfctl/npfctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5363a662e13c -r f1972fe28845 usr.sbin/npf/npfctl/npfctl.c
--- a/usr.sbin/npf/npfctl/npfctl.c      Sat Sep 01 19:05:46 2012 +0000
+++ b/usr.sbin/npf/npfctl/npfctl.c      Sat Sep 01 19:08:01 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npfctl.c,v 1.18 2012/08/12 03:35:13 rmind Exp $        */
+/*     $NetBSD: npfctl.c,v 1.19 2012/09/01 19:08:01 rmind Exp $        */
 
 /*-
  * Copyright (c) 2009-2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: npfctl.c,v 1.18 2012/08/12 03:35:13 rmind Exp $");
+__RCSID("$NetBSD: npfctl.c,v 1.19 2012/09/01 19:08:01 rmind Exp $");
 
 #include <sys/ioctl.h>
 #include <sys/stat.h>
@@ -139,7 +139,7 @@
            "usage:\t%s [ start | stop | reload | flush | show | stats ]\n",
            progname);
        fprintf(stderr,
-           "usage:\t%s [ sess-save | sess-load ]\n",
+           "\t%s ( sess-save | sess-load )\n",
            progname);
        fprintf(stderr,
            "\t%s table <tid> [ flush ]\n",



Home | Main Index | Thread Index | Old Index