~jamesodhunt/upstart/handle-no-home-var

« back to all changes in this revision

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

  • Committer: James Hunt
  • Date: 2014-02-19 09:07:56 UTC
  • mfrom: (1588.1.14 ipv6)
  • Revision ID: james.hunt@ubuntu.com-20140219090756-fu7d0ez5i6gcj0u6
* Merged lp:~cameronnemo/upstart/ipv6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
.\"
40
40
.SH EXAMPLES
41
41
.\"
42
 
.SS Internet socket
 
42
.SS Internet (IPv4) socket
43
43
Start web server when first client connects from localhost:
44
44
.RS
45
45
.nf
48
48
.fi
49
49
.RE
50
50
.\"
 
51
.SS Internet (IPv6) socket
 
52
Start job when a client connects from localhost:
 
53
.RS
 
54
.nf
 
55
 
 
56
start on socket PROTO=inet6 PORT=80 ADDR=::1
 
57
.fi
 
58
.RE
 
59
.\"
51
60
.SS Local socket
52
61
.P
53
62
.RS