Module Name: src Committed By: msaitoh Date: Fri Oct 12 04:43:50 UTC 2018
Modified Files: src/share/man/man4: ddb.4 Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/share/man/man4/ddb.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/ddb.4 diff -u src/share/man/man4/ddb.4:1.183 src/share/man/man4/ddb.4:1.184 --- src/share/man/man4/ddb.4:1.183 Mon Aug 13 03:20:19 2018 +++ src/share/man/man4/ddb.4 Fri Oct 12 04:43:50 2018 @@ -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 @@ Print the mbuf structure at 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