Revision: 23531 http://trac.macosforge.org/projects/launchd/changeset/23531 Author: zarzycki@apple.com Date: 2008-03-04 09:55:45 -0800 (Tue, 04 Mar 2008) Log Message: ----------- <rdar://problem/5778196> DOC: launchd.plist(5) "Please note." awkward sentence. Modified Paths: -------------- trunk/launchd/src/launchd.plist.5 Modified: trunk/launchd/src/launchd.plist.5 =================================================================== --- trunk/launchd/src/launchd.plist.5 2008-03-04 17:53:17 UTC (rev 23530) +++ trunk/launchd/src/launchd.plist.5 2008-03-04 17:55:45 UTC (rev 23531) @@ -78,7 +78,7 @@ The follow keys can be used to describe the configuration details of your daemon or agent. Property lists are Apple's standard configuration file format. Please see .Xr plist 5 -for more information. Please note. Property list files are expected to have their name end in ".plist". +for more information. Please note: property list files are expected to have their name end in ".plist". .Pp .Bl -ohang .It Sy Label <string> @@ -114,7 +114,7 @@ .It Sy ProgramArguments <array of strings> This key maps to the second argument of .Xr execvp 3 . -This key is required in the absence of the Program key. Please note! Many people are confused by this key. Please read +This key is required in the absence of the Program key. Please note: many people are confused by this key. Please read .Xr execvp 3 very carefully! .It Sy EnableGlobbing <boolean>