diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-20 14:09:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-20 14:09:16 +0000 |
commit | 1b6f1097c94b59f1e6824cccfb004c273237791f (patch) | |
tree | 90a3d78aa26b9270ca294ec46af1e3284bf54236 /share/man/man4 | |
parent | 9d2c36d6f220ce9faf8df6efe2377724f9b02197 (diff) |
do not try to have cpu.4 list everything - the bus pages already do that;
instead, make sure cpu.4 pages point to intro.4;
prompted by a diff from Stefan Sperling
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.amd64/intro.4 | 5 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/intro.4 | 5 | ||||
-rw-r--r-- | share/man/man4/man4.i386/cpu.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.i386/intro.4 | 5 |
4 files changed, 11 insertions, 10 deletions
diff --git a/share/man/man4/man4.amd64/intro.4 b/share/man/man4/man4.amd64/intro.4 index 6329ce95374..af42aa6cc14 100644 --- a/share/man/man4/man4.amd64/intro.4 +++ b/share/man/man4/man4.amd64/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.30 2007/05/31 19:19:53 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.31 2007/06/20 14:09:15 jmc Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 20 2007 $ .Dt INTRO 4 amd64 .Os .Sh NAME @@ -113,6 +113,7 @@ introduction to Universal Serial Bus support .El .Sh SEE ALSO .Xr autoconf 4 , +.Xr cpu 4 , .Xr config 8 .Sh HISTORY The diff --git a/share/man/man4/man4.hppa/intro.4 b/share/man/man4/man4.hppa/intro.4 index 30f25ba2851..2c962fb4b4b 100644 --- a/share/man/man4/man4.hppa/intro.4 +++ b/share/man/man4/man4.hppa/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.16 2007/05/31 19:19:54 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.17 2007/06/20 14:09:15 jmc Exp $ .\" .\" Copyright (c) 2002,2003 Paul Weissmann .\" All rights reserved. @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 20 2007 $ .Dt INTRO 4 hppa .Os .Sh NAME @@ -176,6 +176,7 @@ introduction to Universal Serial Bus support .El .Sh SEE ALSO .Xr autoconf 4 , +.Xr cpu 4 , .Xr io 4 , .Xr runway 4 , .Xr config 8 diff --git a/share/man/man4/man4.i386/cpu.4 b/share/man/man4/man4.i386/cpu.4 index 76d26164e33..f54fb94ebf4 100644 --- a/share/man/man4/man4.i386/cpu.4 +++ b/share/man/man4/man4.i386/cpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpu.4,v 1.12 2007/05/31 19:19:54 jmc Exp $ +.\" $OpenBSD: cpu.4,v 1.13 2007/06/20 14:09:15 jmc Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 20 2007 $ .Dt CPU 4 i386 .Os .Sh NAME @@ -84,6 +84,4 @@ If this is supported, the EVP AES functions will automatically use this support. .El .Sh SEE ALSO -.Xr ichpcib 4 , -.Xr npx 4 , .Xr sysctl 8 diff --git a/share/man/man4/man4.i386/intro.4 b/share/man/man4/man4.i386/intro.4 index d5d533e6356..b7721c81d92 100644 --- a/share/man/man4/man4.i386/intro.4 +++ b/share/man/man4/man4.i386/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.78 2007/05/31 19:19:55 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.79 2007/06/20 14:09:15 jmc Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 20 2007 $ .Dt INTRO 4 i386 .Os .Sh NAME @@ -114,6 +114,7 @@ introduction to Universal Serial Bus support .El .Sh SEE ALSO .Xr autoconf 4 , +.Xr cpu 4 , .Xr config 8 .Sh HISTORY The |