Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/su Use groff macros instead of troff ones.



details:   https://anonhg.NetBSD.org/src/rev/970668de07ec
branches:  trunk
changeset: 582170:970668de07ec
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Jun 19 17:34:03 2005 +0000

description:
Use groff macros instead of troff ones.

diffstat:

 usr.bin/su/su.1 |  20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

diffs (44 lines):

diff -r 980b1971dd92 -r 970668de07ec usr.bin/su/su.1
--- a/usr.bin/su/su.1   Sun Jun 19 17:26:30 2005 +0000
+++ b/usr.bin/su/su.1   Sun Jun 19 17:34:03 2005 +0000
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"    from: @(#)su.1  8.2 (Berkeley) 4/18/94
-.\"    $NetBSD: su.1,v 1.42 2005/06/19 17:26:30 wiz Exp $
+.\"    $NetBSD: su.1,v 1.43 2005/06/19 17:34:03 wiz Exp $
 .\"
 .Dd April 5, 2005
 .Dt SU 1
@@ -207,11 +207,10 @@
 .Ar gname
 in
 .Xr pam.conf 5 :
-.sp
-.nf
- auth requisite pam_group.so no_warn group=gname root_only fail_safe
-.fi
-.sp
+.Bd -literal
+auth requisite pam_group.so no_warn group=gname root_only fail_safe
+.Ed
+.Pp
 For the non
 .Xr pam 8
 version of
@@ -231,11 +230,10 @@
 this can be done by adding a line to
 .Xr pam.conf 5
 such as:
-.sp
-.nf
- auth sufficient pam_group.so no_warn group=gname root_only authenticate
-.fi
-.sp
+.Bd -literal
+auth sufficient pam_group.so no_warn group=gname root_only authenticate
+.Ed
+.Pp
 where
 .Ar gname
 is the name of the desired group.



Home | Main Index | Thread Index | Old Index