]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix incorrect plural; from Ville Skyt
authordjm@openbsd.org <djm@openbsd.org>
Sat, 3 Apr 2021 05:46:41 +0000 (05:46 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 3 Apr 2021 05:49:02 +0000 (16:49 +1100)
=?UTF-8?q?t=C3=A4=20via=20GHPR#181?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

OpenBSD-Commit-ID: 92f31754c6296d8f403d7c293e09dc27292d22c9

sshd.8

diff --git a/sshd.8 b/sshd.8
index b2fad56d3e3ad07615f34bcfd754b623443d046e..1aa56ba7ee0ef926b64627fd02a7701e111168e3 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd.8,v 1.313 2020/08/27 01:07:10 djm Exp $
-.Dd $Mdocdate: August 27 2020 $
+.\" $OpenBSD: sshd.8,v 1.314 2021/04/03 05:46:41 djm Exp $
+.Dd $Mdocdate: April 3 2021 $
 .Dt SSHD 8
 .Os
 .Sh NAME
@@ -695,7 +695,7 @@ be prepared by the administrator (optional), and the per-user file is
 maintained automatically: whenever the user connects to an unknown host,
 its key is added to the per-user file.
 .Pp
-Each line in these files contains the following fields: markers (optional),
+Each line in these files contains the following fields: marker (optional),
 hostnames, keytype, base64-encoded key, comment.
 The fields are separated by spaces.
 .Pp