summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorwiz <wiz>2001-12-03 19:03:19 +0000
committerwiz <wiz>2001-12-03 19:03:19 +0000
commit1f616a840c012197ac1e43c2a1cbe1fbe78c74b9 (patch)
treeb1dba1934d8e474a3e6946d57aef51d6abcb1540 /devel/cpuflags
parent6fe14ef2007b9886d2aa058acc6f4808b1ac8d6b (diff)
downloadpkgsrc-1f616a840c012197ac1e43c2a1cbe1fbe78c74b9.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