git: 1a276dbad1ad - stable/13 - sed(1): Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Apr 2022 06:56:22 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1a276dbad1ad2d81d94af2770b9bba0ebc9b9a67 commit 1a276dbad1ad2d81d94af2770b9bba0ebc9b9a67 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-20 11:00:42 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-23 06:54:44 +0000 sed(1): Fix a typo in the manual page - s/occurances/occurrences/ (cherry picked from commit 583bb9c530b2316c83017fc51517d3acad1ed9dd) --- 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