pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Use &cprompt;
details: https://anonhg.NetBSD.org/pkgsrc/rev/7a0c87576ba4
branches: trunk
changeset: 518588:7a0c87576ba4
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Sep 13 23:30:15 2006 +0000
description:
Use &cprompt;
diffstat:
doc/guide/files/gnome.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r abae9b460338 -r 7a0c87576ba4 doc/guide/files/gnome.xml
--- a/doc/guide/files/gnome.xml Wed Sep 13 23:29:59 2006 +0000
+++ b/doc/guide/files/gnome.xml Wed Sep 13 23:30:15 2006 +0000
@@ -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 @@
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 @@
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>
Home |
Main Index |
Thread Index |
Old Index