From 114580acf1ca9550131556067d0f7f2447242dd9 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 12 Aug 2006 22:34:23 +0000 Subject: [PATCH] * s/FreeBSD/DragonFly/ * Fix spelling & grammar mistakes. Submitted-by: Trevor Kendall --- Makefile | 6 +++--- Makefile.inc1 | 4 ++-- UPDATING | 4 ++-- share/mk/bsd.sys.mk | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 0ccdb23c39..06fe275ea0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile,v 1.234.2.19 2003/04/16 09:59:40 ru Exp $ -# $DragonFly: src/Makefile,v 1.19 2006/07/26 18:23:16 swildner Exp $ +# $DragonFly: src/Makefile,v 1.20 2006/08/12 22:34:23 swildner Exp $ # # The user-driven targets are: # @@ -32,8 +32,8 @@ # most - Build user commands, no libraries or include files. # installmost - Install user commands, no libraries or include files. # -# This makefile is simple by design. The FreeBSD make automatically reads -# the /usr/share/mk/sys.mk unless the -m argument is specified on the +# This makefile is simple by design. The DragonFly make automatically reads +# /usr/share/mk/sys.mk unless the -m argument is specified on the # command line. By keeping this makefile simple, it doesn't matter too # much how different the installed mk files are from those in the source # tree. This makefile executes a child make process, forcing it to use diff --git a/Makefile.inc1 b/Makefile.inc1 index 6a927f1ff8..66f3352d1a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.85 2006/06/13 08:17:35 dillon Exp $ +# $DragonFly: src/Makefile.inc1,v 1.86 2006/08/12 22:34:23 swildner Exp $ # # Build-time options are documented in make.conf(5). # @@ -573,7 +573,7 @@ buildkernel: bk_tools bk_build_list bk_kernwarn .endfor # The nativekernel target rebuilds the specified kernels from scratch -# using the systems standard compiler rather then using the crossbuild +# using the system's standard compiler rather than using the crossbuild # tools generated by the last buildworld. This is fairly safe if your # system is reasonable up-to-date. # diff --git a/UPDATING b/UPDATING index 088ee10b7e..6b3d1a1b8c 100644 --- a/UPDATING +++ b/UPDATING @@ -1,4 +1,4 @@ -$DragonFly: src/UPDATING,v 1.20 2006/07/02 08:13:07 swildner Exp $ +$DragonFly: src/UPDATING,v 1.21 2006/08/12 22:34:23 swildner Exp $ Updating Information for DragonFly users. @@ -14,7 +14,7 @@ mailing list with the details. PREVIEW or HEAD) --------------------- -The compatiblity shims for the build environment have been removed, you +The compatibility shims for the build environment have been removed, you have to update to DragonFly 1.2 release branch first. The default PAM configuration has moved from /etc/pam.conf to /etc/pam.d/. diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index 342cd68241..3f228fd8e0 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -1,7 +1,7 @@ # $FreeBSD: src/share/mk/bsd.sys.mk,v 1.3.2.5 2002/07/03 16:59:14 des Exp $ -# $DragonFly: src/share/mk/bsd.sys.mk,v 1.8 2006/08/12 05:42:26 swildner Exp $ +# $DragonFly: src/share/mk/bsd.sys.mk,v 1.9 2006/08/12 22:34:23 swildner Exp $ # -# This file contains common settings used for building FreeBSD +# This file contains common settings used for building DragonFly # sources. # Enable various levels of compiler warning checks. These may be -- 2.41.0