diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-13 23:33:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-13 23:33:18 +0000 |
commit | 4da5a652773b44184e8dcbeb26cd1a46b7027c05 (patch) | |
tree | c12d0702ad4536ee603b93c8742e94a568a8e58e /doc/guide | |
parent | c3769ec07ce006a7d575b50eb85fc190d746e4ce (diff) | |
download | pkgsrc-4da5a652773b44184e8dcbeb26cd1a46b7027c05.tar.gz |
Use &rprompt;
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/platforms.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index cdb6e5e5445..8a065fe1379 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.40 2006/09/10 19:51:49 wiz Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.41 2006/09/13 23:33:18 wiz Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -194,8 +194,8 @@ Simply download the binary kit for your platform, and extract it into <filename>/</filename> e.g. </para> -<screen><prompt>#</prompt> <userinput>cd /</userinput> -<prompt>#</prompt> <userinput>gzip -c -d /tmp/bootstrap-pkgsrc-SunOS-5.9-sparc-20031023.tar.gz \ +<screen>&rprompt; <userinput>cd /</userinput> +&rprompt; <userinput>gzip -c -d /tmp/bootstrap-pkgsrc-SunOS-5.9-sparc-20031023.tar.gz \ | tar -xpf -</userinput></screen> <para> |