Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 fix typos.



details:   https://anonhg.NetBSD.org/src/rev/b5753e7b743f
branches:  trunk
changeset: 569806:b5753e7b743f
user:      yamt <yamt%NetBSD.org@localhost>
date:      Mon Sep 06 21:53:25 2004 +0000

description:
fix typos.

diffstat:

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

diffs (27 lines):

diff -r 92f925a76b1a -r b5753e7b743f share/man/man9/m_tag.9
--- a/share/man/man9/m_tag.9    Mon Sep 06 21:47:45 2004 +0000
+++ b/share/man/man9/m_tag.9    Mon Sep 06 21:53:25 2004 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: m_tag.9,v 1.1 2004/09/06 18:23:31 yamt Exp $
+.\"     $NetBSD: m_tag.9,v 1.2 2004/09/06 21:53:25 yamt Exp $
 .\"
 .\" Copyright (c)2004 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -107,7 +107,7 @@
 to the mbuf
 .Fa m .
 .Fa t
-will become the first tag of the
+will become the first tag of the mbuf
 .Fa m .
 .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 .It Fn m_tag_unlink "m" "t"
@@ -157,7 +157,7 @@
 .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 .It Fn m_tag_copy "t"
 Copy a mbuf tag
-Fa t .
+.Fa t .
 Return a new mbuf tag on success.
 Otherwise return
 .Dv NULL .



Home | Main Index | Thread Index | Old Index