diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-17 00:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-17 00:40:24 +0000 |
commit | 9813d302e8c1587784ddf2074f7b3754bd988ac8 (patch) | |
tree | e8aad1e93bcedf2db3d610a6fa0982bfb3f4c0e8 /devel | |
parent | cded999477002b447890f28b64f320b855cd5595 (diff) | |
download | pkgsrc-9813d302e8c1587784ddf2074f7b3754bd988ac8.tar.gz |
Drop trailing whitespace, remove unnecessary .Pp and
use .Aq instead of <>.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cpuflags/files/cpuflags.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/cpuflags/files/cpuflags.1 b/devel/cpuflags/files/cpuflags.1 index 2c26bae8b06..8e1def93edb 100644 --- a/devel/cpuflags/files/cpuflags.1 +++ b/devel/cpuflags/files/cpuflags.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: cpuflags.1,v 1.13 2004/03/17 00:26:55 abs Exp $ +.\" $NetBSD: cpuflags.1,v 1.14 2004/03/17 00:40:24 wiz Exp $ .Dd May 31, 2001 .Dt CPUFLAGS 1 .Os @@ -61,7 +61,7 @@ kernel or userland by adding the following to .Pp Those desiring further optimisation can install the lang/gcc3 package, and add the following to -.Pa /etc/mk.conf +.Pa /etc/mk.conf instead: .Bd -literal -offset indent .sinclude "@PREFIX@/share/examples/gcc/mk.conf" @@ -83,11 +83,11 @@ following to /etc/mk.conf. (Note this will not affect the binaries produced) COPTS+=-pipe CFLAGS+=-pipe .Ed -.Pp .Sh BUGS .Nm still needs to learn about more cpu types - updates welcomed -to <abs@netbsd.org>. +to +.Aq abs@NetBSD.org . .Pp Currently .Nm |