[LTP] [PATCH 2/2] getppid: Link manpage and fix minor issues

Andrea Cervesato andrea.cervesato@suse.com
Wed May 6 16:46:44 CEST 2026


Hi!

> -	if (ppid > pid_max)
> +	if (ppid < 1 || ppid > pid_max)

Please remove this, because it's not related to the manpages.
If you want this in, you should add it to an another commit.

Regards,
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com


More information about the ltp mailing list