Cc: Bart Van Assche <bart.vanassche@...>, Michael Kerrisk <mtk.manpages@...>, lkml <linux-kernel@...>, Thomas Gleixner <tglx@...>, john stultz <johnstul@...>, Ingo Molnar <mingo@...>
CLOCK_MONOTONIC is optional, that's probably the reason it's not mentioned
there. If you check the man page for clock_settime, it specifically
mentions that pending relative timer (including nanosleep) aren't affected
by the changed time, thus if CLOCK_MONOTONIC and CLOCK_REALTIME advance
equally, it doesn't matter which you use for relative timer.
bye, Roman
--