diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2007-10-13 11:09:45 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2007-10-13 11:09:45 +0000 |
| commit | 3dca093960479618c24f8b6470402fd6f216803f (patch) | |
| tree | d38e1b096bfb912b9267039ab8dae627c04de4a2 /lib/libutil | |
| parent | 1e999888c239ef385f6594e55f6338b4fd6e93ef (diff) | |
Notes
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/pidfile.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/pidfile.3 b/lib/libutil/pidfile.3 index 3eaa7cf010e5..a188304a1984 100644 --- a/lib/libutil/pidfile.3 +++ b/lib/libutil/pidfile.3 @@ -170,7 +170,8 @@ Some process already holds the lock on the given pidfile, but PID read from there is invalid. .It Bq Er EAGAIN Some process already holds the lock on the given pidfile, but the file -is truncated. Most likely, the existing daemon is writing new PID into +is truncated. +Most likely, the existing daemon is writing new PID into the file. .El .Pp |
