X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1c15e88899094343f75aeba04122cd96a96b428e..refs/tags/BSD-4_3_Net_2:/usr/src/usr.bin/tn3270/mset.1 diff --git a/usr/src/usr.bin/tn3270/mset.1 b/usr/src/usr.bin/tn3270/mset.1 index 01587e5edc..5fba206047 100644 --- a/usr/src/usr.bin/tn3270/mset.1 +++ b/usr/src/usr.bin/tn3270/mset.1 @@ -1,28 +1,46 @@ .\" Copyright (c) 1986, 1990 The Regents of the University of California. .\" All rights reserved. .\" -.\" Redistribution and use in source and binary forms are permitted provided -.\" that: (1) source distributions retain this entire copyright notice and -.\" comment, and (2) distributions including binaries display the following -.\" acknowledgement: ``This product includes software developed by the -.\" University of California, Berkeley and its contributors'' in the -.\" documentation or other materials provided with the distribution and in -.\" all advertising materials mentioning features or use of this software. -.\" Neither the name of the University nor the names of its contributors may -.\" be used to endorse or promote products derived from this software without -.\" specific prior written permission. -.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the University of +.\" California, Berkeley and its contributors. +.\" 4. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. .\" -.\" @(#)mset.1 4.3 (Berkeley) 6/11/90 +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. .\" -.Dd June 11, 1990 +.\" @(#)mset.1 4.6 (Berkeley) 7/27/91 +.\" +.Dd July 27, 1991 .Dt MSET 1 .Os BSD 4.3 .Sh NAME .Nm mset -.Nd retrieve ASCII to IBM 3270 keyboard map +.Nd retrieve +.Tn ASCII +to +.Tn IBM +3270 keyboard map .Sh SYNOPSIS .Nm mset .Op Fl picky @@ -31,7 +49,11 @@ .Sh DESCRIPTION .Nm Mset retrieves mapping information -for the ASCII keyboard to IBM 3270 terminal +for the +.Tn ASCII +keyboard to +.Tn IBM +3270 terminal special functions. Normally, these mappings are found in @@ -54,8 +76,9 @@ is invoked. To do this, place the following command in your .Pa .login file: -.Pp -.Dl set noglob; setenv MAP3270 "\(gamset\(ga"; unset noglob +.Bd -literal -offset indent +set noglob; setenv MAP3270 "\(gamset\(ga"; unset noglob +.Ed .Pp If the .Ar keyboardname @@ -97,8 +120,8 @@ The arguments to .Nm mset are: .Pp -.Tw Fl -.Tp Fl picky +.Bl -tag -width Fl +.It Fl picky When processing the various .Pa map3270 entries (for the user's keyboard, @@ -111,7 +134,7 @@ the argument causes .Nm mset to issue warning messages about these unknown entries. -.Tp Fl shell +.It Fl shell If the .Pa map3270 entry is longer than the shell's 1024 environmental variable @@ -135,9 +158,10 @@ variable length limit. To set these variables, place the following command in your .Pa .login file: -.Pp -.Dl mset -shell > tmp ; source tmp ; /bin/rm tmp -.Tp Ar keyboardname +.Bd -literal -offset indent +mset -shell > tmp ; source tmp ; /bin/rm tmp +.Ed +.It Ar keyboardname When searching for the .Pa map3270 entry that matches the user's keyboard, @@ -150,15 +174,15 @@ or .Ev TERM environmental variables. .Sh FILES -.Dw /usr/share/misc/map3270 -.Di L -.Dp Pa /usr/share/misc/map3270 +.Bl -tag -width /usr/share/misc/map3270 -compact +.It Pa /usr/share/misc/map3270 keyboard mapping for known keyboards -.Dp -.Sh ENVIRONMENT +.El .Sh SEE ALSO .Xr tn3270 1 , .Xr map3270 5 .Sh HISTORY +The .Nm mset -appeared in 4.3 BSD. +command appeared in +.Bx 4.3 .