Module Name:    src
Committed By:   leot
Date:           Fri Feb 16 10:05:01 UTC 2018

Modified Files:
        src/doc: BUILDING.mdoc

Log Message:
Fix a typo.

Pointed out by aalm in #NetBSD@Freenode.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/doc/BUILDING.mdoc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/BUILDING.mdoc
diff -u src/doc/BUILDING.mdoc:1.123 src/doc/BUILDING.mdoc:1.124
--- src/doc/BUILDING.mdoc:1.123	Fri Dec 29 03:04:56 2017
+++ src/doc/BUILDING.mdoc	Fri Feb 16 10:05:01 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: BUILDING.mdoc,v 1.123 2017/12/29 03:04:56 sevan Exp $
+.\"	$NetBSD: BUILDING.mdoc,v 1.124 2018/02/16 10:05:01 leot Exp $
 .\"
 .\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1630,7 +1630,7 @@ or
 options (or both) may be used to specify glob patterns
 that will be used to narrow the list of results;
 for example,
-.Dq Li build.sh -m 'evm*' -a '*arm*' list-arch
+.Dq Li build.sh -m 'evb*' -a '*arm*' list-arch
 will list all known
 .Sy MACHINE Ns No / Ns Sy MACHINE_ARCH
 values in which either

Reply via email to