Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2022 06:59:13 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0ab6c45d7c92 - stable/12 - sed(1): Fix a typo in the manual page
Message-ID:  <202204230659.23N6xD8u042086@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=0ab6c45d7c922bfc494cc4709627fdf26e0ce7b8

commit 0ab6c45d7c922bfc494cc4709627fdf26e0ce7b8
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:57:13 +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 10a625825c6a..7e801f16d62f 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?202204230659.23N6xD8u042086>