Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2024 17:44:49 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: 068e918057a5 - main - manctl: Fix typo
Message-ID:  <202404111744.43BHinnh086816@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=068e918057a5cebfdc2f95c6923ff263c983eb5d

commit 068e918057a5cebfdc2f95c6923ff263c983eb5d
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2024-04-11 17:40:04 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-11 17:40:37 +0000

    manctl: Fix typo
    
    Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
    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



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