X-Git-Url: https://gitweb.dragonflybsd.org/~uqs/games.git/blobdiff_plain/da5933a3821c4a27fe422bfa630e1df9db816265..50a745ee4200328e43e4dc4fd8d008385cac0703:/games/morse/morse.6 diff --git a/games/morse/morse.6 b/games/morse/morse.6 index ed4e1951e8..740d6b2bf2 100644 --- a/games/morse/morse.6 +++ b/games/morse/morse.6 @@ -32,9 +32,9 @@ .\" .\" @(#)bcd.6 8.1 (Berkeley) 5/31/93 .\" $FreeBSD: src/games/morse/morse.6,v 1.4.2.7 2003/01/26 02:57:27 keramida Exp $ -.\" $DragonFly: src/games/morse/morse.6,v 1.3 2006/02/17 19:33:31 swildner Exp $ +.\" $DragonFly: src/games/morse/morse.6,v 1.9 2008/05/30 22:51:31 swildner Exp $ .\" -.Dd December 7, 2000 +.Dd May 30, 2008 .Dt MORSE 6 .Os .Sh NAME @@ -42,10 +42,13 @@ .Nd reformat input as morse code .Sh SYNOPSIS .Nm +.Op Fl o .Op Fl p +.Op Fl P Ar dspdevice .Op Fl d Ar device .Op Fl e .Op Fl w Ar speed +.Op Fl W Ar speed .Op Fl f Ar frequency .Op Fl s .Op Ar string ... @@ -61,13 +64,28 @@ Available options: The .Fl s option produces dots and dashes rather than words. +.It Fl o +Write 16bit signed, 44.1kHz native endian sound data +to the file specified by +.Fl P , +or, if not specified, to standard out. .It Fl p Send morse the real way. This only works if your system has -.Xr speaker 4 +.Xr sound 4 support. +.It Fl P Ar dspdevice +Select a different dsp device from the default +.Pa /dev/dsp . .It Fl w Ar speed Set the sending speed in words per minute. If not specified the default speed of 20 WPM is used. +.It Fl W Ar speed +Enable Farnsworth keying. +The argument to +.Fl w +will set the character keying speed and the argument to +.Fl W +will set the spacing between character and words. .It Fl f Ar frequency Set the sidetone frequency to something other than the default 600 Hz. .It Fl d Ar device @@ -95,19 +113,8 @@ or the flag. .Pp Not all prosigns have corresponding characters. Use -.Ql # -for -.Em AS , -.Ql @ -for -.Em SK , -.Ql * -for -.Em VE -and -.Ql % -for -.Em BK . +angle brackets to create a ligature, like +.Ql . The more common prosigns are .Ql = for @@ -148,18 +155,17 @@ they are interpreted as belonging to the .Ql ISO-8859-1 character set. -.Sh FILES -.Bl -tag -width /dev/speaker -compact -.It Pa /dev/speaker -speaker device file -.El .Sh SEE ALSO -.Xr speaker 4 +.Xr sound 4 .Sh HISTORY Sound support for .Nm added by -.An Lyndon Nerenberg (VE7TCP/VE6BBM) Aq lyndon@orthanc.com . +.An Lyndon Nerenberg (VE7TCP/VE6BBM) Aq lyndon@orthanc.com +and later converted to use +.Xr sound 4 +by +.An Simon 'corecode' Schubert Aq corecode@fs.ei.tum.de . .Pp Ability to key an external device added by .An J\(:org Wunsch