diff options
author | tjr <tjr@FreeBSD.org> | 2002-07-03 14:42:53 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-07-03 14:42:53 +0000 |
commit | f3c503c6ca28dfb34173954b98da1bf2a2d01a28 (patch) | |
tree | 2cfb2500a69fe5c76b5405b6a60f6aa1163df43c /usr.bin/sed | |
parent | 38e70a1e486f7a9a5bf6477bc77624436eaa69d1 (diff) | |
download | FreeBSD-src-f3c503c6ca28dfb34173954b98da1bf2a2d01a28.zip FreeBSD-src-f3c503c6ca28dfb34173954b98da1bf2a2d01a28.tar.gz |
Note that two carriage returns aren't required after entering the
initial setup anymore (since process.c rev. 1.25). Add $FreeBSD$.
MFC after: 2 weeks
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/TEST/hanoi.sed | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/sed/TEST/hanoi.sed b/usr.bin/sed/TEST/hanoi.sed index d29c648..5641a62 100644 --- a/usr.bin/sed/TEST/hanoi.sed +++ b/usr.bin/sed/TEST/hanoi.sed @@ -1,14 +1,15 @@ # Towers of Hanoi in sed. # # @(#)hanoi.sed 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ # # # Ex: # Run "sed -f hanoi.sed", and enter: # -# :abcd: : :<CR><CR> +# :abcd: : :<CR> # -# note -- TWO carriage returns, a peculiarity of sed), this will output the +# note -- TWO carriage returns were once required, this will output the # sequence of states involved in moving 4 rings, the largest called "a" and # the smallest called "d", from the first to the second of three towers, so # that the rings on any tower at any time are in descending order of size. |