pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cpuflags/files fix compliation -> compilation ty...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db7a7bab7bd9
branches:  trunk
changeset: 544796:db7a7bab7bd9
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Jul 20 17:13:19 2008 +0000

description:
fix compliation -> compilation typo (noted by Alan R. S. Bueno), plus some others

diffstat:

 devel/cpuflags/files/cpuflags.1 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r caf98d6f0b70 -r db7a7bab7bd9 devel/cpuflags/files/cpuflags.1
--- a/devel/cpuflags/files/cpuflags.1   Sun Jul 20 16:09:34 2008 +0000
+++ b/devel/cpuflags/files/cpuflags.1   Sun Jul 20 17:13:19 2008 +0000
@@ -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 @@
  .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 @@
 .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@localhost .
 Also the Makefile fragments and examples are BSD make



Home | Main Index | Thread Index | Old Index