summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2020-08-15 14:45:31 +0000
committernia <nia@NetBSD.org>2020-08-15 14:45:31 +0000
commit06cff4f857bb1b420afdce4a6fb8ffebb9bb9dfb (patch)
treed30e55acf227d1eaee0df5a6539b4466b26bfe9f
parent08efee9a8bb12c4631c27bdf979e1b0a1a732995 (diff)
afterboot.8: Correct URL directory order
-rw-r--r--share/man/man8/afterboot.84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index f66b0564cec..86b83c7a08a 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: afterboot.8,v 1.68 2020/08/15 14:42:02 nia Exp $
+.\" $NetBSD: afterboot.8,v 1.69 2020/08/15 14:45:31 nia Exp $
.\" $OpenBSD: afterboot.8,v 1.72 2002/02/22 02:02:33 miod Exp $
.\"
.\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu
@@ -911,7 +911,7 @@ For most users, using pkgin to manage binary packages is recommended.
.Pp
To install pkgin, if it was not done by the installer:
.Bd -literal -offset indent
-.Ic export PKG_PATH=https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$(uname -r | cut -d_ -f1)/$(sysctl -n hw.machine_arch)/All
+.Ic export PKG_PATH=https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$(sysctl -n hw.machine_arch)/$(uname -r | cut -d_ -f1)/All
.Ic pkg_add pkgin
.Ic pkgin update
.Ic pkgin install bash mpg123 fluxbox ...