diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 644d0a29e6a9..6e9021157ab1 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -3398,9 +3398,12 @@ X X X =for Pod::Functions be done using services file -These routines are the same as their counterparts in the -system C library. In list context, the return values from the -various get routines are as follows: +These routines are the same as their counterparts in the system +C library. (This means that platform-specific quirks may be +encountered, please refer to L for examples.) + +In list context, the return values from the various get routines +are as follows: # 0 1 2 3 4 my ( $name, $passwd, $gid, $members ) = getgr* diff --git a/pod/perlport.pod b/pod/perlport.pod index e8018862c6e9..4c75d7dff75e 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1782,6 +1782,12 @@ Not implemented. C does not work everywhere: you may have to use C. +(S) +If the C argument is an empty string (C<"">) or something that +coerces to it (such as C), the F implementation treats +this as a C call and will return the standard hostname for +the local computer. + =item gethostent (Win32)