diff options
| author | njoly <njoly@NetBSD.org> | 2014-01-08 10:14:21 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2014-01-08 10:14:21 +0000 |
| commit | bb2fca0fbc2d9445940b8e339eb8d47a47a2f05f (patch) | |
| tree | cab910bd6ecab871b1b62df14f2f97a57dc4cfa1 /lib/libnpf | |
| parent | 949fd68efc0d93a53f1a1bd570eee881467e3e00 (diff) | |
Kill extra space in function argument.
Diffstat (limited to 'lib/libnpf')
| -rw-r--r-- | lib/libnpf/npf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnpf/npf.3 b/lib/libnpf/npf.3 index 8508865f71a..01618aca6be 100644 --- a/lib/libnpf/npf.3 +++ b/lib/libnpf/npf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: npf.3,v 1.13 2013/11/12 06:06:21 wiz Exp $ +.\" $NetBSD: npf.3,v 1.14 2014/01/08 10:14:21 njoly Exp $ .\" .\" Copyright (c) 2011-2013 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -56,7 +56,7 @@ .Ft bool .Fn npf_rule_exists_p "nl_config_t *ncf" "const char *name" .Ft int -.Fn npf_rule_insert "nl_config_t *ncf" " nl_rule_t *parent" "nl_rule_t *rl" +.Fn npf_rule_insert "nl_config_t *ncf" "nl_rule_t *parent" "nl_rule_t *rl" .Ft int .Fn npf_rule_setprio "nl_rule_t *rl" "pri_t pri" .Ft int |
