Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 09:55:08 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r359352 - stable/12/usr.bin/su
Message-ID:  <202003270955.02R9t8hK002472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Fri Mar 27 09:55:08 2020
New Revision: 359352
URL: https://svnweb.freebsd.org/changeset/base/359352

Log:
  MFC 359340:
  
  Do not use macros in -width
  
  They do not expand.

Modified:
  stable/12/usr.bin/su/su.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.bin/su/su.1
==============================================================================
--- stable/12/usr.bin/su/su.1	Fri Mar 27 03:58:00 2020	(r359351)
+++ stable/12/usr.bin/su/su.1	Fri Mar 27 09:55:08 2020	(r359352)
@@ -28,7 +28,7 @@
 .\"	@(#)su.1	8.2 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd August 11, 2013
+.Dd March 26, 2020
 .Dt SU 1
 .Os
 .Sh NAME
@@ -187,7 +187,7 @@ The user ID is always the effective ID (the target use
 unless the user ID is 0 (root).
 .El
 .Sh FILES
-.Bl -tag -width ".Pa /etc/pam.d/su" -compact
+.Bl -tag -width "/etc/pam.d/su" -compact
 .It Pa /etc/pam.d/su
 PAM configuration for
 .Nm .



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