Date: Wed, 10 Apr 2024 04:05:09 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 763f5da97dfd - main - libbe(3): history: fix Message-ID: <202404100405.43A459bD057198@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=763f5da97dfd11e80c60cf6a7df6ae3a221f2519 commit 763f5da97dfd11e80c60cf6a7df6ae3a221f2519 Author: Graham Perrin <grahamperrin@gmail.com> AuthorDate: 2023-10-05 03:45:22 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-04-10 04:01:10 +0000 libbe(3): history: fix 'bectl(8) and libbe' (not 'libbe and libbe(3)'). Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/857 --- lib/libbe/libbe.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libbe/libbe.3 b/lib/libbe/libbe.3 index 29448a26c640..eb0e9a34bb5e 100644 --- a/lib/libbe/libbe.3 +++ b/lib/libbe/libbe.3 @@ -574,9 +574,9 @@ BE_ERR_INVORIGIN .Sh SEE ALSO .Xr bectl 8 .Sh HISTORY -.Nm +.Xr bectl 8 and -.Xr libbe 3 +.Nm were written by .An Kyle Kneitinger (kneitinger) Aq Mt kyle@kneit.in as a 2017 Google Summer of Code project, with
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404100405.43A459bD057198>