From 036ace7152fddd126a5f729826a834e94df5e3a1 Mon Sep 17 00:00:00 2001 From: snj Date: Fri, 7 Aug 2020 00:27:11 +0000 Subject: [PATCH] fix typo. new sentence, new line. --- distrib/notes/evbarm/install | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/distrib/notes/evbarm/install b/distrib/notes/evbarm/install index 46b5b644910f..77fd36b44396 100644 --- a/distrib/notes/evbarm/install +++ b/distrib/notes/evbarm/install @@ -1,4 +1,4 @@ -.\" $NetBSD: install,v 1.15 2020/07/26 11:00:28 jmcneill Exp $ +.\" $NetBSD: install,v 1.16 2020/08/07 00:27:11 snj Exp $ .\" .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -43,7 +43,8 @@ If you are using Microsoft Windows, you can use to write SD card images, which can handle decompression too. .It To replace the vendor U-Boot bootloader with a "mainline" U-Boot, -obtain a board-specific image. Bootloaders are provided by the +obtain a board-specific image. +Bootloaders are provided by the .Pa sysutils/u-boot-* packages in .Lk https://www.pkgsrc.org/ "pkgsrc" . @@ -58,7 +59,7 @@ existing .Lk https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/aarch64/9.0/All/ "NetBSD binary package set". .Pp Install the board-specific U-Boot to the SD card, -e.g. for Allwiner devices (PINE H64 in this case): +e.g. for Allwinner devices (PINE H64 in this case): .Bd -literal # dd if=/usr/pkg/share/u-boot/pine-h64/u-boot-sunxi-with-spl.bin of=/dev/rld0d bs=1k seek=8 conv=sync .Ed