[rtmpdump] r507 - in trunk: rtmpdump.1 rtmpgw.8 rtmpgw.c

hyc subversion at mplayerhq.hu
Thu Jun 3 19:02:12 CEST 2010


Author: hyc
Date: Thu Jun  3 19:02:11 2010
New Revision: 507

Log:
formatting/typos

Modified:
   trunk/rtmpdump.1
   trunk/rtmpgw.8
   trunk/rtmpgw.c

Modified: trunk/rtmpdump.1
==============================================================================
--- trunk/rtmpdump.1	Thu Jun  3 18:59:46 2010	(r506)
+++ trunk/rtmpdump.1	Thu Jun  3 19:02:11 2010	(r507)
@@ -153,7 +153,7 @@ prefixing the type with 'N' and specifyi
 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.

Modified: trunk/rtmpgw.8
==============================================================================
--- trunk/rtmpgw.8	Thu Jun  3 18:59:46 2010	(r506)
+++ trunk/rtmpgw.8	Thu Jun  3 19:02:11 2010	(r507)
@@ -149,7 +149,7 @@ prefixing the type with 'N' and specifyi
 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.

Modified: trunk/rtmpgw.c
==============================================================================
--- trunk/rtmpgw.c	Thu Jun  3 18:59:46 2010	(r506)
+++ trunk/rtmpgw.c	Thu Jun  3 19:02:11 2010	(r507)
@@ -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);


More information about the rtmpdump mailing list