diff options
author | Brian Behlendorf <[email protected]> | 2010-12-16 15:43:37 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-02-04 16:14:34 -0800 |
commit | 9a616b5d17185c7fa5cd0d39ff8bc101cad8466d (patch) | |
tree | cf8673f8eed22350e143b1444b0c0b1b307a66a2 /lib/libzfs/libzfs_mount.c | |
parent | c5d915f4237bbd1f5623b5044a1924a3cb91852b (diff) |
Documentation updates
Minor Linux specific documentation updates to the comments and
man pages.
Diffstat (limited to 'lib/libzfs/libzfs_mount.c')
-rw-r--r-- | lib/libzfs/libzfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libzfs/libzfs_mount.c b/lib/libzfs/libzfs_mount.c index 42036a44b..977b2ee31 100644 --- a/lib/libzfs/libzfs_mount.c +++ b/lib/libzfs/libzfs_mount.c @@ -1212,7 +1212,7 @@ mountpoint_compare(const void *a, const void *b) * Unshare and unmount all datasets within the given pool. We don't want to * rely on traversing the DSL to discover the filesystems within the pool, * because this may be expensive (if not all of them are mounted), and can fail - * arbitrarily (on I/O error, for example). Instead, we walk /etc/mnttab and + * arbitrarily (on I/O error, for example). Instead, we walk /etc/mtab and * gather all the filesystems that are currently mounted. */ int |