diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 | 
| commit | ee770c2346eb37e0dcb8b6cf3eaacf3d8efd6bbc (patch) | |
| tree | 58f05092be1a17a939e861f8cadcda1b6ca2ecef /include/sane/sanei_access.h | |
| parent | 0da9e21872802cfc6e975b1ebaf9efb9e5934d84 (diff) | |
| parent | fef76e17ed4c607ea73b81279f9ef1d7121be900 (diff) | |
Merge branch 'release/experimental/1.0.29-1_experimental1'experimental/1.0.29-1_experimental1
Diffstat (limited to 'include/sane/sanei_access.h')
| -rw-r--r-- | include/sane/sanei_access.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/sane/sanei_access.h b/include/sane/sanei_access.h index d668b98..0f73f5f 100644 --- a/include/sane/sanei_access.h +++ b/include/sane/sanei_access.h @@ -46,7 +46,7 @@   *  Interface file for the sanei_access functions.   *   *  The idea is to provide some simple locking/unlocking mecanism, which - *  can be used to protect device access from more than one frontend  + *  can be used to protect device access from more than one frontend   *  simultaneously.   */ @@ -66,7 +66,7 @@ extern void sanei_access_init( const char * backend );  /** Set a lock.   * - * The function tries to open/create exclusively a lock file in  + * The function tries to open/create exclusively a lock file in   * $PATH_SANE_LOCK_DIR.   * If the file could be created successfully, the function fills in the   * process ID. @@ -77,7 +77,7 @@ extern void sanei_access_init( const char * backend );   *   * @param devicename - unique part of the lockfile name   * @param timeout    - time in seconds to try to set a lock - * @return   + * @return   * - SANE_STATUS_GOOD          - if the lock has been successfully set   * - SANE_STATUS_ACCESS_DENIED - the lock could not set   */ | 
