Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 1999 10:10:01 -0800 (PST)
From:      "Danny J. Zerkel" <dzerkel@columbus.rr.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/13870: "ps tpt" produces "ps: /dev/ttypT: No such file or  directory"
Message-ID:  <199911071810.KAA99938@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/13870; it has been noted by GNATS.

From: "Danny J. Zerkel" <dzerkel@columbus.rr.com>
To: freebsd-gnats-submit@freebsd.org, inwap@best.com
Cc:  
Subject: Re: bin/13870: "ps tpt" produces "ps: /dev/ttypT: No such file or 
 directory"
Date: Sun, 07 Nov 1999 13:08:20 -0500

 Well, the workaround is to use:
 
 ps -tpt
 
 The kuldge_oldps_options(), blindly replaces the trailing 't' with 'T'.
 It should probably check for an
 eat-all-remaining-characters type option first.  But, that is the nature
 of kludges.
 
 -- Danny J. Zerkel
 dzerkel@columbus.rr.com
 
 
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911071810.KAA99938>