Module Name: src
Committed By: joerg
Date: Wed Apr 8 14:33:12 UTC 2009
Modified Files:
src/usr.sbin/fwctl: fwctl.8
Log Message:
Add missing quotes.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/fwctl/fwctl.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/fwctl/fwctl.8
diff -u src/usr.sbin/fwctl/fwctl.8:1.6 src/usr.sbin/fwctl/fwctl.8:1.7
--- src/usr.sbin/fwctl/fwctl.8:1.6 Tue Nov 6 17:02:15 2007
+++ src/usr.sbin/fwctl/fwctl.8 Wed Apr 8 14:33:12 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: fwctl.8,v 1.6 2007/11/06 17:02:15 kiyohara Exp $
+.\" $NetBSD: fwctl.8,v 1.7 2009/04/08 14:33:12 joerg Exp $
.\"
.\" Copyright (c) 2005 KIYOHARA Takashi
.\" All rights reserved.
@@ -157,7 +157,7 @@
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 stream at
@@ -165,7 +165,7 @@
.Pp
To send the stream from the camera over the network using TCP (which
supprisingly 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
@@ -176,7 +176,7 @@
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