summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 05:12:14 +0000
commitf29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch)
treea5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/gen
parent906e3d9014b754421b64647e705b3cca2e9a7c01 (diff)
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/login_cap.319
-rw-r--r--lib/libc/gen/nlist.38
-rw-r--r--lib/libc/gen/sysctl.323
3 files changed, 27 insertions, 23 deletions
diff --git a/lib/libc/gen/login_cap.3 b/lib/libc/gen/login_cap.3
index b2e2c18c917..8c6889d1365 100644
--- a/lib/libc/gen/login_cap.3
+++ b/lib/libc/gen/login_cap.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: login_cap.3,v 1.2 2000/08/20 19:05:37 millert Exp $
+.\" $OpenBSD: login_cap.3,v 1.3 2000/10/18 05:12:07 aaron Exp $
.\" BSDI $From: login_cap.3,v 1.4 1997/11/07 16:22:27 jch Exp $
.\"
.Dd July 16, 1996
@@ -117,7 +117,8 @@ The
argument refers to the type of authentication being performed.
This is used to override the standard
.Li auth
-entry in the database. By convention this should be of the form "auth-type".
+entry in the database.
+By convention this should be of the form "auth-type".
Future releases may remove the requirement for the "auth-" prefix and add
it if it is missing.
If
@@ -138,8 +139,8 @@ and
.Fn login_getcaptime
functions all query the database entry for a field named
.Ar cap .
-If the field is found, its value is returned. If the field is not
-found, the value specified by
+If the field is found, its value is returned.
+If the field is not found, the value specified by
.Ar def
is returned.
If an error is encountered while trying to find the field,
@@ -150,7 +151,8 @@ See
for a discussion of the various textual forms the value may take.
The
.Fn login_getcapbool
-function is slightly different. It returns
+function is slightly different.
+It returns
.Ar def
if no capabilities were found for this class (typically meaning that
the default class was used and the
@@ -184,7 +186,8 @@ Only the
.Nm LOGIN_SETRESOURCES ,
and
.Nm LOGIN_SETUMASK
-bits are used. (See
+bits are used.
+(See
.Fn setusercontext
below).
It returns 0 on success and -1 on failure.
@@ -270,8 +273,8 @@ is allocated via
when the specified capability is present and thus it is the responsibility
of the caller to
.Fn free
-this space. However, if the the capability was not found or an error
-occurred and
+this space.
+However, if the the capability was not found or an error occurred and
.Fa def
or
.Fa err
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3
index dc0d7567fd5..7f21bba124e 100644
--- a/lib/libc/gen/nlist.3
+++ b/lib/libc/gen/nlist.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nlist.3,v 1.7 1999/09/26 00:04:07 aaron Exp $
+.\" $OpenBSD: nlist.3,v 1.8 2000/10/18 05:12:07 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -44,9 +44,9 @@
.Sh DESCRIPTION
The
.Fn nlist
-function
-retrieves name list entries from the symbol table of an
-executable file. (See
+function retrieves name list entries from the symbol table of an
+executable file.
+(See
.Xr a.out 5 . )
The argument
.Fa \&nl
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index cb4e146eea3..59b46b8c678 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.55 2000/10/14 13:04:25 deraadt Exp $
+.\" $OpenBSD: sysctl.3,v 1.56 2000/10/18 05:12:07 aaron Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -210,7 +210,7 @@ and
bits to be cleared.
As detailed in
.Xr securelevel 7 ,
-this variable may not be changed if the securelevel is > 0.
+this variable may not be changed if the securelevel is > 0.
.El
.Ss CTL_HW
The string and integer information available for the
@@ -1168,8 +1168,9 @@ Return the system wide virtual memory statistics.
The returned data consists of a
.Li struct vmtotal .
.It Dv VM_SWAPENCRYPT
-Contains statistics about swap encryption. The string and integer
-information available for the third level is detailed below.
+Contains statistics about swap encryption.
+The string and integer information available for the third level is
+detailed below.
.Bl -column "Third level nameXXXXXX" "struct loadavgXXX" -offset indent
.It Sy Third level name Type Changeable
.It Dv SWPENC_ENABLE No " integer yes"
@@ -1181,20 +1182,20 @@ information available for the third level is detailed below.
.It Dv SWPENC_ENABLE
Set to 1 to enable swap encryption for all processes.
A 0 disables swap encryption.
-Pages still on swap receive a grandfather clause. Turning this
-option on does not affect legacy swap data already on the disk,
+Pages still on swap receive a grandfather clause.
+Turning this option on does not affect legacy swap data already on the disk,
but all newly written data will be encrypted.
When swap encryption is turned on, automatic
.Xr crash 8
dumps are disabled.
.It Dv SWPENC_CREATED
-The number of encryption keys that have been randomly created. The
-swap partition is divided into sections of normally 512KB. Each section
-has its own encryption key.
+The number of encryption keys that have been randomly created.
+The swap partition is divided into sections of normally 512KB.
+Each section has its own encryption key.
.It Dv SWPENC_DELETED
The number of encryption keys that have been deleted, thus effectivly
-erasing the data that has been encrypted with them. Encryption
-keys are deleted when their reference counter reaches zero.
+erasing the data that has been encrypted with them.
+Encryption keys are deleted when their reference counter reaches zero.
.El
.El
.Ss CTL_VFS