From owner-freebsd-bugs Thu Dec 18 17:20:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA09271 for bugs-outgoing; Thu, 18 Dec 1997 17:20:06 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA09233; Thu, 18 Dec 1997 17:20:02 -0800 (PST) (envelope-from gnats) Date: Thu, 18 Dec 1997 17:20:02 -0800 (PST) Message-Id: <199712190120.RAA09233@hub.freebsd.org> To: freebsd-bugs Cc: From: "Daniel O'Callaghan" Subject: Re: bin/5340: /usr/bin/ps does not work as expected Reply-To: "Daniel O'Callaghan" Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/5340; it has been noted by GNATS. From: "Daniel O'Callaghan" To: j@bug.fe.up.pt Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/5340: /usr/bin/ps does not work as expected Date: Fri, 19 Dec 1997 12:14:22 +1100 (EST) > > tt An abbreviation for the pathname of the controlling terminal, if > any. The abbreviation consists of the two letters following > ``/dev/tty'', or, for the console, ``co''. This is followed by a > ``-'' if the process can no longer reach that controlling termi- > nal (i.e., it has been revoked). This is an error in the man page, as some devices, such as Cyclades serial ttys have three characters. e.g. /dev/ttyc00, /dev/cuac00 Danny