summaryrefslogtreecommitdiffstats
path: root/tools/regression
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-07-03 14:42:53 +0000
committertjr <tjr@FreeBSD.org>2002-07-03 14:42:53 +0000
commitf3c503c6ca28dfb34173954b98da1bf2a2d01a28 (patch)
tree2cfb2500a69fe5c76b5405b6a60f6aa1163df43c /tools/regression
parent38e70a1e486f7a9a5bf6477bc77624436eaa69d1 (diff)
downloadFreeBSD-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 'tools/regression')
-rw-r--r--tools/regression/usr.bin/sed/hanoi.sed5
1 files changed, 3 insertions, 2 deletions
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: : :<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.
OpenPOWER on IntegriCloud