Date: Wed, 20 Apr 2022 11:00:54 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 583bb9c530b2 - main - sed(1): Fix a typo in the manual page Message-ID: <202204201100.23KB0sDO037919@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=583bb9c530b2316c83017fc51517d3acad1ed9dd commit 583bb9c530b2316c83017fc51517d3acad1ed9dd Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-20 11:00:42 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-20 11:00:42 +0000 sed(1): Fix a typo in the manual page - s/occurances/occurrences/ MFC after: 3 days --- usr.bin/sed/sed.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 04c1b46fc5b4..ad8422222d07 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -613,7 +613,7 @@ Using a different separator can be handy when working with paths: echo "/home/example" | sed 's#/home/example#/usr/local/example#' .Ed .Pp -Replace all occurances of +Replace all occurrences of .Ql foo with .Ql bar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204201100.23KB0sDO037919>