diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-08-29 12:04:28 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-08-29 12:14:08 +0200 |
| commit | 72da9ef1578f9f5b80d043d9670da1cc8880dfee (patch) | |
| tree | bc37f1cf5e08a61223cd9a7902c5f544190da761 /man2/select_tut.2 | |
| parent | 352c778d019173a05162bbe1f2d134b0c2039803 (diff) | |
| download | man-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.2 | 4 |
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); } |
