chiark / gitweb /
Docs: README: Add missing `and'
authorMichael Witten <mfwitten@gmail.com>
Fri, 8 Apr 2011 16:00:01 +0000 (16:00 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 11 Apr 2011 05:14:41 +0000 (05:14 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
README

diff --git a/README b/README
index 04e722f3d623fbdb411117c58d58a91fcacac5d6..5cac0213ad1b1464c5c61850df8afaae9ebbf537 100644 (file)
--- a/README
+++ b/README
@@ -41,18 +41,18 @@ Requirements:
     unusable because the kernel may create too many processes in parallel
     so that the system runs out-of-memory.
 
     unusable because the kernel may create too many processes in parallel
     so that the system runs out-of-memory.
 
-  - The proc filesystem must be mounted on /proc, the sysfs filesystem must
+  - The proc filesystem must be mounted on /proc, and the sysfs filesystem must
     be mounted at /sys. No other locations are supported by a standard
     udev installation.
 
   - The system must have the following group names resolvable at udev startup:
     be mounted at /sys. No other locations are supported by a standard
     udev installation.
 
   - The system must have the following group names resolvable at udev startup:
-      disk, cdrom, floppy, tape, audio, video, lp, tty, dialout, kmem.
+      disk, cdrom, floppy, tape, audio, video, lp, tty, dialout, and kmem.
     Especially in LDAP setups, it is required, that getgrnam() is able to resolve
     these group names with only the rootfs mounted, and while no network is
     available.
 
   - To build all 'udev extras', libacl, libglib2, libusb, usbutils, pciutils,
     Especially in LDAP setups, it is required, that getgrnam() is able to resolve
     these group names with only the rootfs mounted, and while no network is
     available.
 
   - To build all 'udev extras', libacl, libglib2, libusb, usbutils, pciutils,
-    gperf are needed. These dependencies can be disabled with the
+    and gperf are needed. These dependencies can be disabled with the
     --disable-extras configure option.
 
 Setup:
     --disable-extras configure option.
 
 Setup: