Module Name: src
Committed By: uwe
Date: Fri Oct 30 22:29:30 UTC 2020
Modified Files:
src/share/man/man9: ddb.9
Log Message:
Add a few missing articles.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/ddb.9
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/man9/ddb.9
diff -u src/share/man/man9/ddb.9:1.1 src/share/man/man9/ddb.9:1.2
--- src/share/man/man9/ddb.9:1.1 Fri Oct 30 22:14:03 2020
+++ src/share/man/man9/ddb.9 Fri Oct 30 22:29:30 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddb.9,v 1.1 2020/10/30 22:14:03 uwe Exp $
+.\" $NetBSD: ddb.9,v 1.2 2020/10/30 22:29:30 uwe Exp $
.\"
.\" Copyright (c) 2020 Valery Ushakov
.\" All rights reserved.
@@ -132,7 +132,7 @@ remainder of its command line.
.It Dv CS_NOREPEAT
The command should not be automatically repeated by the
.Tn REPL
-when user enters an empty command after it.
+when the user enters an empty command after it.
.\"
.It Dv CS_OWN
The command doesn't follow the normal
@@ -152,9 +152,9 @@ The command sets the
.Pp
The remaining parameters are strings that provide documentation for
the command and its arguments.
-That documentation is available to the user via
+That documentation is available to the user via the
.Ic help
-command if the kernel was compiled with
+command if the kernel was compiled with the
.Dv DDB_VERBOSE_HELP
option.
.\"