summaryrefslogtreecommitdiffstats
path: root/lib/libautofs
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
committerkeramida <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
commitac7c9f771d24494ee3e2cb386d81d76f91fe2726 (patch)
tree2fcd325b0ae82cec9ec2820bb4009fa44253edec /lib/libautofs
parentbafe5eb6c7238eca9f1fb1ce68ecbd18e69dca84 (diff)
downloadFreeBSD-src-ac7c9f771d24494ee3e2cb386d81d76f91fe2726.zip
FreeBSD-src-ac7c9f771d24494ee3e2cb386d81d76f91fe2726.tar.gz
Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
Diffstat (limited to 'lib/libautofs')
-rw-r--r--lib/libautofs/libautofs.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libautofs/libautofs.3 b/lib/libautofs/libautofs.3
index 16b9f4c..f4e07a9 100644
--- a/lib/libautofs/libautofs.3
+++ b/lib/libautofs/libautofs.3
@@ -79,11 +79,11 @@
.Sh DESCRIPTION
The
.Nm libautofs
-libarary provides a "mostly" stable interface to the
+library provides a "mostly" stable interface to the
.Xr autofs 9
file system.
.Pp
-The inteface to
+The interface to
.Xr autofs 9
is managed via handles of type
.Fa autoh_t
@@ -172,7 +172,7 @@ return the inode associated with the request
return the directory inode associated with the request
.Fa req .
.It Fn autoreq_getaux
-return the auxilliray data associated with the request
+return the auxiliary data associated with the request
.Fa req .
.It Fn autoreq_getoffset
return the offset request associated with the request
@@ -197,16 +197,16 @@ inode to
this is typically unused.
.It Fn autoreq_seterrno
set the error returned to the application sending the request, typically
-this is left alone, or set to ENOENT if the request is for a non-existant
+this is left alone, or set to ENOENT if the request is for a non-existent
name.
The default error is no error.
Meaning the application will see
a successful return.
.It Fn autoreq_setaux
-used to set the auxilliray data for a request, currently used to set
+used to set the auxiliary data for a request, currently used to set
the dirent structures for serving a readdir request.
Default is no
-auxilliary data.
+auxiliary data.
.It Fn autoreq_seteof
used to set the eof flag for readdir requests (default is not eof.)
.El
OpenPOWER on IntegriCloud