summaryrefslogtreecommitdiff
path: root/devel/cpuflags/files/cpuflags.1
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cpuflags/files/cpuflags.1')
-rw-r--r--devel/cpuflags/files/cpuflags.111
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/cpuflags/files/cpuflags.1 b/devel/cpuflags/files/cpuflags.1
index ba089686e23..1052653390b 100644
--- a/devel/cpuflags/files/cpuflags.1
+++ b/devel/cpuflags/files/cpuflags.1
@@ -1,8 +1,7 @@
-.\" $NetBSD: cpuflags.1,v 1.3 2001/06/29 11:24:51 abs Exp $
-
+.\" $NetBSD: cpuflags.1,v 1.4 2001/12/03 19:03:21 wiz Exp $
.Dd May 31, 2001
.Dt CPUFLAGS 1
-.Os
+.Os
.Sh NAME
.Nm cpuflags
.Nd determine compiler flags to best target current cpu
@@ -15,7 +14,6 @@ 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.
-.Pp
.Sh ENVIRONMENT
The makefile fragment
.Pa /usr/pkg/share/mk/cpuflags.mk
@@ -41,8 +39,9 @@ for inclusion by /etc/mk.conf
.Sh EXAMPLES
.Nm
can be used to set default flags for building entries from pkgsrc
-and recompiling the NetBSD kernel or userland by adding the
-following to /etc/mk.conf.
+and recompiling the
+.Nx
+kernel or userland by adding the following to /etc/mk.conf.
.Bd -literal -offset indent
.sinclude "/usr/pkg/share/mk/cpuflags.mk"
.Ed