aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fwcontrol
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
commitc2965cd1854b75e6a13cb4bd6759b71adc8d2a87 (patch)
treecfe37b07c91a21b11ef67e7d2af479becafb2652 /usr.sbin/fwcontrol
parent7226ab98cf7f9f734bca6558ffbf7d24554b1a66 (diff)
downloadsrc-c2965cd1854b75e6a13cb4bd6759b71adc8d2a87.tar.gz
src-c2965cd1854b75e6a13cb4bd6759b71adc8d2a87.zip
mdoc: terminate quoted strings.
Reviewed by: brueffer
Notes
Notes: svn path=/head/; revision=233510
Diffstat (limited to 'usr.sbin/fwcontrol')
-rw-r--r--usr.sbin/fwcontrol/fwcontrol.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8
index f3a83b71d661..4d67b3a00030 100644
--- a/usr.sbin/fwcontrol/fwcontrol.8
+++ b/usr.sbin/fwcontrol/fwcontrol.8
@@ -171,7 +171,7 @@ For PAL, replace
with
.Dq Li bs=144000 .
.Pp
-.Dl "fwcontrol -R file.m2t
+.Dl "fwcontrol -R file.m2t"
.Pp
Receive an MPEG TS stream from a camera producing MPEG transport stream.
This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2
@@ -179,7 +179,7 @@ stream at 25 Mbps bandwidth.
.Pp
To send the stream from the camera over the network using TCP (which
surprisingly works better with vlc), you can use
-.Dl "fwcontrol -R - | nc 192.168.10.11 9000
+.Dl "fwcontrol -R - | nc 192.168.10.11 9000"
with
.Nm netcat
from ports and to receive the stream, use
@@ -190,7 +190,7 @@ To netcast via UDP, you need to use
program from ports, since vlc is not fast enough to read UDP packets from
buffers and thus it experiences dropouts when run directly.
The sending side can use
-.Dl "fwcontrol -R - | nc 192.168.10.11 9000
+.Dl "fwcontrol -R - | nc 192.168.10.11 9000"
and to receive the stream, use
.Dl nc -l -u -p 9000 | buffer -s 10k -b 1000 -m 20m -p 5 | vlc -
.Pp