formatting + typo

This commit is contained in:
meejah 2022-09-21 19:23:30 -06:00
parent 56775dde19
commit 390c8c52da
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
Record both the PID and the process creation-time Record both the PID and the process creation-time:
A new kind of pidfile in `running.process` records both a new kind of pidfile in `running.process` records both
the PID and the creation-time of the process. This facilitates the PID and the creation-time of the process. This facilitates
automatic discovery of a "stale" pidfile that points to a automatic discovery of a "stale" pidfile that points to a
currently-running process. If the recorded creation-time matches currently-running process. If the recorded creation-time matches
the creation-time of the running process, then it is a still-running the creation-time of the running process, then it is a still-running
`tahoe run` proecss. Otherwise, the file is stale. `tahoe run` process. Otherwise, the file is stale.
The `twistd.pid` file is no longer present. The `twistd.pid` file is no longer present.