diff --git a/man/pidof.8 b/man/pidof.8 index 6866cb3..518b09c 100644 --- a/man/pidof.8 +++ b/man/pidof.8 @@ -94,7 +94,7 @@ that it returns PIDs of running programs that happen to have the same name as the program you're after but are actually other programs. Note that the executable name of running processes is calculated with .BR readlink (2), -so symbolic links to executables will also match. +so symbolic links to executables will also match. However, symbolic links to symbolic links will not match. .PP Zombie processes or processes in disk sleep (states Z and D, respectively) are ignored, as attempts to access the stats of these will sometimes fail.