diff options
author | ache <ache@FreeBSD.org> | 2011-10-29 06:13:47 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2011-10-29 06:13:47 +0000 |
commit | 1a131a903e46a2041a4ea488368c3328ab9dd1b2 (patch) | |
tree | 705f1bdaf7e31c1c0afa0da0ce5bd70e3dcfc15c | |
parent | ac13f9cbdb659f39f2285963f05c7f94b54cb076 (diff) | |
download | FreeBSD-src-1a131a903e46a2041a4ea488368c3328ab9dd1b2.zip FreeBSD-src-1a131a903e46a2041a4ea488368c3328ab9dd1b2.tar.gz |
Reword '}' description to sound more clear.
Submitted by: dougb
MFC after: 7 days
-rw-r--r-- | usr.bin/sed/sed.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 6dcdef3..a6b9ea2 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -343,7 +343,7 @@ can be preceded by white space and can be followed by white space. The function can be preceded by white space. The terminating .Dq } -must be preceded by a newline and optional white space. +must be preceded by a newline, and may also be preceded by white space. .Pp .Bl -tag -width "XXXXXX" -compact .It [2addr] function-list |