File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3398,9 +3398,14 @@ X<endnetent> X<endprotoent> X<endservent>
3398
3398
3399
3399
=for Pod::Functions be done using services file
3400
3400
3401
- These routines are the same as their counterparts in the
3402
- system C library. In list context, the return values from the
3403
- various get routines are as follows:
3401
+ These routines are the same as their counterparts in the system
3402
+ C library. This means that platform-specific quirks may be
3403
+ encountered. (For example, C<gethostbyname(undef)> will fail on
3404
+ a typical Linux system, but Windows will instead return the result
3405
+ for C<gethostbyname(localhost)>.)
3406
+
3407
+ In list context, the return values from the various get routines
3408
+ are as follows:
3404
3409
3405
3410
# 0 1 2 3 4
3406
3411
my ( $name, $passwd, $gid, $members ) = getgr*
You can’t perform that action at this time.
0 commit comments