diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-13 23:30:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-13 23:30:15 +0000 |
commit | 3cb7fe02d475282cd5a68f42f54a791851176f38 (patch) | |
tree | 02d1755fbf4c258acbd5a8feec4d79bb3917522c /doc | |
parent | 9d197027a9edb1f65f7ccee64da3ac21f49d936e (diff) | |
download | pkgsrc-3cb7fe02d475282cd5a68f42f54a791851176f38.tar.gz |
Use &cprompt;
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/gnome.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide/files/gnome.xml b/doc/guide/files/gnome.xml index 7f89258e43c..bee276782bf 100644 --- a/doc/guide/files/gnome.xml +++ b/doc/guide/files/gnome.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: gnome.xml,v 1.1 2006/09/01 16:35:39 jmmv Exp $ --> +<!-- $NetBSD: gnome.xml,v 1.2 2006/09/13 23:30:15 wiz Exp $ --> <chapter id="gnome"> <?dbhtml filename="gnome.html"?> <title>GNOME packaging and porting</title> @@ -258,10 +258,10 @@ followed:</para> components's distfiles into the <filename>list.txt</filename> file:</para> - <screen><prompt>$ </prompt><userinput>echo ls "*.tar.bz2" | \ + <screen>&cprompt; <userinput>echo ls "*.tar.bz2" | \ ftp -V ftp://ftp.gnome.org/pub/gnome/platform/x.y/x.y.z/sources/ | \ awk '{ print $9 }' >list.txt</userinput> -<prompt>$ </prompt><userinput>echo ls "*.tar.bz2" | \ +&cprompt; <userinput>echo ls "*.tar.bz2" | \ ftp -V ftp://ftp.gnome.org/pub/gnome/desktop/x.y/x.y.z/sources/ | \ awk '{ print $9 }' >>list.txt</userinput></screen> </listitem> @@ -297,7 +297,7 @@ followed:</para> list of "new" lines. This will provide you an outline on what packages need to be updated in pkgsrc and in what order:</para> - <screen><prompt>$ </prompt><userinput>cvs diff gnome-devel gnome-base gnome | grep '^+D' >todo.txt</userinput></screen> + <screen>&cprompt; <userinput>cvs diff gnome-devel gnome-base gnome | grep '^+D' >todo.txt</userinput></screen> </listitem> <listitem> |