Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 06/07/2000 06:24:12
Module Name: syssrc
Committed By: jhawk
Date: Wed Jun 7 13:24:12 UTC 2000
Modified Files:
sharesrc/share/man/man4: ddb.4
syssrc/sys/ddb: TODO
Log Message:
Fix long-standing inconsistency between manapage and code.
The "ditto" character is " (double-quote); not , (comma) as
indicated in the manpage; and not ' (single-quote) as indicated
in the man.old -style manpage from which the mdoc manpage was derived.
Some other versions of ddb use single-quote for this feature, and this
part of the code may change again in the near future, but the documentation
now affects reality now.
they
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 sharesrc/share/man/man4/ddb.4
cvs rdiff -r1.1 -r1.2 syssrc/sys/ddb/TODO
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.