diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-07-17 22:43:18 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-03-30 12:31:37 +0200 |
| commit | a82917ada0509758ac6d717402858536af3a032d (patch) | |
| tree | ce8bc810a6c9f2f0ef5c7641392613d6b8a2ed0e /man/man7/unix.7 | |
| parent | c47826785d91e9cd8c2957d789e50a50e36833e0 (diff) | |
| download | man-pages-a82917ada0509758ac6d717402858536af3a032d.tar.gz | |
man/: srcfix (\fX => \f[X])
While doing this global change, fix other minor issues found nearby.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man7/unix.7')
| -rw-r--r-- | man/man7/unix.7 | 8 |
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 $ |
