comparison lib-src/=rcs2log @ 17740:edebe056f7bc

Doc fix: CR is \015, not \013.
author Paul Eggert <eggert@twinsun.com>
date Sun, 11 May 1997 18:43:55 +0000
parents a40eff0f724c
children 0c832661d9b4
comparison
equal deleted inserted replaced
17739:1b0a4e406ba2 17740:edebe056f7bc
26 --help Output help. 26 --help Output help.
27 --version Output version number. 27 --version Output version number.
28 28
29 Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.' 29 Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.'
30 30
31 Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $' 31 Id='$Id: rcs2log,v 1.38 1997/03/23 18:46:03 eggert Exp eggert $'
32 32
33 # Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. 33 # Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
34 34
35 # This program is free software; you can redistribute it and/or modify 35 # This program is free software; you can redistribute it and/or modify
36 # it under the terms of the GNU General Public License as published by 36 # it under the terms of the GNU General Public License as published by
543 $AWK ' 543 $AWK '
544 BEGIN { 544 BEGIN {
545 logTZ = "'"$logTZ"'" 545 logTZ = "'"$logTZ"'"
546 revision = "'"$revision"'" 546 revision = "'"$revision"'"
547 547
548 # Some awk variants do not understand "\r" or "\013", so we have to 548 # Some awk variants do not understand "\r" or "\015", so we have to
549 # put a carriage return directly in the file. 549 # put a carriage return directly in the file.
550 CR=" 550 CR="
551 " # <-- There is a single CR between the " chars here. 551 " # <-- There is a single CR between the " chars here.
552 552
553 # Initialize the fullname and mailaddr associative arrays. 553 # Initialize the fullname and mailaddr associative arrays.