Fix a typo in the instructions for generating release disc manifests.

MFC after:	3 days
This commit is contained in:
Brian Somers 2002-05-13 23:12:59 +00:00
parent ffeefaae81
commit bb743c4731
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13073

View file

@ -610,7 +610,7 @@
<emphasis>manifest</emphasis> can be created with a simple
command:</para>
<screen>/stage/cdrom&prompt.root; <userinput>find . -type f | sed -e 's/\^.\///' | sort > filename.txt</userinput></screen>
<screen>/stage/cdrom&prompt.root; <userinput>find . -type f | sed -e 's/^\.\///' | sort > filename.txt</userinput></screen>
<para>The specific requirements of each CD are outlined below.</para>