diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-09-12 11:36:27 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-09-12 11:36:27 +0000 |
commit | ba5321a69cb57c8c6a84bc18d571d92b45751a21 (patch) | |
tree | 2821b98b2b39965f93742b6e623319a058ecb34d | |
parent | dfabed90aabc01db5a0d4541378158119a48cf80 (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/articles/portbuild/article.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml index ec34eec769..2256697d05 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.sgml +++ b/en_US.ISO8859-1/articles/portbuild/article.sgml @@ -131,7 +131,7 @@ be updated first unless <literal>-nocvs</literal> is specified.</para> - <screen>/var/portbuild&prompt.root; <userinput>scripts/makeworld <replaceable>${arch}</replaceable> <replaceable>${branch}</replaceable> [-nocvs]</userinput></screen> + <screen>/var/portbuild&prompt.root; <userinput>scripts/makeworld <replaceable>${arch}</replaceable> <replaceable>${branch}</replaceable> <replaceable>${buildid}</replaceable> [-nocvs]</userinput></screen> <para>The <filename>bindist.tar</filename> tarball is created from the previously installed world by the <command>mkbindist</command> |