~jamesodhunt/upstart/bug-1124384-testcase

« back to all changes in this revision

Viewing changes to extra/man/file-event.7

  • Committer: James Hunt
  • Date: 2013-04-02 19:14:50 UTC
  • Revision ID: james.hunt@ubuntu.com-20130402191450-tr7o7x2zkv1467fl
* extra/man/file-event.7: Correct EVENT values in examples.
* extra/man/upstart-event-bridge.8:
  - Corrected bridge name.
  - Explain that blocking semantics of system jobs not retained.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
.\"
63
63
.SH EXAMPLES
64
64
.\"
65
 
.IP "start on file FILE=/run/app.pid EVENT=created" 0.4i
 
65
.IP "start on file FILE=/run/app.pid EVENT=create" 0.4i
66
66
Event emitted when file is created.
67
67
.IP "start on file FILE=/run/app.pid"
68
68
Event emitted when file is created, modified or deleted.
69
69
.IP "start on file FILE=/var/log/"
70
70
Event emitted when files within a directory are created, modified or
71
71
deleted.
72
 
.IP "start on file FILE=/var/crash/*.crash EVENT=created"
 
72
.IP "start on file FILE=/var/crash/*.crash EVENT=create"
73
73
Event emitted when files that match a glob pattern are created in the
74
74
indicated directory.
75
75
.IP "start on file FILE=""/this/path/contains whitespace.txt"""