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/man4.amd64 | |
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/man4.amd64')
-rw-r--r-- | share/man/man4/man4.amd64/intro.4 | 5 |
1 files changed, 3 insertions, 2 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 |