Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/fwctl fwcontrol -> fwctl



details:   https://anonhg.NetBSD.org/src/rev/359daab61e33
branches:  trunk
changeset: 757095:359daab61e33
user:      cegger <cegger%NetBSD.org@localhost>
date:      Sat Aug 14 16:23:49 2010 +0000

description:
fwcontrol -> fwctl

diffstat:

 usr.sbin/fwctl/fwctl.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 38648228a331 -r 359daab61e33 usr.sbin/fwctl/fwctl.8
--- a/usr.sbin/fwctl/fwctl.8    Sat Aug 14 12:11:46 2010 +0000
+++ b/usr.sbin/fwctl/fwctl.8    Sat Aug 14 16:23:49 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index