Module Name:    src
Committed By:   leot
Date:           Wed May  8 14:03:58 UTC 2019

Modified Files:
        src: BUILDING
        src/doc: BUILDING.mdoc

Log Message:
Fix a typo

Reported by Tobias Ulmer via netbsd-docs@ ML, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/BUILDING
cvs rdiff -u -r1.125 -r1.126 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/BUILDING
diff -u src/BUILDING:1.134 src/BUILDING:1.135
--- src/BUILDING:1.134	Sun Jul 29 20:53:41 2018
+++ src/BUILDING	Wed May  8 14:03:57 2019
@@ -206,7 +206,7 @@ CONFIGURATION
                  Directory containing sources of externally added programs and
                  libraries.  If specified, must be an absolute path.
 
-                 Default: NETBSDRCDIR/../extsrc, if that exists; otherwise
+                 Default: NETBSDSRCDIR/../extsrc, if that exists; otherwise
                  /usr/extsrc.
 
      MAKECONF    The name of the make(1) configuration file.  Only settable in
@@ -461,7 +461,7 @@ CONFIGURATION
                  must be an absolute path.  The main modular Xorg source is
                  found in X11SRCDIR/external/mit.
 
-                 Default: NETBSDRCDIR/../xsrc, if that exists; otherwise
+                 Default: NETBSDSRCDIR/../xsrc, if that exists; otherwise
                  /usr/xsrc.
 
    "make" variables for full builds

Index: src/doc/BUILDING.mdoc
diff -u src/doc/BUILDING.mdoc:1.125 src/doc/BUILDING.mdoc:1.126
--- src/doc/BUILDING.mdoc:1.125	Sun Jul 29 20:53:29 2018
+++ src/doc/BUILDING.mdoc	Wed May  8 14:03:57 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: BUILDING.mdoc,v 1.125 2018/07/29 20:53:29 sevan Exp $
+.\"	$NetBSD: BUILDING.mdoc,v 1.126 2019/05/08 14:03:57 leot Exp $
 .\"
 .\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -430,7 +430,7 @@ Directory containing sources of external
 and libraries.
 If specified, must be an absolute path.
 .DFLT
-.Sy NETBSDRCDIR Ns Pa /../extsrc ,
+.Sy NETBSDSRCDIR Ns Pa /../extsrc ,
 if that exists; otherwise
 .Pa /usr/extsrc .
 .
@@ -814,7 +814,7 @@ If specified, must be an absolute path.
 The main modular Xorg source is found in
 .Sy X11SRCDIR Ns Pa /external/mit .
 .DFLT
-.Sy NETBSDRCDIR Ns Pa /../xsrc ,
+.Sy NETBSDSRCDIR Ns Pa /../xsrc ,
 if that exists; otherwise
 .Pa /usr/xsrc .
 .

Reply via email to