Correct the command to be used for creating an empty pkg_plist

This commit is contained in:
Diomidis Spinellis 2006-10-02 06:15:59 +00:00
parent c49d3a3a73
commit 3a22779fc0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28743

View file

@ -6576,7 +6576,7 @@ etc/orbit.conf.sample
<para>Create an empty <filename>pkg-plist</filename> file:</para>
<screen>&prompt.root; <userinput>touch pkg-plist</userinput></screen>
<screen>&prompt.root; <userinput>:&gt;pkg-plist</userinput></screen>
<para>If your port honors <makevar>PREFIX</makevar> (which it should)
you can then install the port and create the package list.</para>