From f3c503c6ca28dfb34173954b98da1bf2a2d01a28 Mon Sep 17 00:00:00 2001 From: tjr Date: Wed, 3 Jul 2002 14:42:53 +0000 Subject: 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 --- tools/regression/usr.bin/sed/hanoi.sed | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools/regression/usr.bin/sed') diff --git a/tools/regression/usr.bin/sed/hanoi.sed b/tools/regression/usr.bin/sed/hanoi.sed index d29c648..5641a62 100644 --- a/tools/regression/usr.bin/sed/hanoi.sed +++ b/tools/regression/usr.bin/sed/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: : : +# :abcd: : : # -# 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. -- cgit v1.1