aboutsummaryrefslogtreecommitdiff
path: root/en/handbook/contrib/chapter.sgml
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-01-30 23:35:05 +0000
committerNik Clayton <nik@FreeBSD.org>1999-01-30 23:35:05 +0000
commit7321b94099016efbe3b05e82b2ed7d908e84cd99 (patch)
tree75507fdab8310f4a663cc66b24c28592f3dea9ae /en/handbook/contrib/chapter.sgml
parent84b6327dc093291e25fb79dfb80cb75f0543f697 (diff)
downloaddoc-7321b94099016efbe3b05e82b2ed7d908e84cd99.tar.gz
doc-7321b94099016efbe3b05e82b2ed7d908e84cd99.zip
Suddenly realised none of the
<informalexample> <screen> ... </screen> </informalexample> need the <informalexample> element. So remove it. Simple search and replace does the trick.
Notes
Notes: svn path=/head/; revision=4157
Diffstat (limited to 'en/handbook/contrib/chapter.sgml')
-rw-r--r--en/handbook/contrib/chapter.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/en/handbook/contrib/chapter.sgml b/en/handbook/contrib/chapter.sgml
index bd3723e510..ad9ec398bc 100644
--- a/en/handbook/contrib/chapter.sgml
+++ b/en/handbook/contrib/chapter.sgml
@@ -588,15 +588,15 @@
the <citerefentry><refentrytitle>diff</refentrytitle><manvolnum>1</manvolnum></citerefentry> command, with the &ldquo;context diff&rdquo;
form being preferred. For example:</para>
- <para><informalexample>
+ <para>
<screen>&prompt.user; <userinput>diff -c oldfile newfile</userinput></screen>
- </informalexample>
+
or
- <informalexample>
+
<screen>&prompt.user; <userinput>diff -c -r olddir newdir</userinput></screen>
- </informalexample>
+
would generate such a set of context diffs for
the given source file or directory hierarchy. See the man page