diff options
| author | Daniel Gerzo <danger@FreeBSD.org> | 2010-06-10 07:18:10 +0000 |
|---|---|---|
| committer | Daniel Gerzo <danger@FreeBSD.org> | 2010-06-10 07:18:10 +0000 |
| commit | 76ad3ff1f08378f21897569725119bc54111d103 (patch) | |
| tree | 12cd483580a4e9cda16825d32dc9be451cf9f5a3 | |
| parent | 87773aaa88f56b53cc1c59aff4ab18c6ec68382d (diff) | |
Notes
| -rw-r--r-- | en_US.ISO8859-1/articles/nanobsd/article.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/articles/nanobsd/article.sgml b/en_US.ISO8859-1/articles/nanobsd/article.sgml index 833e7ad8ec..1f9eff338a 100644 --- a/en_US.ISO8859-1/articles/nanobsd/article.sgml +++ b/en_US.ISO8859-1/articles/nanobsd/article.sgml @@ -283,7 +283,7 @@ basic model of custom functions:</para> <programlisting>cust_foo () ( - echo "bar=topless" > \ + echo "bar=baz" > \ ${NANO_WORLDDIR}/etc/foo ) customize_cmd cust_foo</programlisting> |
