Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 The 'c' modifier of mbuf command is to NOT fo...
details: https://anonhg.NetBSD.org/src/rev/6e58afa5132f
branches: trunk
changeset: 993941:6e58afa5132f
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Oct 12 04:43:50 2018 +0000
description:
The 'c' modifier of mbuf command is to NOT follow the mbuf chain.
Usually, users want to floow the mbuf chain. This modifier is used when a
user don't want to follow a mbuf chain.
diffstat:
share/man/man4/ddb.4 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 522fa6a149f3 -r 6e58afa5132f share/man/man4/ddb.4
--- a/share/man/man4/ddb.4 Fri Oct 12 04:09:09 2018 +0000
+++ b/share/man/man4/ddb.4 Fri Oct 12 04:43:50 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddb.4,v 1.183 2018/08/13 03:20:19 mrg Exp $
+.\" $NetBSD: ddb.4,v 1.184 2018/10/12 04:43:50 msaitoh Exp $
.\"
.\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -56,7 +56,7 @@
.\" any improvements or extensions that they make and grant Carnegie Mellon
.\" the rights to redistribute these changes.
.\"
-.Dd August 12, 2018
+.Dd October 12, 2018
.Dt DDB 4
.Os
.Sh NAME
@@ -679,7 +679,7 @@
Valid modifiers:
.Bl -tag -width 4n -compact
.It Cm /c
-The mbufs in the chain are followed.
+The mbufs in the chain are NOT followed.
.It Cm /d
The data is dumped.
.It Cm /v
Home |
Main Index |
Thread Index |
Old Index