Mention that '_' is the same as '.'.
Noted missing by Aleksey Cheusov in PR 41148.
This commit is contained in:
parent
c575af3da7
commit
9f97006922
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: pkg_info.1,v 1.29 2010/02/24 22:07:28 wiz Exp $
|
.\" $NetBSD: pkg_info.1,v 1.30 2010/02/27 21:02:01 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" FreeBSD install - a package for the installation and maintenance
|
.\" FreeBSD install - a package for the installation and maintenance
|
||||||
.\" of non-core utilities.
|
.\" of non-core utilities.
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)pkg_info.1
|
.\" @(#)pkg_info.1
|
||||||
.\"
|
.\"
|
||||||
.Dd January 22, 2010
|
.Dd February 27, 2010
|
||||||
.Dt PKG_INFO 1
|
.Dt PKG_INFO 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -289,7 +289,9 @@ The magic string
|
||||||
.Dq pl
|
.Dq pl
|
||||||
equates to a
|
equates to a
|
||||||
.Pa patch level
|
.Pa patch level
|
||||||
and has the same value as a dot in the dewey-decimal ordering schemes.
|
and has the same value as a dot in the dewey-decimal ordering schemes,
|
||||||
|
as does the underscore
|
||||||
|
.Sq _ .
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
See
|
See
|
||||||
.Xr pkg_install.conf 5
|
.Xr pkg_install.conf 5
|
||||||
|
|
Loading…
Reference in a new issue