diff options
author | Mattias Andrée <maandree@kth.se> | 2018-05-09 19:13:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-05-09 19:13:54 +0200 |
commit | 867781f4f8d868070e19bdffa5b1cc3eecea4c2d (patch) | |
tree | f607ef0944277d022a1a922159b643137ec2a33b | |
parent | m (diff) | |
download | slibc-867781f4f8d868070e19bdffa5b1cc3eecea4c2d.tar.gz slibc-867781f4f8d868070e19bdffa5b1cc3eecea4c2d.tar.bz2 slibc-867781f4f8d868070e19bdffa5b1cc3eecea4c2d.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/unistd/searchpath3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/searchpath3.c b/src/unistd/searchpath3.c index 222f77a..19ee3ee 100644 --- a/src/unistd/searchpath3.c +++ b/src/unistd/searchpath3.c @@ -48,7 +48,7 @@ * * This is a slibc extension. * - * @etymology Variant of (searchpath) that takes (2) arguments. + * @etymology Variant of (searchpath) that takes (3) arguments. * * @param name The name of the sought executable. Must not be `NULL`. * @param fallback Value to use instead of the value of $PATH, if |