summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-19 21:02:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-19 21:02:16 +0000
commitd970efb1a2a7ce2878808b2d89dddb4b8d74a9fb (patch)
treeb807ae62aff3690fe8ec0e268b8124f5589a2f69 /share/man/man5
parent02e2120255971073931be7b376b8e074fe2ad0bf (diff)
typos; jmc@prioris.mini.pw.edu.pl
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/link.510
-rw-r--r--share/man/man5/login.conf.519
2 files changed, 15 insertions, 14 deletions
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5
index 56e0499ac07..00c1c4dbd81 100644
--- a/share/man/man5/link.5
+++ b/share/man/man5/link.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: link.5,v 1.12 2003/01/18 20:08:02 deraadt Exp $
+.\" $OpenBSD: link.5,v 1.13 2003/01/19 21:02:15 deraadt Exp $
.\" $NetBSD: link.5,v 1.5 1996/01/09 00:14:32 pk Exp $
.\"
.\" Copyright (c) 1993 Paul Kranenburg
@@ -111,7 +111,7 @@ segment of the image to which it pertains.
The data structures supporting dynamic linking and run-time relocation
reside both in the text and data segments of the image they apply to.
The text segments contain read-only data such as symbol descriptions and
-names, while the data segments contain the tables that need to be modified by
+names, while the data segments contain the tables that need to be modified
during the relocation process.
.Pp
The
@@ -148,7 +148,7 @@ objects loaded as a result of the actions of the run-time link editor.
.It Fa d_entry
This field is obsoleted by CRT interface version
.Li CRT_VERSION_BSD4 ,
-and is by the
+and by the
.Fa crt_ldentry
in
.Fa crt_ldso .
@@ -386,7 +386,7 @@ The
.Fa rt_symbol
structure is used to keep track of run-time allocated commons
and data items copied from shared objects.
-These items are kept on linked list and is exported through the
+These items are kept in a linked list and are exported through the
.Fa dd_cc
field in the
.Fa so_debug
@@ -409,7 +409,7 @@ Virtual address of next
.Fa rt_symbol .
.It Fa rt_link
Next in hash bucket.
-Used by internally by
+Used internally by
.Xr ld.so 1 .
.It Fa rt_srcaddr
Location of the source of initialized data within a shared object.
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5
index cd955ac4dcb..ef90fe21cdf 100644
--- a/share/man/man5/login.conf.5
+++ b/share/man/man5/login.conf.5
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: login.conf.5,v 1.20 2002/12/09 00:45:37 millert Exp $
+.\" $OpenBSD: login.conf.5,v 1.21 2003/01/19 21:02:15 deraadt Exp $
.\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $
.\"
.Dd June 18, 2001
@@ -171,7 +171,8 @@ It specifies the base 2 logarithm of the number of rounds.
.sp
.It ypcipher Ta string Ta old Ta
The cipher to use for YP passwords.
-The possible values are the same as for localcipher.
+The possible values are the same as for
+.Ar localcipher .
.\"
.sp
.It login-backoff Ta number Ta 3 Ta
@@ -202,7 +203,7 @@ Maximum stack size limit.
.\"
.sp
.It maxproc Ta number Ta "" Ta
-Maximum number of process.
+Maximum number of processes.
.\"
.sp
.It memorylocked Ta size Ta "" Ta
@@ -465,7 +466,7 @@ Request a password and check it against the password in the rpasswd.db file.
.\"
.It Li skey
Send a challenge and request a response, checking it
-with S/Key\(tm authentication.
+with S/Key (tm) authentication.
See
.Xr skey 1 .
.\"
@@ -480,7 +481,7 @@ See
.Xr login_token 8 .
.El
.Pp
-Local authentication styles may be added by creating the login script
+Local authentication styles may be added by creating a login script
for the style (see below).
To prevent collisions with future official BSD
Authentication style names all local style names should start with a dash (-).
@@ -723,11 +724,11 @@ Several \e sequences may be used to introduce non printing characters.
These are:
.Bl -tag -width indent
.It Li \en
-A newline
+A newline.
.It Li \er
-A carriage return
+A carriage return.
.It Li \et
-A tab
+A tab.
.It Li \e Ns Va xxx
The character represented by the octal value
.Va xxx .
@@ -861,7 +862,7 @@ The typical job of the classify program is to determine what authentication
type should actually be used, presumably based on the remote IP address.
It might also re-specify the hostname to be included in the
.Xr utmp 5
-file, reject the login attempt out right,
+file, reject the login attempt outright,
or even print an additional login banner (e.g.,
.Pa /etc/issue ) .
.Pp