git: cc7decfcf93b - main - make_dev.9: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Nov 2021 16:37:16 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=cc7decfcf93be2a9e78923cc9782fd913f70b78e
commit cc7decfcf93be2a9e78923cc9782fd913f70b78e
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-11-25 16:32:30 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-11-25 16:36:33 +0000
make_dev.9: Fix a typo
MFC after: 1 week
---
share/man/man9/make_dev.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/make_dev.9 b/share/man/man9/make_dev.9
index fa186e649bd3..cd038a703616 100644
--- a/share/man/man9/make_dev.9
+++ b/share/man/man9/make_dev.9
@@ -292,7 +292,7 @@ prior to calling
The
.Fn make_dev_alias
function is similar to
-.Fn make_dev_alias
+.Fn make_dev_alias_p
but it returns the resulting aliasing
.Ft *cdev
and may not return an error.