The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=068e918057a5cebfdc2f95c6923ff263c983eb5d
commit 068e918057a5cebfdc2f95c6923ff263c983eb5d Author: Elyes Haouas <[email protected]> AuthorDate: 2024-04-11 17:40:04 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2024-04-11 17:40:37 +0000 manctl: Fix typo Signed-off-by: Elyes Haouas <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/882 --- usr.sbin/manctl/manctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/manctl/manctl.sh b/usr.sbin/manctl/manctl.sh index 048066379584..1b23d7901a2e 100644 --- a/usr.sbin/manctl/manctl.sh +++ b/usr.sbin/manctl/manctl.sh @@ -36,7 +36,7 @@ # manctl: # a utility for manipulating manual pages # functions: -# compress uncompressed man pages (elliminating .so's) +# compress uncompressed man pages (eliminating .so's) # this is now two-pass. If possible, .so's # are replaced with hard links # uncompress compressed man pages
