Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2022 15:41:10 GMT
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b4cea17bf615 - main - Fix a broken man page reference.
Message-ID:  <202208131541.27DFfAdP004258@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208131541.27DFfAdP004258>