aboutsummaryrefslogtreecommitdiff
path: root/doc/sg_dd.8
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2008-07-19 00:40:44 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2008-07-19 00:40:44 +0000
commit3a5c326d53df062dcb7390c565e3177a272285b8 (patch)
tree19d372ee47d91649d30e6ae738d32e0fe66b5cdf /doc/sg_dd.8
parentf514890a9e9eefffc6487bf67c5db29fe005f57e (diff)
downloadsg3_utils-3a5c326d53df062dcb7390c565e3177a272285b8.tar.gz
sg_map26: fixes for lk 2.6.26 without CONFIG_SYSFS_DEPRECATED_V2
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@187 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'doc/sg_dd.8')
-rw-r--r--doc/sg_dd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sg_dd.8 b/doc/sg_dd.8
index e98124fb..264775eb 100644
--- a/doc/sg_dd.8
+++ b/doc/sg_dd.8
@@ -246,8 +246,8 @@ causes the O_EXCL flag to be added to the open of \fIIFILE\fR and/or
flock
after opening the associated file (i.e. \fIIFILE\fR and/or \fIOFILE\fR)
an attempt is made to get an advisory exclusive lock with the flock()
-system call is made. The flock arguments are "FLOCK_EX | FLOCK_NB" which
-will cause the lock to be taken if available else a "temporarily unavailable"
+system call. The flock arguments are "FLOCK_EX | FLOCK_NB" which will
+cause the lock to be taken if available else a "temporarily unavailable"
error is generated. An exit status of 90 is produced in the latter case
and no copy is done.
.TP