summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
committerjoel <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
commit4234591b03e753d1515af0b97f7b10e85b3b0f16 (patch)
treecfe37b07c91a21b11ef67e7d2af479becafb2652 /lib
parent39153f7b71fce5c5ff6372cd72d647d48566d697 (diff)
downloadFreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.zip
FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.tar.gz
mdoc: terminate quoted strings.
Reviewed by: brueffer
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/psignal.32
-rw-r--r--lib/libgssapi/gss_accept_sec_context.32
-rw-r--r--lib/libutil/login.conf.542
3 files changed, 23 insertions, 23 deletions
diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3
index 5986ffa..231acfa 100644
--- a/lib/libc/gen/psignal.3
+++ b/lib/libc/gen/psignal.3
@@ -79,7 +79,7 @@ immediately followed by a colon and a space.
If the signal number is not recognized
.Pq Xr sigaction 2 ,
the string
-.Dq "Unknown signal
+.Dq "Unknown signal"
is produced.
.Pp
The message strings can be accessed directly
diff --git a/lib/libgssapi/gss_accept_sec_context.3 b/lib/libgssapi/gss_accept_sec_context.3
index cd80db6..825c28d 100644
--- a/lib/libgssapi/gss_accept_sec_context.3
+++ b/lib/libgssapi/gss_accept_sec_context.3
@@ -39,7 +39,7 @@
.In "gssapi/gssapi.h"
.Ft OM_uint32
.Fo gss_accept_sec_context
-.Fa "OM_uint32 *minor_status
+.Fa "OM_uint32 *minor_status"
.Fa "gss_ctx_id_t *context_handle"
.Fa "const gss_cred_id_t acceptor_cred_handle"
.Fa "const gss_buffer_t input_token_buffer"
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 134c779..bddbf4a 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.
OpenPOWER on IntegriCloud