Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 23:30:47 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357477 - head/share/man/man7
Message-ID:  <202002032330.013NUlsH018221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Mon Feb  3 23:30:47 2020
New Revision: 357477
URL: https://svnweb.freebsd.org/changeset/base/357477

Log:
  Replace *-out with star-out to ease legibility
  
  "*-out" is a complex way of phrasing the fact, and it causes
  confusion for people.
  
  Submitted by:	debdrup
  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D23482

Modified:
  head/share/man/man7/security.7

Modified: head/share/man/man7/security.7
==============================================================================
--- head/share/man/man7/security.7	Mon Feb  3 23:30:39 2020	(r357476)
+++ head/share/man/man7/security.7	Mon Feb  3 23:30:47 2020	(r357477)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 11, 2019
+.Dd February 4, 2020
 .Dt SECURITY 7
 .Os
 .Sh NAME
@@ -272,8 +272,8 @@ also add an additional layer of protection to the key 
 protecting the keypair when you create it with
 .Xr ssh-keygen 1 .
 Being able
-to *-out the passwords for staff accounts also guarantees that staff members
-can only log in through secure access methods that you have set up.
+to star-out the passwords for staff accounts also guarantees that staff
+members can only log in through secure access methods that you have set up.
 You can
 thus force all staff members to use secure, encrypted connections for
 all their sessions which closes an important hole used by many intruders: that



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002032330.013NUlsH018221>