projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30b1b28
)
stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer...
author
Juan Lang
<juan.lang@gmail.com>
Tue, 24 Jul 2007 20:24:19 +0000
(13:24 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 30 Jul 2007 21:25:12 +0000
(14:25 -0700)
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/stable_api_nonsense.txt
patch
|
blob
|
history
diff --git
a/Documentation/stable_api_nonsense.txt
b/Documentation/stable_api_nonsense.txt
index a2afca3b2bab6fb923fb9eda102073606d15c278..847b342b7b20bd73758c603d833811c5ac738930 100644
(file)
--- a/
Documentation/stable_api_nonsense.txt
+++ b/
Documentation/stable_api_nonsense.txt
@@
-10,7
+10,7
@@
kernel to userspace interfaces. The kernel to userspace interface is
the one that application programs use, the syscall interface. That
interface is _very_ stable over time, and will not break. I have old
programs that were built on a pre 0.9something kernel that still work
-just fine on the latest 2.6 kernel release. Th
is
interface is the one
+just fine on the latest 2.6 kernel release. Th
at
interface is the one
that users and application programmers can count on being stable.