diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-15 09:14:20 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-15 09:14:20 +0000 |
| commit | f930d8a6540648423288567ff473123ff5647484 (patch) | |
| tree | 3465c7563f2553e75941723de67fe12dc1c7a39e | |
| parent | 10b1a35d11866462b5e776015a1b79f4f8f704a6 (diff) | |
pnfs.4: Fix a typo in the manual page
- s/Wihout/Without/
MFC after: 5 days
| -rw-r--r-- | usr.sbin/nfsd/pnfs.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nfsd/pnfs.4 b/usr.sbin/nfsd/pnfs.4 index babd221a6d5a..d9818c051df4 100644 --- a/usr.sbin/nfsd/pnfs.4 +++ b/usr.sbin/nfsd/pnfs.4 @@ -215,7 +215,7 @@ set the sysctl .Dq vfs.nfsd.flexlinuxhack to one so that it works around the Linux client driver's limitations. -Wihout this sysctl being set, there will be access errors, since the Linux +Without this sysctl being set, there will be access errors, since the Linux client will use the authenticator in the layout (uid=999, gid=999) and not the authenticator specified in the RPC header. .Pp |
