git: 583bb9c530b2 - main - sed(1): Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Apr 2022 11:00:54 UTC
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