From owner-freebsd-bugs Mon Jan 22 04:50:21 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA08445 for bugs-outgoing; Mon, 22 Jan 1996 04:50:21 -0800 (PST) Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA08433 for ; Mon, 22 Jan 1996 04:50:05 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.3/Himkok) id NAA01655; Mon, 22 Jan 1996 13:50:00 +0100 (MET) Date: Mon, 22 Jan 1996 13:50:00 +0100 (MET) Message-Id: <199601221250.NAA01655@birk04.studby.uio.no> From: Åge Røbekk To: freebsd-bugs@freebsd.org Subject: ps allows both l,v,j and u MIME-Version: 1.0 Sender: owner-bugs@freebsd.org Precedence: bulk /bin/ps allows l, v, j and u simultaneously as format options. Since these are mutually exclusive, perhaps only one of them should be allowed? Combining these options just makes a messy output. -aage