From: Jarkko Hietaniemi Date: Fri, 8 Jan 1999 11:17:43 +0000 (+0000) Subject: More doc fixes from Abigail. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae83f3772b2dd371e676035c6714025e89d7e08f;p=p5sagit%2Fp5-mst-13.2.git More doc fixes from Abigail. p4raw-id: //depot/cfgperl@2587 --- diff --git a/lib/Time/gmtime.pm b/lib/Time/gmtime.pm index c1d11d7..9b823f6 100644 --- a/lib/Time/gmtime.pm +++ b/lib/Time/gmtime.pm @@ -69,7 +69,7 @@ still overrides your core functions.) Access these fields as variables named with a preceding C in front their method names. Thus, C<$tm_obj-Emday()> corresponds to $tm_mday if you import the fields. -The gmctime() funtion provides a way of getting at the +The gmctime() function provides a way of getting at the scalar sense of the original CORE::gmtime() function. To access this functionality without the core overrides, diff --git a/lib/Time/localtime.pm b/lib/Time/localtime.pm index 9437752..18a36c7 100644 --- a/lib/Time/localtime.pm +++ b/lib/Time/localtime.pm @@ -65,7 +65,7 @@ variables named with a preceding C in front their method names. Thus, C<$tm_obj-Emday()> corresponds to $tm_mday if you import the fields. -The ctime() funtion provides a way of getting at the +The ctime() function provides a way of getting at the scalar sense of the original CORE::localtime() function. To access this functionality without the core overrides, diff --git a/lib/User/grent.pm b/lib/User/grent.pm index deb0a8d..e4e226d 100644 --- a/lib/User/grent.pm +++ b/lib/User/grent.pm @@ -74,7 +74,7 @@ to $gr_gid if you import the fields. Array references are available as regular array variables, so C<@{ $group_obj-Emembers() }> would be simply @gr_members. -The getpw() funtion is a simple front-end that forwards +The getpw() function is a simple front-end that forwards a numeric argument to getpwuid() and the rest to getpwnam(). To access this functionality without the core overrides, diff --git a/lib/User/pwent.pm b/lib/User/pwent.pm index 32301ca..bb2dace 100644 --- a/lib/User/pwent.pm +++ b/lib/User/pwent.pm @@ -84,7 +84,7 @@ variables named with a preceding C in front their method names. Thus, C<$passwd_obj-Eshell()> corresponds to $pw_shell if you import the fields. -The getpw() funtion is a simple front-end that forwards +The getpw() function is a simple front-end that forwards a numeric argument to getpwuid() and the rest to getpwnam(). To access this functionality without the core overrides,