summaryrefslogtreecommitdiff
path: root/man/limits.5.xml
diff options
context:
space:
mode:
authorSerge Hallyn <serge.hallyn@ubuntu.com>2016-09-18 22:14:43 -0500
committerSerge Hallyn <serge@hallyn.com>2016-10-13 10:19:55 -0500
commitd9e428fd63e49486c8fb0f2e03df7a5608b0b0e2 (patch)
treec42692274474b7a037c9c2ea24b793c2540c6a83 /man/limits.5.xml
parent68cd195044deb448c865d267499e1e4fd9322057 (diff)
parent3fcf082618704e4361653a2112cec97b8252a53e (diff)
downloadshadow-2016-10-13/d1.tar.gz
Imported Debian patch 1:4.4-12016-10-13/d1
Diffstat (limited to 'man/limits.5.xml')
-rw-r--r--man/limits.5.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/limits.5.xml b/man/limits.5.xml
index 1c8e54d2..1215f13f 100644
--- a/man/limits.5.xml
+++ b/man/limits.5.xml
@@ -108,7 +108,7 @@
<listitem><para>A: max address space (KB)</para></listitem>
<listitem><para>C: max core file size (KB)</para></listitem>
<listitem><para>D: max data size (KB)</para></listitem>
- <listitem><para>F: maximum filesize (KB)</para></listitem>
+ <listitem><para>F: maximum file size (KB)</para></listitem>
<listitem><para>K: file creation mask, set by
<citerefentry>
<refentrytitle>umask</refentrytitle><manvolnum>2</manvolnum>
@@ -145,7 +145,7 @@
<para>
Be aware that after <emphasis remap='I'>username</emphasis> the rest
of the line is considered a limit string, thus comments are not
- allowed. A invalid limits string will be rejected (not considered) by
+ allowed. An invalid limits string will be rejected (not considered) by
the <command>login</command> program.
</para>
@@ -163,12 +163,12 @@
</para>
<para>
- If more than one line with limits for an user exist, only the first line for
+ If more than one line with limits for a user exist, only the first line for
this user will be considered.
</para>
<para>
- If no lines are specified for an user, the last
+ If no lines are specified for a user, the last
<replaceable>@group</replaceable> line matching a group whose the
user is a member of will be considered, or the last line with
default limits if no groups contain the user.