Deleted Added
full compact
morse.6 (73077) morse.6 (73349)
1.\" Copyright (c) 2000 Alexey Zelkin. All rights reserved.
2.\" Copyright (c) 1988, 1991, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93
1.\" Copyright (c) 2000 Alexey Zelkin. All rights reserved.
2.\" Copyright (c) 1988, 1991, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93
34.\" $FreeBSD: head/games/morse/morse.6 73077 2001-02-26 09:05:48Z ru $
34.\" $FreeBSD: head/games/morse/morse.6 73349 2001-03-02 16:52:14Z ru $
35.\"
36.Dd December 7, 2000
37.Dt MORSE 6
38.Os
39.Sh NAME
40.Nm morse
41.Nd reformat input as morse code
42.Sh SYNOPSIS

--- 90 unchanged lines hidden (view full) ---

133minor glitch that is generated during program startup.
134.Sh FILES
135.Bl -tag -width /dev/speaker -compact
136.It Pa /dev/speaker
137speaker device file
138.El
139.Sh ENVIRONMENT
140.Bl -tag -width LC_CTYPE -compact
35.\"
36.Dd December 7, 2000
37.Dt MORSE 6
38.Os
39.Sh NAME
40.Nm morse
41.Nd reformat input as morse code
42.Sh SYNOPSIS

--- 90 unchanged lines hidden (view full) ---

133minor glitch that is generated during program startup.
134.Sh FILES
135.Bl -tag -width /dev/speaker -compact
136.It Pa /dev/speaker
137speaker device file
138.El
139.Sh ENVIRONMENT
140.Bl -tag -width LC_CTYPE -compact
141.It Ev LC_CTYPE
142.It Ev LC_ALL
141.It Ev LC_ALL
142.It Ev LC_CTYPE
143.It Ev LANG
144If one of these variables (in this priority) is set to a locale ending in
145.Ql KOI8-R ,
146characters with the high-order bit set are being interpreted as
147Cyrillic characters. In all other cases, they are being interpreted
148as belonging to the
149.Ql ISO_8859-1
150character set.

--- 18 unchanged lines hidden ---
143.It Ev LANG
144If one of these variables (in this priority) is set to a locale ending in
145.Ql KOI8-R ,
146characters with the high-order bit set are being interpreted as
147Cyrillic characters. In all other cases, they are being interpreted
148as belonging to the
149.Ql ISO_8859-1
150character set.

--- 18 unchanged lines hidden ---