diff options
| author | Graham Perrin <grahamperrin@gmail.com> | 2023-10-05 03:45:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-04-10 04:01:10 +0000 |
| commit | 763f5da97dfd11e80c60cf6a7df6ae3a221f2519 (patch) | |
| tree | f7c6d2bdb2665bd617eeb24fa1f2a231aa1ad46f | |
| parent | 04610d665e26f069031e6d125cf7a9e64879e1f7 (diff) | |
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
| -rw-r--r-- | lib/libbe/libbe.3 | 4 |
1 files 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 |
