mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
glob patterns described in glob(7) not fnmatch(3);
from evan silberman ok sthen semarie millert
This commit is contained in:
parent
d11b04b269
commit
394d9b5a8b
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: diff.1,v 1.51 2023/01/05 00:00:44 millert Exp $
|
||||
.\" $OpenBSD: diff.1,v 1.52 2024/12/03 07:09:14 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -29,7 +29,7 @@
|
||||
.\"
|
||||
.\" @(#)diff.1 8.1 (Berkeley) 6/30/93
|
||||
.\"
|
||||
.Dd $Mdocdate: January 5 2023 $
|
||||
.Dd $Mdocdate: December 3 2024 $
|
||||
.Dt DIFF 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -284,8 +284,8 @@ options may be specified.
|
||||
.It Fl x Ar pattern
|
||||
Exclude files and subdirectories from comparison whose basenames match
|
||||
.Ar pattern .
|
||||
Patterns are matched using shell-style globbing via
|
||||
.Xr fnmatch 3 .
|
||||
Patterns are matched using shell-style globbing as described in
|
||||
.Xr glob 7 .
|
||||
Multiple
|
||||
.Fl x
|
||||
options may be specified.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: kstat.1,v 1.1 2020/08/13 12:37:16 schwarze Exp $
|
||||
.\" $OpenBSD: kstat.1,v 1.2 2024/12/03 07:09:14 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: August 13 2020 $
|
||||
.Dd $Mdocdate: December 3 2024 $
|
||||
.Dt KSTAT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -51,16 +51,16 @@ The components of arguments are as follows:
|
||||
.It Ar provider
|
||||
The name of the device providing the statistical data.
|
||||
Pattern matching with
|
||||
.Xr fnmatch 3
|
||||
is supported.
|
||||
.Xr glob 7
|
||||
patterns is supported.
|
||||
.It Ar instance
|
||||
An unsigned integer number.
|
||||
Currently, all statistics use an instance number of 0.
|
||||
.It Ar name
|
||||
A string identifying the kind of data to be shown.
|
||||
Pattern matching with
|
||||
.Xr fnmatch 3
|
||||
is supported.
|
||||
.Xr glob 7
|
||||
patterns is supported.
|
||||
.It Ar unit
|
||||
An unsigned integer number, used for example if a network device has
|
||||
multiple rings.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: locate.1,v 1.33 2022/08/04 06:20:24 jsg Exp $
|
||||
.\" $OpenBSD: locate.1,v 1.34 2024/12/03 07:09:14 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
|
||||
.\" Copyright (c) 1990, 1993
|
||||
@ -30,7 +30,7 @@
|
||||
.\"
|
||||
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd $Mdocdate: August 4 2022 $
|
||||
.Dd $Mdocdate: December 3 2024 $
|
||||
.Dt LOCATE 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -171,7 +171,7 @@ locate database
|
||||
Zero matches are not considered an error.
|
||||
.Sh SEE ALSO
|
||||
.Xr find 1 ,
|
||||
.Xr fnmatch 3 ,
|
||||
.Xr glob 7 ,
|
||||
.Xr locate.updatedb 8 ,
|
||||
.Xr weekly 8
|
||||
.Rs
|
||||
|
Loading…
Reference in New Issue
Block a user