Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Improve wording.



details:   https://anonhg.NetBSD.org/src/rev/a8c1413ddff0
branches:  trunk
changeset: 829302:a8c1413ddff0
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Jan 25 09:33:21 2018 +0000

description:
Improve wording.

diffstat:

 share/man/man9/mbuf.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f7084627eb8a -r a8c1413ddff0 share/man/man9/mbuf.9
--- a/share/man/man9/mbuf.9     Thu Jan 25 09:29:18 2018 +0000
+++ b/share/man/man9/mbuf.9     Thu Jan 25 09:33:21 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mbuf.9,v 1.55 2018/01/22 10:40:36 maxv Exp $
+.\"    $NetBSD: mbuf.9,v 1.56 2018/01/25 09:33:21 maxv Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 22, 2018
+.Dd January 25, 2018
 .Dt MBUF 9
 .Os
 .Sh NAME
@@ -466,7 +466,7 @@
 .Dv NULL
 and frees the mbuf chain on failure.
 .Fa len
-must be smaller or equal than
+must be smaller than or equal to
 .Dv MCLBYTES .
 .It Fn m_pullup "struct mbuf *m" "int len"
 Rearranges an mbuf chain so that



Home | Main Index | Thread Index | Old Index