]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pwait.1: add missing prompt and command in examples
authorMike Karels <karels@FreeBSD.org>
Mon, 27 Nov 2023 16:55:11 +0000 (10:55 -0600)
committerMike Karels <karels@FreeBSD.org>
Mon, 27 Nov 2023 16:59:52 +0000 (10:59 -0600)
commit1a7c9e1585dd3ae14b03226e359d434c10066bfb
tree6620db5da9934a0e6d8b965fe12ddf7a670e9699
parent3faba3002f466e1bdad4767c55257e04433ee96b
pwait.1: add missing prompt and command in examples

Two examples showed '$?' alone on a line, which should be '$ echo $?'.
The third example got it right.  Fix the first two.
bin/pwait/pwait.1