aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/DB_COMMAND.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/DB_COMMAND.9')
-rw-r--r--share/man/man9/DB_COMMAND.914
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/DB_COMMAND.9 b/share/man/man9/DB_COMMAND.9
index 231e6a47a474..d45205757d9e 100644
--- a/share/man/man9/DB_COMMAND.9
+++ b/share/man/man9/DB_COMMAND.9
@@ -38,18 +38,18 @@
.Fo DB_COMMAND
.Fa command_name
.Fa command_function
-.Fc
-.Fn DB_SHOW_COMMAND "command_name" "command_function"
-.Fn DB_SHOW_ALL_COMMAND "command_name" "command_function"
+.Fc
+.Fn DB_SHOW_COMMAND "command_name" "command_function"
+.Fn DB_SHOW_ALL_COMMAND "command_name" "command_function"
.Sh DESCRIPTION
The
.Fn DB_COMMAND
macro adds
.Fa command_name
to the list of top-level commands.
-Invoking
+Invoking
.Fa command_name
-from ddb will call
+from ddb will call
.Fa command_function .
.Pp
The
@@ -60,14 +60,14 @@ are roughly equivalent to
.Fn DB_COMMAND
but in these cases,
.Fa command_name
-is a sub-command of the ddb
+is a sub-command of the ddb
.Sy show
command and
.Sy show all
command, respectively.
.Pp
The general command syntax:
-.Cm command Ns Op Li \&/ Ns Ar modifier
+.Cm command Ns Op Li \&/ Ns Ar modifier
.Ar address Ns Op Li , Ns Ar count ,
translates into the following parameters for
.Fa command_function :