# HG changeset patch # User Paul Eggert # Date 863376235 0 # Node ID edebe056f7bce51f6a97bd4607c95e227c8acd88 # Parent 1b0a4e406ba251d49ceddd1d1daf5113aed77b84 Doc fix: CR is \015, not \013. diff -r 1b0a4e406ba2 -r edebe056f7bc lib-src/=rcs2log --- a/lib-src/=rcs2log Sat May 10 22:29:42 1997 +0000 +++ b/lib-src/=rcs2log Sun May 11 18:43:55 1997 +0000 @@ -28,7 +28,7 @@ Report bugs to .' -Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $' +Id='$Id: rcs2log,v 1.38 1997/03/23 18:46:03 eggert Exp eggert $' # Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. @@ -545,7 +545,7 @@ logTZ = "'"$logTZ"'" revision = "'"$revision"'" - # Some awk variants do not understand "\r" or "\013", so we have to + # Some awk variants do not understand "\r" or "\015", so we have to # put a carriage return directly in the file. CR=" " # <-- There is a single CR between the " chars here. diff -r 1b0a4e406ba2 -r edebe056f7bc lib-src/rcs2log --- a/lib-src/rcs2log Sat May 10 22:29:42 1997 +0000 +++ b/lib-src/rcs2log Sun May 11 18:43:55 1997 +0000 @@ -28,7 +28,7 @@ Report bugs to .' -Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $' +Id='$Id: rcs2log,v 1.38 1997/03/23 18:46:03 eggert Exp eggert $' # Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. @@ -545,7 +545,7 @@ logTZ = "'"$logTZ"'" revision = "'"$revision"'" - # Some awk variants do not understand "\r" or "\013", so we have to + # Some awk variants do not understand "\r" or "\015", so we have to # put a carriage return directly in the file. CR=" " # <-- There is a single CR between the " chars here.