diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-06-10 12:34:27 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-06-10 12:34:27 +0000 |
commit | 1499abeef444e38d4173252b8b0b9b865c182804 (patch) | |
tree | 0cd4a38a75859569bd666c10a1e9e972ccec0aa8 | |
parent | fe0c226de95b79f0418006e2f4cda930b6c92d98 (diff) | |
download | src-test2-1499abeef444e38d4173252b8b0b9b865c182804.tar.gz src-test2-1499abeef444e38d4173252b8b0b9b865c182804.zip |
Notes
-rw-r--r-- | lib/libedit/editrc.5 | 2 | ||||
-rw-r--r-- | libexec/getty/gettytab.5 | 4 | ||||
-rw-r--r-- | share/termcap/termcap.5 | 14 | ||||
-rw-r--r-- | usr.bin/tn3270/mset/map3270.5 | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/inetd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/lpr/lpr/printcap.5 | 4 |
6 files changed, 15 insertions, 15 deletions
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index ed8731cb5d95..4237100defc2 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -213,7 +213,7 @@ or indicating that the terminal does or does not have that capability. .Pp .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. .Fl v causes messages to be verbose. diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index f0ea26b8114d..ca95f6bc705c 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" 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 .Dt GETTYTAB 5 @@ -372,7 +372,7 @@ mode. .Pp If .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 can be used to handle incoming PPP calls. .Pp diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5 index c49fd7066176..6b9628487acc 100644 --- a/share/termcap/termcap.5 +++ b/share/termcap/termcap.5 @@ -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 .Dt TERMCAP 5 @@ -205,7 +205,7 @@ label_height lh rows in each label label_width lw columns in each label max_attributes ma maximum combined attributes terminal can 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 # # 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_f6 k6 F6 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_home kh home 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_top_margin Zo Set top margin at current line 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 stop_bit_image Zs Stop printing bit image graphics stop_char_set_def Zt End definition of character aet -subscript_characters Zu List of subscriptable characters -superscript_characters Zv List of superscriptable characters +subscript_characters Zu List of subscriptible characters +superscript_characters Zv List of superscriptible characters these_cause_cr Zw Printing any of these chars causes CR 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_carriage_return Yv Move to beginning of same row 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 set_color_band Yz Change to ribbon color #1 set_page_length YZ Set page length to #1 lines diff --git a/usr.bin/tn3270/mset/map3270.5 b/usr.bin/tn3270/mset/map3270.5 index e58035739550..967477c8256b 100644 --- a/usr.bin/tn3270/mset/map3270.5 +++ b/usr.bin/tn3270/mset/map3270.5 @@ -267,7 +267,7 @@ user's environment and in /usr/share/misc/map3270: pfk21 = '\eE('; pfk22 = '\eE)'; pfk23 = '\eE_'; pfk24 = '\eE+'; } .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 each 3270 function when using the default key mapping supplied with diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 22eda6d89e9c..272db9472bf0 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" 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 .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 a ``/'' followed by the number to the maximum number of 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. .Pp The diff --git a/usr.sbin/lpr/lpr/printcap.5 b/usr.sbin/lpr/lpr/printcap.5 index 7c9834ea77c4..219ebc1533b9 100644 --- a/usr.sbin/lpr/lpr/printcap.5 +++ b/usr.sbin/lpr/lpr/printcap.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)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 .Dt PRINTCAP 5 @@ -93,7 +93,7 @@ format .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 "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 -like list describing the tty modes .It "mx num 1000 maximum file size (in" |