[openssh-commits] [openssh] 02/04: upstream: Delete some .Sx macros that were used in a wrong way.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 17 10:08:21 AEST 2019


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit db7606d4a62fee67b0cb2f32dfcbd7b3642bfef5
Author: schwarze at openbsd.org <schwarze at openbsd.org>
Date:   Tue May 14 12:47:17 2019 +0000

    upstream: Delete some .Sx macros that were used in a wrong way.
    
    Part of a patch from Stephen Gregoratto <dev at sgregoratto dot me>.
    
    OpenBSD-Commit-ID: 15501ed13c595f135e7610b1a5d8345ccdb513b7
---
 ssh_config.5  | 8 +++-----
 sshd_config.5 | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/ssh_config.5 b/ssh_config.5
index 41262963..234ca7a9 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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: ssh_config.5,v 1.292 2019/03/01 02:16:47 djm Exp $
-.Dd $Mdocdate: March 1 2019 $
+.\" $OpenBSD: ssh_config.5,v 1.293 2019/05/14 12:47:17 schwarze Exp $
+.Dd $Mdocdate: May 14 2019 $
 .Dt SSH_CONFIG 5
 .Os
 .Sh NAME
@@ -1326,9 +1326,7 @@ and
 .Sq 4G ,
 depending on the cipher.
 The optional second value is specified in seconds and may use any of the
-units documented in the
-.Sx TIME FORMATS
-section of
+units documented in the TIME FORMATS section of
 .Xr sshd_config 5 .
 The default value for
 .Cm RekeyLimit
diff --git a/sshd_config.5 b/sshd_config.5
index b224f292..9f59584f 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -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_config.5,v 1.284 2019/03/22 20:58:34 jmc Exp $
-.Dd $Mdocdate: March 22 2019 $
+.\" $OpenBSD: sshd_config.5,v 1.285 2019/05/14 12:47:17 schwarze Exp $
+.Dd $Mdocdate: May 14 2019 $
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME
@@ -277,9 +277,7 @@ is not, then
 will refuse to start.
 .It Cm AuthorizedKeysFile
 Specifies the file that contains the public keys used for user authentication.
-The format is described in the
-.Sx AUTHORIZED_KEYS FILE FORMAT
-section of
+The format is described in the AUTHORIZED_KEYS FILE FORMAT section of
 .Xr sshd 8 .
 Arguments to
 .Cm AuthorizedKeysFile

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list