diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-03-21 01:04:30 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-21 12:16:58 (GMT) |
commit | df5cbb27836ff6a6c807f9030ca536403fc674d2 (patch) | |
tree | e1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/filesystems | |
parent | 2509671dcf6314635592f8eb84ef4793fce11a07 (diff) | |
download | linux-df5cbb27836ff6a6c807f9030ca536403fc674d2.tar.xz |
doc: fix double words
Fix double words "the the" in various files
within Documentations.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/autofs4-mount-control.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/autofs4-mount-control.txt b/Documentation/filesystems/autofs4-mount-control.txt index 4c95935..aff2211 100644 --- a/Documentation/filesystems/autofs4-mount-control.txt +++ b/Documentation/filesystems/autofs4-mount-control.txt @@ -255,7 +255,7 @@ AUTOFS_DEV_IOCTL_OPENMOUNT and AUTOFS_DEV_IOCTL_CLOSEMOUNT Obtain and release a file descriptor for an autofs managed mount point path. The open call requires an initialized struct autofs_dev_ioctl with -the the path field set and the size field adjusted appropriately as well +the path field set and the size field adjusted appropriately as well as the arg1 field set to the device number of the autofs mount. The device number can be obtained from the mount options shown in /proc/mounts. The close call requires an initialized struct |