git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14cf349
)
imagex-mount.1.in: Fix typo
author
Eric Biggers
<ebiggers3@gmail.com>
Mon, 20 May 2013 19:31:25 +0000
(14:31 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Mon, 20 May 2013 19:31:25 +0000
(14:31 -0500)
doc/imagex-mount.1.in
patch
|
blob
|
history
diff --git
a/doc/imagex-mount.1.in
b/doc/imagex-mount.1.in
index b1c6fc421d273a408b4725800933ee3f01325451..ef9c059171664d2c68fe8895b41ef5c6488f9a79 100644
(file)
--- a/
doc/imagex-mount.1.in
+++ b/
doc/imagex-mount.1.in
@@
-150,7
+150,7
@@
read-write mount resulted in streams being deleted from the WIM. Also see
.TP
\fB--lazy\fR
Pass the \fB-z\fR option to \fBfusermount\fR, which performs a "lazy" unmount
-where the filesyst
me
is detached immediately even if it is still busy. However,
+where the filesyst
em
is detached immediately even if it is still busy. However,
even with this option, \fB@IMAGEX_PROGNAME@ unmount\fR still waits for the
filesystem to become unbusy; \fB--lazy\fR will only stop the unmount from
immediately failing.