Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer to the syscall interface

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Juan Lang and committed by
Greg Kroah-Hartman
a2765e81 30b1b280

+1 -1
+1 -1
Documentation/stable_api_nonsense.txt
··· 10 10 the one that application programs use, the syscall interface. That 11 11 interface is _very_ stable over time, and will not break. I have old 12 12 programs that were built on a pre 0.9something kernel that still work 13 - just fine on the latest 2.6 kernel release. This interface is the one 13 + just fine on the latest 2.6 kernel release. That interface is the one 14 14 that users and application programmers can count on being stable. 15 15 16 16