comparison man/internals/internals.texi @ 3773:5f25b1501bcd

[xemacs-hg @ 2007-01-01 10:03:52 by malcolmp] Use 'grep -E' rather than egrep and 'grep -F' rather than fgrep.
author malcolmp
date Mon, 01 Jan 2007 10:04:13 +0000
parents 382b11fa8866
children 1dac67fc67ae
comparison
equal deleted inserted replaced
3772:30958064156d 3773:5f25b1501bcd
16608 have been split. (It was generated from the output of `nmake 16608 have been split. (It was generated from the output of `nmake
16609 unicode-encapsulate', after removing everything from the output but 16609 unicode-encapsulate', after removing everything from the output but
16610 the function names.) Use something like 16610 the function names.) Use something like
16611 16611
16612 @example 16612 @example
16613 fgrep -f ../nmkun.txt -w [a-hj-z]*.[ch] |m 16613 grep -F -f ../nmkun.txt -w [a-hj-z]*.[ch] |m
16614 @end example 16614 @end example
16615 16615
16616 in the source directory, which does a word match and skips 16616 in the source directory, which does a word match and skips
16617 @file{intl-unicode-win32.[ch]} and @file{intl-win32.[ch]}, which have a 16617 @file{intl-unicode-win32.[ch]} and @file{intl-win32.[ch]}, which have a
16618 whole lot of references to these, unavoidably. It effectively detects 16618 whole lot of references to these, unavoidably. It effectively detects