diff options
author | 2013-08-14 08:39:24 +0000 | |
---|---|---|
committer | 2013-08-14 08:39:24 +0000 | |
commit | 720a7a94e09f2fa9b3979870e0f199a15d3a66d3 (patch) | |
tree | 5567e8f2aba2c28a136428138dfd3a19c60604e1 /share/man/man5 | |
parent | no longer any need to quote macro lines with >9 args; (diff) | |
download | wireguard-openbsd-720a7a94e09f2fa9b3979870e0f199a15d3a66d3.tar.xz wireguard-openbsd-720a7a94e09f2fa9b3979870e0f199a15d3a66d3.zip |
some Bx/Ox conversion;
From: Jan Stary
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 15 | ||||
-rw-r--r-- | share/man/man5/login.conf.5 | 15 |
2 files changed, 20 insertions, 10 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 0052270f01b..c2df79574c4 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.384 2013/08/10 10:17:36 miod Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.385 2013/08/14 08:39:28 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 10 2013 $ +.Dd $Mdocdate: August 14 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -45,7 +45,9 @@ Those live under and they do have manpages under .Pa ${PORTSDIR}/infrastructure/man . .Pp -Other BSD variants, as well as older versions of +Other +.Bx +variants, as well as older versions of .Nm bsd.port.mk , include other targets and variables. Conversion methods are outlined here. @@ -4030,7 +4032,9 @@ Likewise, offensive to introspection too. .It Pa ${FILESDIR}/md5 Renamed to .Pa distinfo -to match other BSD, and save directories. +to match other +.Bx , +and save directories. .It Pa ${SCRIPTDIR}/{pre,do,post}-* Identical functionality can be obtained through a {pre,do,post}-* target, invoking the script manually if necessary. @@ -4112,7 +4116,8 @@ inconsistencies. FLAVORS, MULTI_PACKAGES and FAKE are .Ox improvements. -Most recent additions do not come from another BSD. +Most recent additions do not come from another +.Bx . .\" Voluntarily undocumented: .\" AUTOCONF_ENV: probably not needed anyway, should be internal. .Sh BUGS AND LIMITATIONS diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index c40e68bc48c..afe70603341 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,10 +30,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.50 2012/11/25 21:18:13 jmc Exp $ +.\" $OpenBSD: login.conf.5,v 1.51 2013/08/14 08:39:28 jmc Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" -.Dd $Mdocdate: November 25 2012 $ +.Dd $Mdocdate: August 14 2013 $ .Dt LOGIN.CONF 5 .Os .Sh NAME @@ -449,7 +449,9 @@ For example, to indicate 1 and 1/2 hours, the following string could be used: .\" .Sh AUTHENTICATION .Ox -uses BSD Authentication, which is made up of a variety of +uses +.Bx +Authentication, which is made up of a variety of authentication styles. The authentication styles currently provided are: .Bl -tag -width krb5-or-pwdxx @@ -528,9 +530,12 @@ See .Pp Local authentication styles may be added by creating a login script for the style (see below). -To prevent collisions with future official BSD +To prevent collisions with future official +.Bx Authentication style names, all local style names should start with a dash (-). -Current plans are for all official BSD Authentication style names to begin +Current plans are for all official +.Bx +Authentication style names to begin with a lower case alphabetic character. For example, if you have a new style you refer to as .Li slick |