diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-05 22:44:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-05 22:44:35 +0000 |
commit | d5c4b5bf76d2bc5fb18e40328a86b9ca8e6dfad5 (patch) | |
tree | f3b06a5d946f79631c6c666f56f7ef3a209b6c36 /share/man/man8/compat_linux.8 | |
parent | ff43a15cddf9314815daf93a2121aee7e60c5b90 (diff) |
cd(4) supports ATAPI as well as SCSI devices; from fgs@
ok henning@ millert@ miod@
Diffstat (limited to 'share/man/man8/compat_linux.8')
-rw-r--r-- | share/man/man8/compat_linux.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index d8f0322d684..529b00aab5a 100644 --- a/share/man/man8/compat_linux.8 +++ b/share/man/man8/compat_linux.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_linux.8,v 1.32 2003/09/02 11:23:14 jmc Exp $ +.\" $OpenBSD: compat_linux.8,v 1.33 2003/09/05 22:44:34 jmc Exp $ .\" $NetBSD: compat_linux.8,v 1.2 1995/10/16 20:17:59 fvdl Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -380,7 +380,7 @@ Only the DSP device is emulated, the following link should be created: .Ss Other links Linux binaries may require CD-ROM support requires a link to the cdrom device, similar to: .Pp -.D1 /emul/linux/dev/cdrom -> /dev/cd0a (first SCSI CD-ROM) +.D1 /emul/linux/dev/cdrom -> /dev/cd0a (first CD-ROM) .Ss File systems Many Linux binaries expect .Pa /proc |