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:
7356337
)
docs/sysfs: add missing word to sysfs attribute explanation
author
Shaun Zinck
<shaun.zinck@gmail.com>
Sat, 20 Oct 2007 00:39:43 +0000
(
02:39
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sat, 20 Oct 2007 00:39:43 +0000
(
02:39
+0200)
Add the obvious missing word.
Signed-off-by: Shaun Zinck <shaun.zinck@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Documentation/filesystems/sysfs.txt
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/sysfs.txt
b/Documentation/filesystems/sysfs.txt
index 4b5ca26e50485cef96afb94f1d6be4238bbe90af..4598ef7b622bb88711cb22595a9b2f85a5050d9c 100644
(file)
--- a/
Documentation/filesystems/sysfs.txt
+++ b/
Documentation/filesystems/sysfs.txt
@@
-51,7
+51,7
@@
for the attributes, providing a means to read and write kernel
attributes.
Attributes should be ASCII text files, preferably with only one value
-per file. It is noted that it may not be efficient to contain only
+per file. It is noted that it may not be efficient to contain only
one
value per file, so it is socially acceptable to express an array of
values of the same type.