summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-31 21:22:35 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:14 -0700
commit5f7c4c1bb07c4398331b548de366c76c05eed1ff (patch)
tree48a51ba36972e15d8baf01e6bd538a4e548bf7b3
parent8ccd82e04c28ca49b70a619e3d6e81d67e68ab95 (diff)
[PATCH] minor grammer fixes for the udev_vs_devfs document
Thanks to Seemant Kulleen <seemant@gentoo.org> for pointing them out.
-rw-r--r--docs/udev_vs_devfs12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/udev_vs_devfs b/docs/udev_vs_devfs
index 17853f881f..fbf757d437 100644
--- a/docs/udev_vs_devfs
+++ b/docs/udev_vs_devfs
@@ -13,7 +13,7 @@ Executive summary for those too lazy to read this whole thing:
will be gladly ignored.
-First off, some background. For a description of udev, and what it's
+First off, some background. For a description of udev, and what its
original design goals were, please see the OLS 2003 paper on udev,
available at:
<http://www.kroah.com/linux/talks/ols_2003_udev_paper/Reprint-Kroah-Hartman-OLS2003.pdf>
@@ -26,7 +26,7 @@ directory.
In that OLS paper, I described the current situation of a static /dev
and the current problems that a number of people have with it. I also
detailed how devfs tries to solve a number of these problems. In
-hindsight, I should have never mentioned the word, devfs, when talking
+hindsight, I should have never mentioned the word "devfs" when talking
about udev. I did so only because it seemed like a good place to start
with. Most people understood what devfs is, and what it does. To
compare udev against it, showing how udev was more powerful, and a more
@@ -90,7 +90,7 @@ And now for udev:
to name devices in a persistent manner. More on that below.
4) udev emits D-BUS messages so that any other userspace program
(like HAL) can listen to see what devices are created or removed.
- It also allows userspace programs to query it's database to see
+ It also allows userspace programs to query its database to see
what devices are present and what they are currently named as
(providing a pointer into the sysfs tree for that specific device
node.)
@@ -123,8 +123,8 @@ everything that devfs currently does, in about 6Kb of userspace code:
Yes, that's right, 6Kb. So, you are asking, why are you still working
on udev if it did everything devfs did back in May 2003? That's because
just managing static device nodes based on what the kernel calls the
-devices is _not_ the primary goal of udev. It's just a tiny side affect
-of it's primary goal, the ability to never worry about major/minor
+devices is _not_ the primary goal of udev. It's just a tiny side effect
+of its primary goal, the ability to never worry about major/minor
number assignments and provide the ability to achieve persistent device
names if wanted.
@@ -132,7 +132,7 @@ All the people wanting to bring up the udev vs. devfs argument go back
and read the previous paragraph. Yes, all Gentoo users who keep filling
up my inbox with smoking emails, I mean you.
-So, how well does udev solve it's goals:
+So, how well does udev solve its goals:
Prevent users from ever worrying about major/minor numbers
And here you were, not knowing you ever needed to worry about
major/minor numbers in the first place, right? Ah, I see you