Module Name:    src
Committed By:   cegger
Date:           Sat Aug 14 16:23:49 UTC 2010

Modified Files:
        src/usr.sbin/fwctl: fwctl.8

Log Message:
fwcontrol -> fwctl


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/usr.sbin/fwctl/fwctl.8:1.9
--- src/usr.sbin/fwctl/fwctl.8:1.8	Mon May 18 11:57:30 2009
+++ src/usr.sbin/fwctl/fwctl.8	Sat Aug 14 16:23:49 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fwctl.8,v 1.8 2009/05/18 11:57:30 wiz Exp $
+.\"	$NetBSD: fwctl.8,v 1.9 2010/08/14 16:23:49 cegger Exp $
 .\"
 .\" Copyright (c) 2005 KIYOHARA Takashi
 .\" All rights reserved.
@@ -161,7 +161,7 @@
 with
 .Dq Li bs=144000 .
 .Pp
-.Dl "fwcontrol -R file.m2t"
+.Dl "fwctl -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
@@ -169,7 +169,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 "fwctl -R - | nc 192.168.10.11 9000"
 with
 .Pa pkgsrc/net/netcat
 and to receive the stream, use
@@ -180,7 +180,7 @@
 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 "fwctl -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

Reply via email to