diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mountd/netgroup.5 | 4 | ||||
-rw-r--r-- | usr.sbin/nologin/nologin.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/mountd/netgroup.5 b/usr.sbin/mountd/netgroup.5 index 711e04f..af7d448 100644 --- a/usr.sbin/mountd/netgroup.5 +++ b/usr.sbin/mountd/netgroup.5 @@ -90,7 +90,7 @@ lookups are concerned since .Nm netgroup memberships are computed on the fly. By contrast, the NIS .Nm netgroup -database consists of three seperate maps (netgroup, netgroup.byuser +database consists of three separate maps (netgroup, netgroup.byuser and netgroup.byhost) that are keyed to allow .Fn innetgr 3 lookups to be done quickly. The FreeBSD @@ -118,7 +118,7 @@ exists and contains only local .Nm netgroup information (with no NIS '+' token), then only the local .Nm netgroup -information will be processed (and NIS will be ingored). +information will be processed (and NIS will be ignored). .It If .Pa /etc/netgroup diff --git a/usr.sbin/nologin/nologin.5 b/usr.sbin/nologin/nologin.5 index 94db16a..75def25 100644 --- a/usr.sbin/nologin/nologin.5 +++ b/usr.sbin/nologin/nologin.5 @@ -40,8 +40,8 @@ .Sh DESCRIPTION .Nm Nologin -disallow logins if the file /etc/nologin exists. -Programs dislay the contents of /etc/nologin to the user and exits. +disallows logins if the file /etc/nologin exists. +Programs display the contents of /etc/nologin to the user and exit. .Sh SECURITY Ignored by login(1) for user root. |