]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Use ":label" rather than ": label" for sed scripts,
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 Jun 2005 07:01:37 +0000 (07:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 Jun 2005 07:01:37 +0000 (07:01 +0000)
as Posix suggests.

doc/autoconf.texi

index 9c3f96a9939b740acfae5a83b9f9319e164f8da4..8b23418b9d0e7b28ef624e3eec3b45746565770a 100644 (file)
@@ -12209,7 +12209,7 @@ script (the line numbers are not actual part of the texts):
 s/keep me/kept/g  # a
 t end             # b
 s/.*/deleted/g    # c
-: end             # d
+:end              # d
 @end example
 
 @noindent
@@ -12264,11 +12264,11 @@ One portable implementation of the script above is:
 
 @example
 t clear
-: clear
+:clear
 s/keep me/kept/g
 t end
 s/.*/deleted/g
-: end
+:end
 @end example
 
 @item @command{touch}