aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
commitc2965cd1854b75e6a13cb4bd6759b71adc8d2a87 (patch)
treecfe37b07c91a21b11ef67e7d2af479becafb2652 /lib/libutil
parent7226ab98cf7f9f734bca6558ffbf7d24554b1a66 (diff)
downloadsrc-c2965cd1854b75e6a13cb4bd6759b71adc8d2a87.tar.gz
src-c2965cd1854b75e6a13cb4bd6759b71adc8d2a87.zip
mdoc: terminate quoted strings.
Reviewed by: brueffer
Notes
Notes: svn path=/head/; revision=233510
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/login.conf.542
1 files changed, 21 insertions, 21 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 134c779b5503..bddbf4aa7220 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -177,20 +177,20 @@ The usual convention to interpolate capability entries using the special
notation may be used.
.Sh RESOURCE LIMITS
.Bl -column pseudoterminals indent indent
-.It Sy "Name Type Notes Description
-.It "coredumpsize size Maximum coredump size limit.
-.It "cputime time CPU usage limit.
-.It "datasize size Maximum data size limit.
-.It "filesize size Maximum file size limit.
-.It "maxproc number Maximum number of processes.
-.It "memorylocked size Maximum locked in core memory size limit.
-.It "memoryuse size Maximum of core memory use size limit.
-.It "openfiles number Maximum number of open files per process.
-.It "sbsize size Maximum permitted socketbuffer size.
-.It "vmemoryuse size Maximum permitted total VM usage per process.
-.It "stacksize size Maximum stack size limit.
-.It "pseudoterminals number Maximum number of pseudo-terminals.
-.It "swapuse size Maximum swap space size limit.
+.It Sy "Name Type Notes Description"
+.It "coredumpsize size Maximum coredump size limit."
+.It "cputime time CPU usage limit."
+.It "datasize size Maximum data size limit."
+.It "filesize size Maximum file size limit."
+.It "maxproc number Maximum number of processes."
+.It "memorylocked size Maximum locked in core memory size limit."
+.It "memoryuse size Maximum of core memory use size limit."
+.It "openfiles number Maximum number of open files per process."
+.It "sbsize size Maximum permitted socketbuffer size."
+.It "vmemoryuse size Maximum permitted total VM usage per process."
+.It "stacksize size Maximum stack size limit."
+.It "pseudoterminals number Maximum number of pseudo-terminals."
+.It "swapuse size Maximum swap space size limit."
.El
.Pp
These resource limit entries actually specify both the maximum
@@ -202,10 +202,10 @@ The maximum and current limits may be specified individually by appending a
-max or -cur to the capability name.
.Sh ENVIRONMENT
.Bl -column ignorenologin indent xbinxxusrxbin
-.It Sy "Name Type Notes Description
-.It "charset string Set $MM_CHARSET environment variable to the specified
+.It Sy "Name Type Notes Description"
+.It charset string Set $MM_CHARSET environment variable to the specified
value.
-.It "cpumask string List of cpus to bind the user to.
+.It "cpumask string List of cpus to bind the user to."
The syntax is the same as for the
.Fl l
argument of
@@ -214,9 +214,9 @@ argument of
If set to
.Ql default
no action is taken.
-.It "hushlogin bool false Same as having a ~/.hushlogin file.
-.It "ignorenologin bool false Login not prevented by nologin.
-.It "ftp-chroot bool false Limit FTP access with
+.It "hushlogin bool false Same as having a ~/.hushlogin file."
+.It "ignorenologin bool false Login not prevented by nologin."
+.It "ftp-chroot bool false Limit FTP access with"
.Xr chroot 2
to the
.Ev HOME
@@ -224,7 +224,7 @@ directory of the user.
See
.Xr ftpd 8
for details.
-.It "label string Default MAC policy; see
+.It "label string Default MAC policy; see"
.Xr maclabel 7 .
.It "lang string Set $LANG environment variable to the specified value.
.It "manpath path Default search path for manpages.