[1974] in testers
decmips 7.4D: dsgrep(1)
daemon@ATHENA.MIT.EDU (mhpower@Athena.MIT.EDU)
Sat May 30 17:26:08 1992
From: mhpower@Athena.MIT.EDU
To: testers@Athena.MIT.EDU
Date: Sat, 30 May 92 17:25:45 EDT
System name: podge
Type and version: KN01 7.4D (1 update(s) to same version)
Display type: PMAX-MFB
What were you trying to do?
Read the dsgrep man page.
What's wrong:
There are two misspellings.
What should have happened:
The following patch should fix them:
*** dsgrep.1.old Sat May 30 17:18:09 1992
--- dsgrep.1 Sat May 30 17:19:19 1992
***************
*** 26,32 ****
.B \-e \fIsearch_regexp\fR
This specifies the regular expression to be matched, in the style of
.IR egrep (1).
! A detailed explaination of the regular expression format is
given below. If this is omitted, it defaults to "*", matching all
transactions.
.TP
--- 26,32 ----
.B \-e \fIsearch_regexp\fR
This specifies the regular expression to be matched, in the style of
.IR egrep (1).
! A detailed explanation of the regular expression format is
given below. If this is omitted, it defaults to "*", matching all
transactions.
.TP
***************
*** 50,56 ****
.TP
.B \-v
Causes errors getting transactions to be reported. These errors are usually
! due to deleted transactions in the meetings, and are ususally not worth
seeing.
.TP
.B \-d
--- 50,56 ----
.TP
.B \-v
Causes errors getting transactions to be reported. These errors are usually
! due to deleted transactions in the meetings, and are usually not worth
seeing.
.TP
.B \-d
Please describe any relevant documentation references:
dsgrep(1)