git: 344c1bc6e643 - stable/13 - make_dev.9: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 14:15:26 UTC
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=344c1bc6e643cf2b470c2ff8770057462f44c100 commit 344c1bc6e643cf2b470c2ff8770057462f44c100 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2021-11-25 16:32:30 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-12-02 14:15:01 +0000 make_dev.9: Fix a typo (cherry picked from commit cc7decfcf93be2a9e78923cc9782fd913f70b78e) --- 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.