diff options
| author | Mike Karels <karels@FreeBSD.org> | 2023-11-27 16:55:11 +0000 |
|---|---|---|
| committer | Mike Karels <karels@FreeBSD.org> | 2023-11-27 16:59:52 +0000 |
| commit | 1a7c9e1585dd3ae14b03226e359d434c10066bfb (patch) | |
| tree | 6620db5da9934a0e6d8b965fe12ddf7a670e9699 /bin | |
| parent | 3faba3002f466e1bdad4767c55257e04433ee96b (diff) | |
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/pwait/pwait.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pwait/pwait.1 b/bin/pwait/pwait.1 index 9310b74d5683..83ac8bcef317 100644 --- a/bin/pwait/pwait.1 +++ b/bin/pwait/pwait.1 @@ -97,7 +97,7 @@ $ sleep 30 & sleep 3600 & [1] 1646 [2] 1647 $ pwait -o -t5 1646 1647 -$? +$ echo $? 124 .Ed .Pp @@ -111,7 +111,7 @@ $ sleep 30 & sleep 3600 & [2] 1653 $ pwait -v -t 5 1652 1653 timeout -$? +$ echo $? 124 .Ed .Pp |
