From 720a0d454d16635e2dd7f09d24b5375959eefdf5 Mon Sep 17 00:00:00 2001 From: hyc Date: Thu, 3 Jun 2010 17:02:11 +0000 Subject: [PATCH] formatting/typos git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@507 400ebc74-4327-4243-bc38-086b20814532 --- rtmpdump.1 | 2 +- rtmpgw.8 | 4 ++-- rtmpgw.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rtmpdump.1 b/rtmpdump.1 index 4956222..2395de9 100644 --- a/rtmpdump.1 +++ b/rtmpdump.1 @@ -153,7 +153,7 @@ prefixing the type with 'N' and specifying the name before the value, e.g. NB:myFlag:1. This option may be used multiple times to construct arbitrary AMF sequences. E.g. .nf - -C B:1 -C S:authMe -C O:1 -C NN:code:1.23 -C NS:flag:ok -C O:0 + \-C B:1 \-C S:authMe \-C O:1 \-C NN:code:1.23 \-C NS:flag:ok \-C O:0 .fi .SS "Session Parameters" These options take effect after the Connect request has succeeded. diff --git a/rtmpgw.8 b/rtmpgw.8 index 162c0cc..197a2d6 100644 --- a/rtmpgw.8 +++ b/rtmpgw.8 @@ -149,7 +149,7 @@ prefixing the type with 'N' and specifying the name before the value, e.g. NB:myFlag:1. This option may be used multiple times to construct arbitrary AMF sequences. E.g. .nf - -C B:1 -C S:authMe -C O:1 -C NN:code:1.23 -C NS:flag:ok -C O:0 + \-C B:1 \-C S:authMe \-C O:1 \-C NN:code:1.23 \-C NS:flag:ok \-C O:0 .fi .SS "Session Parameters" These options take effect after the Connect request has succeeded. @@ -260,7 +260,7 @@ is equivalent to the .BR rtrmpdump (1) invocation .nf - rtmpdump -r rtmp://server/myapp -y somefile + rtmpdump \-r rtmp://server/myapp \-y somefile .fi Note that only the shortform (single letter) options are supported. diff --git a/rtmpgw.c b/rtmpgw.c index d3cf0a5..10a99e8 100644 --- a/rtmpgw.c +++ b/rtmpgw.c @@ -1085,7 +1085,7 @@ main(int argc, char **argv) RTMP_LogPrintf ("--live|-v Get a live stream, no --resume (seeking) of live streams possible\n"); RTMP_LogPrintf - ("--subscribe|-d string Stream name to subscribe to (otherwise defaults to playpath if live is specifed)\n"); + ("--subscribe|-d string Stream name to subscribe to (otherwise defaults to playpath if live is specified)\n"); RTMP_LogPrintf ("--timeout|-m num Timeout connection num seconds (default: %lu)\n", defaultRTMPRequest.timeout); -- 2.50.1