pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files doc/guide: reduce line length in chapt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9738eb50ad6
branches:  trunk
changeset: 409640:a9738eb50ad6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 19 13:38:42 2020 +0000

description:
doc/guide: reduce line length in chapter "Using pkgsrc"

This avoids shrinking the text size in mobile devices since the zoom
factor depends on the longest preformatted line.

diffstat:

 doc/guide/files/using.xml |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a8364cef1dd6 -r a9738eb50ad6 doc/guide/files/using.xml
--- a/doc/guide/files/using.xml Sun Jan 19 13:36:41 2020 +0000
+++ b/doc/guide/files/using.xml Sun Jan 19 13:38:42 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: using.xml,v 1.48 2019/12/06 14:30:12 leot Exp $ -->
+<!-- $NetBSD: using.xml,v 1.49 2020/01/19 13:38:42 rillig Exp $ -->
 
 <chapter id="using"> <?dbhtml filename="using.html"?>
 <title>Using pkgsrc</title>
@@ -67,7 +67,8 @@
 
 <screen>
 &rprompt; <userinput>PATH="/usr/pkg/sbin:$PATH"</userinput>
-&rprompt; <userinput>PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/<replaceable>OPSYS</replaceable>/<replaceable>ARCH</replaceable>/<replaceable>VERSIONS</replaceable>/All/"</userinput>
+&rprompt; <userinput>PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages";</userinput>
+&rprompt; <userinput>PKG_PATH="$PKG_PATH/<replaceable>OPSYS</replaceable>/<replaceable>ARCH</replaceable>/<replaceable>VERSIONS</replaceable>/All/"</userinput>
 &rprompt; <userinput>export PATH PKG_PATH</userinput>
 </screen>
 



Home | Main Index | Thread Index | Old Index