summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-12-03 19:03:19 +0000
committerwiz <wiz@pkgsrc.org>2001-12-03 19:03:19 +0000
commitb4f0a668fa0041bdd4f700917762a64854abd442 (patch)
treeb1dba1934d8e474a3e6946d57aef51d6abcb1540 /devel/cpuflags
parentbf1895f0b4ea7e92a31395a74170ce7fad30b048 (diff)
downloadpkgsrc-b4f0a668fa0041bdd4f700917762a64854abd442.tar.gz
Miscellaneous man page fixes.
Diffstat (limited to 'devel/cpuflags')
-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