git: 2e31f83bf7ae - stable/12 - own(9): Fix a typo in a function name in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:34:06 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=2e31f83bf7ae1e7f5ee8f30b8d01879636279a73
commit 2e31f83bf7ae1e7f5ee8f30b8d01879636279a73
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 13:26:40 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:32:16 +0000
own(9): Fix a typo in a function name in the manual page
- s/own_commmand_wait/own_command_wait/
(cherry picked from commit a95850f10af4fb4102f4c4f7c16775dbcd6568e6)
---
share/man/man9/own.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/own.9 b/share/man/man9/own.9
index c4588c16400a..58032c7b8548 100644
--- a/share/man/man9/own.9
+++ b/share/man/man9/own.9
@@ -30,7 +30,7 @@
.Sh NAME
.Nm own ,
.Nm own_send_command ,
-.Nm own_commmand_wait ,
+.Nm own_command_wait ,
.Nm own_self_command ,
.Nm own_acquire_bus ,
.Nm own crc ,