diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-09-23 12:14:21 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-09-23 12:14:21 +0000 |
commit | 42adbad63fee6bcb8809b057db94d6e7f3f42b9b (patch) | |
tree | 58c09504d78fc2a3b855a39e93e9301c8395b0fe /sbin | |
parent | 8da4d7a31cbaf3438f1f48803d14d016c4abdc4b (diff) |
Revert. It seems people don't agree about which device should be used.
req. by krw@ millert@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount/mount.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index a998ef7990d..e149065728e 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.71 2013/09/23 06:19:39 ajacoutot Exp $ +.\" $OpenBSD: mount.8,v 1.72 2013/09/23 12:14:20 ajacoutot Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -355,7 +355,7 @@ file system table Mount a CD-ROM on node .Pa /mnt/cdrom : .Pp -.Dl # mount -t cd9660 -r /dev/cd0c /mnt/cdrom +.Dl # mount -t cd9660 -r /dev/cd0a /mnt/cdrom .Pp Mount an MS-DOS USB stick with DUID 3eb7f9da875cb9ee on node .Pa /mnt/key : |