summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2021-04-03 05:46:41 +0000
committerdjm <djm@openbsd.org>2021-04-03 05:46:41 +0000
commit2fe5409b1d036b3e0f0587bb46aff0c40d5e62ca (patch)
tree4e9abb624f885965e57f9f0dca54b9da95ec64e1
parentensure that pkcs11_del_provider() is called before exit - some PKCS#11 (diff)
downloadwireguard-openbsd-2fe5409b1d036b3e0f0587bb46aff0c40d5e62ca.tar.xz
wireguard-openbsd-2fe5409b1d036b3e0f0587bb46aff0c40d5e62ca.zip
fix incorrect plural; from Ville Skyttä via GHPR#181
-rw-r--r--usr.bin/ssh/sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 05a46329e4b..93660f9e38a 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/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
@@ -668,7 +668,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