The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=62bca9c4df3af8ddeb08f910959fdf6d5084679f
commit 62bca9c4df3af8ddeb08f910959fdf6d5084679f Author: Mitchell Horne <[email protected]> AuthorDate: 2022-07-05 15:14:44 +0000 Commit: Mitchell Horne <[email protected]> CommitDate: 2022-07-05 15:15:30 +0000 DB_COMMAND(9): fix a typo Fixes: b83d53cb687e --- share/man/man9/DB_COMMAND.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/DB_COMMAND.9 b/share/man/man9/DB_COMMAND.9 index 5bd224156f0f..15c2adce3580 100644 --- a/share/man/man9/DB_COMMAND.9 +++ b/share/man/man9/DB_COMMAND.9 @@ -82,7 +82,7 @@ The .Fn DB_SHOW_ALIAS , and .Fn DB_SHOW_ALL_ALIAS -macros register the exsting +macros register the existing .Fa command_function under the alternative command name .Fa alias_name .
