summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2002-08-28 14:06:47 +0000
committermpech <mpech@openbsd.org>2002-08-28 14:06:47 +0000
commit3c83a5909a674e27690e9eb3c800c0d2434c5584 (patch)
tree5ccc3631864cf54a71ee827902765b95c2cfa165
parent - Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx) (diff)
downloadwireguard-openbsd-3c83a5909a674e27690e9eb3c800c0d2434c5584.tar.xz
wireguard-openbsd-3c83a5909a674e27690e9eb3c800c0d2434c5584.zip
o) start new sentence on a new line;
o) don't use .Nm w/o argument in .SYNOPSIS; I waste time, when fixing already cleaned pages. :( one man ok@
-rw-r--r--libexec/ftpd/ftpd.85
-rw-r--r--libexec/ld.so/ldconfig/ldconfig.89
-rw-r--r--libexec/login_krb4-or-pwd/login_krb4-or-pwd.84
-rw-r--r--libexec/login_krb4/login_krb4.84
-rw-r--r--libexec/login_krb5-or-pwd/login_krb5-or-pwd.84
-rw-r--r--libexec/login_krb5/login_krb5.84
-rw-r--r--libexec/login_passwd/login_passwd.84
-rw-r--r--libexec/login_skey/login_skey.84
8 files changed, 20 insertions, 18 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 38518e666c6..dcf3c938e74 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftpd.8,v 1.53 2002/08/20 18:18:55 deraadt Exp $
+.\" $OpenBSD: ftpd.8,v 1.54 2002/08/28 14:06:47 mpech Exp $
.\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
@@ -94,7 +94,8 @@ the IP number the client connected to, and located inside
.Pa ~ftp
is used instead.
.It Fl n
-Do not permit anonymous ftp logins. Normally they are permitted.
+Do not permit anonymous ftp logins.
+Normally they are permitted.
.It Fl P
Permit illegal port numbers or addresses for PORT command initiated connects.
By default
diff --git a/libexec/ld.so/ldconfig/ldconfig.8 b/libexec/ld.so/ldconfig/ldconfig.8
index d3f78137d2a..74b5e6a0cd4 100644
--- a/libexec/ld.so/ldconfig/ldconfig.8
+++ b/libexec/ld.so/ldconfig/ldconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldconfig.8,v 1.10 2002/05/24 04:17:00 deraadt Exp $
+.\" $OpenBSD: ldconfig.8,v 1.11 2002/08/28 14:06:47 mpech Exp $
.\"
.\" Copyright (c) 1993,1995 Paul Kranenburg
.\" All rights reserved.
@@ -86,8 +86,8 @@ The following options are recognized by
.It Fl m
Merge the result of the scan of the directories given as arguments into
the existing hints file.
-The default action is to build the hints file afresh. This option cannot
-be used with
+The default action is to build the hints file afresh.
+This option cannot be used with
.Fl U .
.It Fl r
List the current contents of
@@ -119,7 +119,8 @@ Whenever such a program is run,
.Xr ld.so 1
will only load shared libraries from the
.Pa ld.so.hints
-file. In particular, the
+file.
+In particular, the
.Ev LD_LIBRARY_PATH
is not used to search for libraries.
Thus, the role of
diff --git a/libexec/login_krb4-or-pwd/login_krb4-or-pwd.8 b/libexec/login_krb4-or-pwd/login_krb4-or-pwd.8
index 00ea97c78ad..0aac4a3c09f 100644
--- a/libexec/login_krb4-or-pwd/login_krb4-or-pwd.8
+++ b/libexec/login_krb4-or-pwd/login_krb4-or-pwd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_krb4-or-pwd.8,v 1.6 2001/07/08 01:09:49 millert Exp $
+.\" $OpenBSD: login_krb4-or-pwd.8,v 1.7 2002/08/28 14:06:47 mpech Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.Nm login_krb4-or-pwd
.Nd provide KerberosIV or password authentication type
.Sh SYNOPSIS
-.Nm
+.Nm login_krb4-or-pwd
.Op Fl s Ar service
.Op Fl v Ar wheel=yes|no
.Op Fl v Ar lastchance=yes|no
diff --git a/libexec/login_krb4/login_krb4.8 b/libexec/login_krb4/login_krb4.8
index aee37a73703..5216de6f65b 100644
--- a/libexec/login_krb4/login_krb4.8
+++ b/libexec/login_krb4/login_krb4.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_krb4.8,v 1.7 2001/11/13 14:06:10 mpech Exp $
+.\" $OpenBSD: login_krb4.8,v 1.8 2002/08/28 14:06:47 mpech Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.Nm login_krb4
.Nd provide KerberosIV authentication type
.Sh SYNOPSIS
-.Nm
+.Nm login_krb4
.Op Fl s Ar service
.Op Fl v Ar lastchance=yes|no
.Ar user
diff --git a/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 b/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8
index f64277b3ee2..9e61dac6681 100644
--- a/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8
+++ b/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_krb5-or-pwd.8,v 1.7 2002/07/16 12:38:40 jufi Exp $
+.\" $OpenBSD: login_krb5-or-pwd.8,v 1.8 2002/08/28 14:06:47 mpech Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.Nm login_krb5-or-pwd
.Nd provide KerberosV or password authentication type
.Sh SYNOPSIS
-.Nm
+.Nm login_krb5-or-pwd
.Op Fl s Ar service
.Op Fl v Ar ignored
.Ar user
diff --git a/libexec/login_krb5/login_krb5.8 b/libexec/login_krb5/login_krb5.8
index 9f3303a8204..12bf67d8ce0 100644
--- a/libexec/login_krb5/login_krb5.8
+++ b/libexec/login_krb5/login_krb5.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_krb5.8,v 1.6 2002/06/06 20:57:46 aaron Exp $
+.\" $OpenBSD: login_krb5.8,v 1.7 2002/08/28 14:06:47 mpech Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.Nm login_krb5
.Nd provide KerberosV authentication type
.Sh SYNOPSIS
-.Nm
+.Nm login_krb5
.Op Fl s Ar service
.Op Fl v Ar ignored
.Ar user
diff --git a/libexec/login_passwd/login_passwd.8 b/libexec/login_passwd/login_passwd.8
index a9efda454d6..5ca955ee505 100644
--- a/libexec/login_passwd/login_passwd.8
+++ b/libexec/login_passwd/login_passwd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_passwd.8,v 1.4 2001/11/13 14:06:10 mpech Exp $
+.\" $OpenBSD: login_passwd.8,v 1.5 2002/08/28 14:06:47 mpech Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -32,7 +32,7 @@
.Nm login_passwd
.Nd provide standard password authentication type
.Sh SYNOPSIS
-.Nm
+.Nm login_passwd
.Op Fl s Ar service
.Op Fl v Ar wheel=yes|no
.Op Fl v Ar lastchance=yes|no
diff --git a/libexec/login_skey/login_skey.8 b/libexec/login_skey/login_skey.8
index 861325b3d76..db393fce7d0 100644
--- a/libexec/login_skey/login_skey.8
+++ b/libexec/login_skey/login_skey.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_skey.8,v 1.4 2002/07/14 23:37:02 millert Exp $
+.\" $OpenBSD: login_skey.8,v 1.5 2002/08/28 14:06:47 mpech Exp $
.\"
.\" Copyright (c) 2000, 2002 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -32,7 +32,7 @@
.Nm login_skey
.Nd provide S/Key authentication type
.Sh SYNOPSIS
-.Nm
+.Nm login_skey
.Op Fl s Ar service
.Ar user
.Op Ar class