- s/topless/baz/

Requested by:	Ed Johnstone ejohnstone.comcast.net
Submitted by:	Glen Barber glen.j.barber.gmail.com (slightly different diff)
This commit is contained in:
Daniel Gerzo 2010-06-10 07:18:10 +00:00
parent 87773aaa88
commit 76ad3ff1f0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35866

View file

@ -283,7 +283,7 @@
basic model of custom functions:</para>
<programlisting>cust_foo () (
echo "bar=topless" &gt; \
echo "bar=baz" &gt; \
&dollar;{NANO_WORLDDIR}/etc/foo
)
customize_cmd cust_foo</programlisting>