From fe854a6f990f7776a8ee8bd28f02e1bd36e5bb58 Mon Sep 17 00:00:00 2001 From: Audrey Tang Date: Sat, 29 Dec 2001 09:59:28 +0800 Subject: Module names and other nits Message-ID: <20011229015928.A29712@geb.elixus.org> p4raw-id: //depot/perl@13922 --- pod/perlxs.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlxs.pod') diff --git a/pod/perlxs.pod b/pod/perlxs.pod index 5146a1e45d..0398641962 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -1714,7 +1714,7 @@ have been designed so that they will work with non-threaded Perl as well. It is therefore strongly recommended that these macros be used by all XS modules that make use of static data. -The easiest way to get a template set of macros to use is by specifiying +The easiest way to get a template set of macros to use is by specifying the C<-g> (C<--global>) option with h2xs (see L). Below is an example module that makes use of the macros. -- cgit v1.2.1