From 583bb9c530b2316c83017fc51517d3acad1ed9dd Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Wed, 20 Apr 2022 13:00:42 +0200 Subject: [PATCH] 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