Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libnpf Fix typos.
details: https://anonhg.NetBSD.org/src/rev/239cb07ba851
branches: trunk
changeset: 349908:239cb07ba851
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Dec 27 21:25:12 2016 +0000
description:
Fix typos.
diffstat:
lib/libnpf/libnpf.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 533336cf5142 -r 239cb07ba851 lib/libnpf/libnpf.3
--- a/lib/libnpf/libnpf.3 Tue Dec 27 20:55:11 2016 +0000
+++ b/lib/libnpf/libnpf.3 Tue Dec 27 21:25:12 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: libnpf.3,v 1.3 2016/12/27 17:58:56 rmind Exp $
+.\" $NetBSD: libnpf.3,v 1.4 2016/12/27 21:25:12 wiz Exp $
.\"
.\" Copyright (c) 2011-2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -132,7 +132,7 @@
.It Fn npf_config_retrieve "fd" "active" "loaded"
Retrieve and return the loaded configuration from the kernel.
.It Fn npf_config_active_p "ncf"
-Indicate whether the retrievied configuration is active (true if yes
+Indicate whether the retrieved configuration is active (true if yes
and false otherwise).
.It Fn npf_config_destroy "ncf"
Destroy the configuration
@@ -210,7 +210,7 @@
.Fa len .
The size shall not exceed
.Dv NPF_RULE_MAXKEYLEN .
-The kernel does not validate the key is unique, it is the responsibilty
+The kernel does not validate the key is unique, it is the responsibility
of the caller.
.\" ---
.It Fn npf_rule_setinfo "rl" "info" "len"
Home |
Main Index |
Thread Index |
Old Index