=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/script/script.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/script/script.1 1996/06/26 05:39:02 1.2 --- src/usr.bin/script/script.1 1998/09/27 16:57:52 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: script.1,v 1.2 1996/06/26 05:39:02 deraadt Exp $ .\" $NetBSD: script.1,v 1.3 1994/12/21 08:55:41 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: script.1,v 1.3 1998/09/27 16:57:52 aaron Exp $ .\" $NetBSD: script.1,v 1.3 1994/12/21 08:55:41 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 *************** *** 45,51 **** .Op Fl a .Op Ar file .Sh DESCRIPTION ! .Nm Script makes a typescript of everything printed on your terminal. It is useful for students who need a hardcopy record of an interactive session as proof of an assignment, as the typescript file --- 45,51 ---- .Op Fl a .Op Ar file .Sh DESCRIPTION ! .Nm script makes a typescript of everything printed on your terminal. It is useful for students who need a hardcopy record of an interactive session as proof of an assignment, as the typescript file *************** *** 90,96 **** Certain interactive commands, such as .Xr vi 1 , create garbage in the typescript file. ! .Nm Script works best with commands that do not manipulate the screen, the results are meant to emulate a hardcopy terminal. --- 90,96 ---- Certain interactive commands, such as .Xr vi 1 , create garbage in the typescript file. ! .Nm script works best with commands that do not manipulate the screen, the results are meant to emulate a hardcopy terminal. *************** *** 106,126 **** will be that shell. If .Ev SHELL is not set, the Bourne shell ! is assumed. (Most shells set this variable automatically). .El .Sh SEE ALSO .Xr csh 1 (for the .Em history ! mechanism). .Sh HISTORY The .Nm script command appeared in .Bx 3.0 . .Sh BUGS ! .Nm Script places ! .Sy everything in the log file, including linefeeds and backspaces. This is not what the naive user expects. --- 106,126 ---- will be that shell. If .Ev SHELL is not set, the Bourne shell ! is assumed. (Most shells set this variable automatically.) .El .Sh SEE ALSO .Xr csh 1 (for the .Em history ! mechanism) .Sh HISTORY The .Nm script command appeared in .Bx 3.0 . .Sh BUGS ! .Nm script places ! .Em everything in the log file, including linefeeds and backspaces. This is not what the naive user expects.