Add a missing space in a command line
Submitted by: Dmitry S. Makovey <dmitry@athabascau.ca>
This commit is contained in:
parent
f48b11fb6e
commit
90250f8b45
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13695
1 changed files with 1 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ scsibus1:
|
|||
default, &man.mount.8; assumes that a filesystem is of type
|
||||
<literal>ufs</literal>. If you try something like:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mount /dev/cd0c/mnt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount /dev/cd0c /mnt</userinput></screen>
|
||||
|
||||
<para>you will get a complaint about <errorname>Incorrect super
|
||||
block</errorname>, and no mount. The CDROM is not a
|
||||
|
|
Loading…
Reference in a new issue