diff --git a/Deconstructing_Linux_udev_Rules.rst b/Deconstructing_Linux_udev_Rules.rst index 27605d1..107db9c 100644 --- a/Deconstructing_Linux_udev_Rules.rst +++ b/Deconstructing_Linux_udev_Rules.rst @@ -6,7 +6,7 @@ :Author: Tim Daneliuk (tundra@tundraware.com) -:Version: ``$Id: Deconstructing_Linux_udev_Rules.rst,v 1.123 2013/11/01 04:25:53 tundra Exp $`` +:Version: ``$Id: Deconstructing_Linux_udev_Rules.rst,v 1.124 2013/11/01 04:28:33 tundra Exp $`` Précis @@ -138,7 +138,7 @@ the actual file, they entire rule is put on one line. It is possible to break rules across lines, but you have to ensure that you follow the syntax that ``udev`` expects. To keep things from mysteriously -breaking, it's easier just to keep the entire rule on one line:: +breaking, it's just easier to keep the entire rule on one line:: ACTION=="add", KERNEL=="sd*", PROGRAM=="/sbin/scsi_id --whitelisted /dev/$name",