From db6fc08364ba7109d9906a163f3196fde8c6b81f Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Mon, 1 Sep 2008 17:48:40 +0000 Subject: [PATCH] Correct a silly typo I introduced: withing -> within. Noticed by: das --- 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 a40dbeb20ed5..f694f40c059f 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -250,7 +250,7 @@ For example, the context address is equivalent to .Li /abc/ . Also, putting a backslash character before the delimiting character -withing the regular expression causes the character to be treated literally. +within the regular expression causes the character to be treated literally. For example, in the context address .Li \exabc\exdefx , the RE delimiter is an