aboutsummaryrefslogtreecommitdiffstats
path: root/man2/select_tut.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-08-29 12:04:28 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-08-29 12:14:08 +0200
commit72da9ef1578f9f5b80d043d9670da1cc8880dfee (patch)
treebc37f1cf5e08a61223cd9a7902c5f544190da761 /man2/select_tut.2
parent352c778d019173a05162bbe1f2d134b0c2039803 (diff)
downloadman-pages-72da9ef1578f9f5b80d043d9670da1cc8880dfee.tar.gz
ldd.1, execve.2, getdents.2, quotactl.2, select_tut.2, clock_getcpuclockid.3, fopencookie.3, getservent_r.3, matherr.3, mq_notify.3, pthread_create.3, pthread_getattr_np.3, wordexp.3: Global fix: s/-/\\-/ when real hyphen is required (e.g., in code)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/select_tut.2')
-rw-r--r--man2/select_tut.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/select_tut.2 b/man2/select_tut.2
index d9fb610c29..3ea0232fc0 100644
--- a/man2/select_tut.2
+++ b/man2/select_tut.2
@@ -638,8 +638,8 @@ main(int argc, char *argv[])
int buf2_avail, buf2_written;
if (argc != 4) {
- fprintf(stderr, "Usage\\n\\tfwd <listen-port> "
- "<forward-to-port> <forward-to-ip-address>\\n");
+ fprintf(stderr, "Usage\\n\\tfwd <listen\-port> "
+ "<forward\-to\-port> <forward\-to\-ip\-address>\\n");
exit(EXIT_FAILURE);
}