]> granicus.if.org Git - rtmpdump/commitdiff
formatting/typos
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 3 Jun 2010 17:02:11 +0000 (17:02 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 3 Jun 2010 17:02:11 +0000 (17:02 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@507 400ebc74-4327-4243-bc38-086b20814532

rtmpdump.1
rtmpgw.8
rtmpgw.c

index 4956222e992f3f6fcd6731c2b81577f4b448cf42..2395de9add73ef4b4c6d0e4bb644200a5c5b7bd8 100644 (file)
@@ -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.
index 162c0cc4de3f9ac94d8389e4ce9cd216a31c32d0..197a2d69841e4d4dc48bb3d158b5009ed135293b 100644 (file)
--- 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.
index d3cf0a54b89eda784d84230c487e64d5483ae73c..10a99e8d91500373c4bdc1ab614828314d9f0ee3 100644 (file)
--- 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);