aboutsummaryrefslogtreecommitdiff
path: root/bin/pwait/pwait.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pwait/pwait.1')
-rw-r--r--bin/pwait/pwait.16
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/pwait/pwait.1 b/bin/pwait/pwait.1
index b9b651bfc905..83ac8bcef317 100644
--- a/bin/pwait/pwait.1
+++ b/bin/pwait/pwait.1
@@ -30,8 +30,6 @@
.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
.\" OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
.Dd January 21, 2021
.Dt PWAIT 1
.Os
@@ -99,7 +97,7 @@ $ sleep 30 & sleep 3600 &
[1] 1646
[2] 1647
$ pwait -o -t5 1646 1647
-$?
+$ echo $?
124
.Ed
.Pp
@@ -113,7 +111,7 @@ $ sleep 30 & sleep 3600 &
[2] 1653
$ pwait -v -t 5 1652 1653
timeout
-$?
+$ echo $?
124
.Ed
.Pp