Add a missing filesystem option to a dump(8) example.
Noticed by: Andrew Davis <andrew@zeffa.net.au>
This commit is contained in:
parent
f501ba53fb
commit
07d593dc61
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24298
1 changed files with 1 additions and 1 deletions
|
@ -2349,7 +2349,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
|
|||
<example>
|
||||
<title>Using <command>dump</command> over <application>ssh</application> with <envar>RSH</envar> set</title>
|
||||
|
||||
<screen>&prompt.root; <userinput>RSH=/usr/bin/ssh /sbin/dump -0uan -f targetuser@targetmachine.example.com:/dev/sa0</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>RSH=/usr/bin/ssh /sbin/dump -0uan -f targetuser@targetmachine.example.com:/dev/sa0 /usr</userinput></screen>
|
||||
|
||||
</example>
|
||||
|
||||
|
|
Loading…
Reference in a new issue