summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-07-20 17:13:19 +0000
committerabs <abs@pkgsrc.org>2008-07-20 17:13:19 +0000
commitb8b8cd3df4a56fcd6b5089efd66879d629400d4f (patch)
treeebc52824fa1f823be6fe431abfc8dfe1a5d6df8c
parent545db81a7c8ddafb6bce24cc74e5fd9fbe157e5f (diff)
downloadpkgsrc-b8b8cd3df4a56fcd6b5089efd66879d629400d4f.tar.gz
fix compliation -> compilation typo (noted by Alan R. S. Bueno), plus some others
-rw-r--r--devel/cpuflags/files/cpuflags.116
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/cpuflags/files/cpuflags.1 b/devel/cpuflags/files/cpuflags.1
index 7dcbccdb2da..f34de9d5a72 100644
--- a/devel/cpuflags/files/cpuflags.1
+++ b/devel/cpuflags/files/cpuflags.1
@@ -1,20 +1,20 @@
-.\" $NetBSD: cpuflags.1,v 1.18 2007/08/21 15:43:46 abs Exp $
+.\" $NetBSD: cpuflags.1,v 1.19 2008/07/20 17:13:19 abs Exp $
.Dd May 31, 2001
.Dt CPUFLAGS 1
.Os
.Sh NAME
.Nm cpuflags
-.Nd determine compiler flags to best target current cpu
+.Nd determine compiler flags to best target current CPU
.Sh SYNOPSIS
.Nm
.Op cc_pathname
.Sh DESCRIPTION
.Nm
-detemines the current cpu type and gcc version, then outputs appropriate
-compiler options to best target code for that cpu. If no options exist
-to target the current cpu then nothing is output.
+determines the current CPU type and gcc version, then outputs appropriate
+compiler options to best target code for that CPU. If no options exist
+to target the current CPU then nothing is output.
.Pp
-In the event of the cpu not being recognised, a warning is sent to stderr.
+In the event of the CPU not being recognised, a warning is sent to stderr.
.Pp
If
.Pa cc_pathname
@@ -67,7 +67,7 @@ optimize_gcc.mk. This is unsupported, but for full effect add the following to
.sinclude "@PREFIX@/share/mk/optimize_gcc.mk"
.Ed
.Pp
-On all except low memory machines compliation can be speeded up by adding the
+On all except low memory machines compilation can be speeded up by adding the
following to /etc/mk.conf. (Note this will not affect the binaries produced)
.Bd -literal -offset indent
COPTS?= -pipe ${DEFCOPTS}
@@ -75,7 +75,7 @@ CFLAGS+=-pipe
.Ed
.Sh BUGS
.Nm
-still needs to learn about more cpu types - updates welcomed
+still needs to learn about more CPU types - updates welcomed
to
.Aq abs@NetBSD.org .
Also the Makefile fragments and examples are BSD make