summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1995-04-23 21:34:23 +0000
committerPaul Richards <paul@FreeBSD.org>1995-04-23 21:34:23 +0000
commit2e3635b5ffb90291b232866a980118acf2dfd8b6 (patch)
tree51539455a24a3c56eb1afd367e35b1fc67a37bc0 /TODO
parent3bf7d64959aa92db79c5748f97650b890013e525 (diff)
downloadsrc-test2-2e3635b5ffb90291b232866a980118acf2dfd8b6.tar.gz
src-test2-2e3635b5ffb90291b232866a980118acf2dfd8b6.zip
Notes
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 1 insertions, 11 deletions
diff --git a/TODO b/TODO
index 8fba5d53ac3f..6ffde49d9af9 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-; $Id: TODO,v 1.10 1995/03/17 19:28:59 joerg Exp $
+; $Id: TODO,v 1.11 1995/04/05 13:16:30 jkh Exp $
** To skip this preamble, search forward for the pattern `**'.
@@ -150,16 +150,6 @@ CATS: user
GRADE: INTERMEDIATE
STATUS: OPEN
-TASKID: 950316001
-TASK: Make ps use infinite texwidth for redirected output
-DETAIL: { When you do a ps | grep foo, if foo is long and the screen width is
-shorter then grep never sees foo because ps truncates its output. It makes
-more sense for ps to do no truncation at all if its output is redirected. }
-EMAIL: <paul>
-CATS: user
-GRADE: INTERMEDIATE
-STATUS: OPEN
-
TASKID: 95031701
TASK: Implement a file system debugger (fsdb)
DETAIL: { Traditionally, there has been a fsdb(8) program in Unix.