aboutsummaryrefslogtreecommitdiffstats
path: root/man/man7/unix.7
diff options
context:
space:
mode:
Diffstat (limited to 'man/man7/unix.7')
-rw-r--r--man/man7/unix.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man7/unix.7 b/man/man7/unix.7
index f291508bfb..6a6248bac7 100644
--- a/man/man7/unix.7
+++ b/man/man7/unix.7
@@ -941,13 +941,13 @@ Execution of the server program ends when it receives the "DOWN" command.
.SS Example output
.in +4n
.EX
-$ \fB./server &\fP
+.RB $ " ./server &"
[1] 25887
-$ \fB./client 3 4\fP
+.RB $ " ./client 3 4" ;
Result = 7
-$ \fB./client 11 \-5\fP
+.RB $ " ./client 11 \-5" ;
Result = 6
-$ \fB./client DOWN\fP
+.RB $ " ./client DOWN" ;
Result = 0
[1]+ Done ./server
$