=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/window.1,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/window/Attic/window.1 2003/09/04 22:14:43 1.18 --- src/usr.bin/window/Attic/window.1 2005/04/02 22:59:41 1.19 *************** *** 1,4 **** ! .\" $OpenBSD: window.1,v 1.18 2003/09/04 22:14:43 jmc Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: window.1,v 1.19 2005/04/02 22:59:41 jmc Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 *************** *** 41,51 **** .Nd window environment .Sh SYNOPSIS .Nm window ! .Op Fl t ! .Op Fl f ! .Op Fl d ! .Op Fl e Ar escape-char .Op Fl c Ar command .Sh DESCRIPTION .Nm implements a window environment on --- 41,49 ---- .Nd window environment .Sh SYNOPSIS .Nm window ! .Op Fl dft .Op Fl c Ar command + .Op Fl e Ar escape-char .Sh DESCRIPTION .Nm implements a window environment on *************** *** 79,91 **** .Pp The options are as follows: .Bl -tag -width Ds ! .It Fl t ! Turn on terse mode (see the ! .Ic terse ! command below). ! .It Fl f ! Fast. ! Don't perform any startup action. .It Fl d Ignore .Pa .windowrc --- 77,87 ---- .Pp The options are as follows: .Bl -tag -width Ds ! .It Fl c Ar command ! Execute the string ! .Ar command ! as a long command (see below) ! before doing anything else. .It Fl d Ignore .Pa .windowrc *************** *** 101,111 **** .Ar X is any character, meaning .No control\- Ns Ar X . ! .It Fl c Ar command ! Execute the string ! .Ar command ! as a long command (see below) ! before doing anything else. .El .Pp Windows can overlap and are framed as necessary. --- 97,109 ---- .Ar X is any character, meaning .No control\- Ns Ar X . ! .It Fl f ! Fast. ! Don't perform any startup action. ! .It Fl t ! Turn on terse mode (see the ! .Ic terse ! command below). .El .Pp Windows can overlap and are framed as necessary. *************** *** 429,436 **** .Nm has a single control structure: the fully bracketed if statement in the form ! .Pp ! .Bd -literal -offset indent -compact if then \t \t... --- 427,433 ---- .Nm has a single control structure: the fully bracketed if statement in the form ! .Bd -literal -offset indent if then \t \t...