diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-08 17:44:00 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-08 17:44:00 +0000 |
commit | 391b1060843d1e99546c0c4b871c89ef16217a94 (patch) | |
tree | 5c4a922cdaca2a0d079072c7efa1182372c56a31 /lib/libc/stdlib/strtod.c | |
parent | 4331c8a979db44fc3779e72b294c0a5d6a78d619 (diff) | |
download | FreeBSD-src-391b1060843d1e99546c0c4b871c89ef16217a94.zip FreeBSD-src-391b1060843d1e99546c0c4b871c89ef16217a94.tar.gz |
- By default treat supplied arguments as a shell globs to be matched against
names of installed packages;
- add new `-G' option to disable glob matching and revert to previous
behaviour (I have no idea why this could be necessary, though);
- add a new `-x' option, which instructs pkg_info(1) to treat supplied
arguments as a regular expressions.
For example:
$ pkg_info foo\* - displays information about all packages whose names start
from foo
$ pkg_info -G foo\*-1.1 - displays information about package named "foo*-1.1"
$ pkg_info -x ^foo.\* - displays information about all packages whose names
start from foo
Original idea submitted by: Edwin Groothuis <mavetju@chello.nl> (bin/24695)
Reviewed by: jkh, roam
Approved by: jkh
Diffstat (limited to 'lib/libc/stdlib/strtod.c')
0 files changed, 0 insertions, 0 deletions