svn commit: r226895 - head/usr.bin/sed

Andrey A. Chernov ache at FreeBSD.org
Sat Oct 29 06:13:48 UTC 2011


Author: ache
Date: Sat Oct 29 06:13:47 2011
New Revision: 226895
URL: http://svn.freebsd.org/changeset/base/226895

Log:
  Reword '}' description to sound more clear.
  
  Submitted by:   dougb
  MFC after:      7 days

Modified:
  head/usr.bin/sed/sed.1

Modified: head/usr.bin/sed/sed.1
==============================================================================
--- head/usr.bin/sed/sed.1	Sat Oct 29 06:13:44 2011	(r226894)
+++ head/usr.bin/sed/sed.1	Sat Oct 29 06:13:47 2011	(r226895)
@@ -343,7 +343,7 @@ can be preceded by white space and can b
 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


More information about the svn-src-all mailing list