Spelling fixes.

PR:		6903
Reviewed by:	phk
Submitted by:	Josh Gilliam <josh@quick.net>
This commit is contained in:
phk 1998-06-10 12:34:27 +00:00
parent 435dcca358
commit 7a64d46ca3
6 changed files with 15 additions and 15 deletions

View File

@ -213,7 +213,7 @@ or
indicating that the terminal does or does not have that capability. indicating that the terminal does or does not have that capability.
.Pp .Pp
.Fl s .Fl s
returns an emptry string for non-existant capabilities, rather than returns an empty string for non-existent capabilities, rather than
causing an error. causing an error.
.Fl v .Fl v
causes messages to be verbose. causes messages to be verbose.

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94 .\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94
.\" $Id: gettytab.5,v 1.16 1997/11/21 07:43:44 charnier Exp $ .\" $Id: gettytab.5,v 1.17 1998/05/04 02:37:24 steve Exp $
.\" " .\" "
.Dd April 19, 1994 .Dd April 19, 1994
.Dt GETTYTAB 5 .Dt GETTYTAB 5
@ -372,7 +372,7 @@ mode.
.Pp .Pp
If If
.Em \&pp .Em \&pp
string is specified and a PPP link bringup sequence is recognized, string is specified and a PPP link bring up sequence is recognized,
getty will invoke the program referenced by the pp option. This getty will invoke the program referenced by the pp option. This
can be used to handle incoming PPP calls. can be used to handle incoming PPP calls.
.Pp .Pp

View File

@ -51,7 +51,7 @@
.\" * * .\" * *
.\" ***************************************************************************/ .\" ***************************************************************************/
.\" .\"
.\" $Id: termcap.5,v 1.6 1997/04/07 10:24:02 jmg Exp $ .\" $Id: termcap.5,v 1.7 1997/09/20 01:10:27 ache Exp $
.\" .\"
.Dd April 16, 1994 .Dd April 16, 1994
.Dt TERMCAP 5 .Dt TERMCAP 5
@ -205,7 +205,7 @@ label_height lh rows in each label
label_width lw columns in each label label_width lw columns in each label
max_attributes ma maximum combined attributes terminal can max_attributes ma maximum combined attributes terminal can
handle handle
maximum_windows MW maxumum number of defineable windows maximum_windows MW maximum number of definable windows
magic_cookie_glitch_ul ug number of blanks left by underline magic_cookie_glitch_ul ug number of blanks left by underline
# #
# These came in with SVr4's color support # These came in with SVr4's color support
@ -321,7 +321,7 @@ key_f4 k4 F4 function key
key_f5 k5 F5 function key key_f5 k5 F5 function key
key_f6 k6 F6 function key key_f6 k6 F6 function key
key_f7 k7 F7 function key key_f7 k7 F7 function key
key_f8 k8 F8 fucntion key key_f8 k8 F8 function key
key_f9 k9 F9 function key key_f9 k9 F9 function key
key_home kh home key key_home kh home key
key_ic kI insert-character key key_ic kI insert-character key
@ -610,12 +610,12 @@ set_left_margin_parm Zm Set left (right) margin at column #1 (#2)
set_right_margin_parm Zn Set right margin at column #1 set_right_margin_parm Zn Set right margin at column #1
set_top_margin Zo Set top margin at current line set_top_margin Zo Set top margin at current line
set_top_margin_parm Zp Set top (bottom) margin at row #1 (#2) set_top_margin_parm Zp Set top (bottom) margin at row #1 (#2)
start_bit_image Zq Start printing bit image braphics start_bit_image Zq Start printing bit image graphics
start_char_set_def Zr Start character set definition start_char_set_def Zr Start character set definition
stop_bit_image Zs Stop printing bit image graphics stop_bit_image Zs Stop printing bit image graphics
stop_char_set_def Zt End definition of character aet stop_char_set_def Zt End definition of character aet
subscript_characters Zu List of subscriptable characters subscript_characters Zu List of subscriptible characters
superscript_characters Zv List of superscriptable characters superscript_characters Zv List of superscriptible characters
these_cause_cr Zw Printing any of these chars causes CR these_cause_cr Zw Printing any of these chars causes CR
zero_motion Zx No motion for subsequent character zero_motion Zx No motion for subsequent character
# #
@ -643,7 +643,7 @@ bit_image_repeat Xy Repeat bit image cell #1 #2 times
bit_image_newline Zz Move to next row of the bit image bit_image_newline Zz Move to next row of the bit image
bit_image_carriage_return Yv Move to beginning of same row bit_image_carriage_return Yv Move to beginning of same row
color_names Yw Give name for color #1 color_names Yw Give name for color #1
define_bit_image_region Yx Define rectangualar bit image region define_bit_image_region Yx Define rectangular bit image region
end_bit_image_region Yy End a bit-image region end_bit_image_region Yy End a bit-image region
set_color_band Yz Change to ribbon color #1 set_color_band Yz Change to ribbon color #1
set_page_length YZ Set page length to #1 lines set_page_length YZ Set page length to #1 lines

View File

@ -267,7 +267,7 @@ user's environment and in /usr/share/misc/map3270:
pfk21 = '\eE('; pfk22 = '\eE)'; pfk23 = '\eE_'; pfk24 = '\eE+'; pfk21 = '\eE('; pfk22 = '\eE)'; pfk23 = '\eE_'; pfk24 = '\eE+';
} }
.fi .fi
.SH "IBM 3270 KEY DEFINITONS FOR AN ABOVE DEFINITION" .SH "IBM 3270 KEY DEFINITIONS FOR AN ABOVE DEFINITION"
The charts below show the proper keys to emulate The charts below show the proper keys to emulate
each 3270 function when using the default key mapping supplied each 3270 function when using the default key mapping supplied
with with

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94 .\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94
.\" $Id: inetd.8,v 1.20 1998/05/14 20:26:15 guido Exp $ .\" $Id: inetd.8,v 1.21 1998/05/15 19:16:35 pb Exp $
.\" .\"
.Dd February 7, 1996 .Dd February 7, 1996
.Dt INETD 8 .Dt INETD 8
@ -291,7 +291,7 @@ You can also specify the maximum number of connections per minute
for a given IP address by appending for a given IP address by appending
a ``/'' followed by the number to the maximum number of a ``/'' followed by the number to the maximum number of
outstanding child processes. Once the maximum is reached, further outstanding child processes. Once the maximum is reached, further
conections from this IP address will be dropped until the end of the connections from this IP address will be dropped until the end of the
minute. minute.
.Pp .Pp
The The

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)printcap.5 8.2 (Berkeley) 12/11/93 .\" @(#)printcap.5 8.2 (Berkeley) 12/11/93
.\" $Id: printcap.5,v 1.12 1997/10/14 16:01:02 joerg Exp $ .\" $Id: printcap.5,v 1.13 1997/12/02 21:41:40 wollman Exp $
.\" .\"
.Dd December 11, 1993 .Dd December 11, 1993
.Dt PRINTCAP 5 .Dt PRINTCAP 5
@ -93,7 +93,7 @@ format
.It "lf str" Ta Pa /dev/console Ta No "error logging file name" .It "lf str" Ta Pa /dev/console Ta No "error logging file name"
.It "lo str" Ta Pa lock Ta No "name of lock file" .It "lo str" Ta Pa lock Ta No "name of lock file"
.It "lp str" Ta Pa /dev/lp Ta No "device name to open for output" .It "lp str" Ta Pa /dev/lp Ta No "device name to open for output"
.It "ms str" Ta Dv NULL Ta No "if lp is a tty, a comma-seperated, " .It "ms str" Ta Dv NULL Ta No "if lp is a tty, a comma-separated, "
.Xr stty 1 .Xr stty 1
-like list describing the tty modes -like list describing the tty modes
.It "mx num 1000 maximum file size (in" .It "mx num 1000 maximum file size (in"