git: b4cea17bf615 - main - Fix a broken man page reference.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Aug 2022 15:41:10 UTC
The branch main has been updated by schweikh: URL: https://cgit.FreeBSD.org/src/commit/?id=b4cea17bf6153e4177f61bd684993d98c0c4dca2 commit b4cea17bf6153e4177f61bd684993d98c0c4dca2 Author: Jens Schweikhardt <schweikh@FreeBSD.org> AuthorDate: 2022-08-13 15:40:29 +0000 Commit: Jens Schweikhardt <schweikh@FreeBSD.org> CommitDate: 2022-08-13 15:40:29 +0000 Fix a broken man page reference. --- share/man/man9/g_bio.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/g_bio.9 b/share/man/man9/g_bio.9 index 9b317416303b..9b3e80127c79 100644 --- a/share/man/man9/g_bio.9 +++ b/share/man/man9/g_bio.9 @@ -228,7 +228,7 @@ string, followed by the formatted followed by a .Fa fmtsuffix in the style of -.Xr 9 printf . +.Xr printf 9 . Any of the prefix or suffix strings may be the empty string. .Fn g_print_bio always prints a newline character at the end of the line.