svn commit: r357477 - head/share/man/man7

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Feb 3 23:30:48 UTC 2020


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


More information about the svn-src-all mailing list