diff options
author | jkh <jkh@FreeBSD.org> | 1998-02-17 19:41:53 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-02-17 19:41:53 +0000 |
commit | 62e49a374eb3e45ff4db78edf773aab1059b5a22 (patch) | |
tree | 0e111b4a03550c59749dd5b6ce0371762d51b0d0 /lib/libc/sys/mount.2 | |
parent | 2693fa7a254e20f119bd78331e1f61d495e10dc5 (diff) | |
download | FreeBSD-src-62e49a374eb3e45ff4db78edf773aab1059b5a22.zip FreeBSD-src-62e49a374eb3e45ff4db78edf773aab1059b5a22.tar.gz |
correct a typo I just noticed.
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r-- | lib/libc/sys/mount.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 25a2d8c..8a35233 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -79,7 +79,7 @@ suppress default semantics which affect filesystem access. .It Dv MNT_RDONLY The filesystem should be treated as read-only; Even the super-user may not write on it. -Specifying MNT_UPDATE withut this option will upgrade +Specifying MNT_UPDATE without this option will upgrade a read-only filesystem to read/write. .It Dv MNT_NOEXEC Do not allow files to be executed from the filesystem. |