diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/double.1 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/double.1')
| -rw-r--r-- | static/v10/man1/double.1 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/static/v10/man1/double.1 b/static/v10/man1/double.1 new file mode 100644 index 00000000..f2da42d7 --- /dev/null +++ b/static/v10/man1/double.1 @@ -0,0 +1,60 @@ +.id NOTICE-NOT TO BE DISCLOSED OUTSIDE BELL SYS EXCEPT UNDER WRITTEN AGRMT +.id Writer's Workbench version 2.1, January 1981 +.TH DOUBLE 1 +.SH NAME +double \- double word finder +.SH SYNOPSIS +.B double +[ +.B \-flags +][ +.B \-ver +] +[file ...] +.SH DESCRIPTION +.I Double +searches text for consecutive occurrences of words. +It skips text contained in tables formatted with +.IR tbl (1) +and ignores consecutive occurrences of any single character +except +.IR a . +When +.I double +finds two words in a row, +it prints them with the line number of the first one. +.PP +.I Double +is one of the programs run under the +.IR proofr (1) +and +.IR wwb (1) +commands. +.PP +Two options give information about the program: +.RS 5 +.TP 7 +.B \-flags +print the command synopsis line (see above) +showing command flags and options, +then exit. +.TP +.B \-ver +print the Writer's Workbench version number of the command, then exit. +.RE +.SH SEE ALSO +proofr(1), +wwb(1), +tbl(1). +.SH SUPPORT +.IR "COMPONENT NAME: " "Writer's Workbench" +.br +.IR "APPROVAL AUTHORITY: " "Div 452" +.br +.IR "STATUS: " Standard +.br +.IR "SUPPLIER: " "Dept 45271" +.br +.IR "USER INTERFACE: " "Stacey Keenan, Dept 45271, PY x3733" +.br +.IR "SUPPORT LEVEL: " "Class B - unqualified support other than Div 452" |
