~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/fnmatch.3am

  • Committer: Andrew J. Schorr
  • Date: 2014-08-03 18:44:47 UTC
  • mfrom: (408.7.1)
  • mto: (408.2.352)
  • mto: This revision was merged to the branch mainline in revision 507.
  • Revision ID: git-v1:ff21da5c7f072a69e9582f1a7ae2039f27f564cf
Merge branch 'gawk-4.1-stable' to get --profile to work with -M.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH FNMATCH 3am "Feb 21 2018" "Free Software Foundation" "GNU Awk Extension Modules"
 
1
.TH FNMATCH 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension Modules"
2
2
.SH NAME
3
3
fnmatch \- compare a string against a filename wildcard
4
4
.SH SYNOPSIS
70
70
.PP
71
71
.SH NOTES
72
72
Nothing prevents AWK code from changing the predefined
73
 
variable
 
73
variabale
74
74
.BR FNM_NOMATCH ,
75
75
but doing so may cause strange results.
76
 
.\" .SH BUGS
 
76
... .SH BUGS
77
77
.SH EXAMPLE
78
78
.ft CW
79
79
.nf
101
101
Arnold Robbins,
102
102
.BR arnold@skeeve.com .
103
103
.SH COPYING PERMISSIONS
104
 
Copyright \(co 2012, 2013, 2018,
 
104
Copyright \(co 2012, 2013,
105
105
Free Software Foundation, Inc.
106
106
.PP
107
107
Permission is granted to make and distribute verbatim copies of
123
123
manual page into another language, under the above conditions for
124
124
modified versions, except that this permission notice may be stated in
125
125
a translation approved by the Foundation.
126
 
.\" vim: set filetype=nroff :