Source-Changes-HG archive

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

[src/trunk]: src/lib/libnpf Remove superfluous comma.



details:   https://anonhg.NetBSD.org/src/rev/41fe93d12bea
branches:  trunk
changeset: 791292:41fe93d12bea
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Nov 12 06:06:21 2013 +0000

description:
Remove superfluous comma.

diffstat:

 lib/libnpf/npf.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4bc51ab35b61 -r 41fe93d12bea lib/libnpf/npf.3
--- a/lib/libnpf/npf.3  Tue Nov 12 03:29:22 2013 +0000
+++ b/lib/libnpf/npf.3  Tue Nov 12 06:06:21 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.3,v 1.12 2013/11/12 00:46:34 rmind Exp $
+.\"    $NetBSD: npf.3,v 1.13 2013/11/12 06:06:21 wiz Exp $
 .\"
 .\" Copyright (c) 2011-2013 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -78,7 +78,7 @@
 .Fn npf_nat_insert "nl_config_t *ncf" "nl_nat_t *nt" "pri_t pri"
 .\" ---
 .Ft nl_table_t *
-.Fn npf_table_create "const char *name", "u_int id" "int type"
+.Fn npf_table_create "const char *name" "u_int id" "int type"
 .Ft int
 .Fn npf_table_add_entry "nl_table_t *tl" "int af" \
 "in_addr_t addr" "in_addr_t mask"



Home | Main Index | Thread Index | Old Index