diff options
author | trasz <trasz@FreeBSD.org> | 2011-10-30 15:21:27 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2011-10-30 15:21:27 +0000 |
commit | a1dd5d2d73aaec35da888495c5f9c7ed1a05a486 (patch) | |
tree | 57668bf51294c211291b4aadf8e2c58ca2ce9887 /bin/ps/ps.1 | |
parent | 7120d23af8ac196e112a8cec4c558d7bf12e3889 (diff) | |
download | FreeBSD-src-a1dd5d2d73aaec35da888495c5f9c7ed1a05a486.zip FreeBSD-src-a1dd5d2d73aaec35da888495c5f9c7ed1a05a486.tar.gz |
For processes with no controlling terminal, display "-" in the TTY column
instead of "?".
Submitted by: arundel
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 2c04c21..1787b400 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -29,7 +29,7 @@ .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd October 1, 2011 +.Dd October 30, 2011 .Dt PS 1 .Os .Sh NAME @@ -437,6 +437,10 @@ This is followed by a .Ql - if the process can no longer reach that controlling terminal (i.e., it has been revoked). +A +.Ql - +without a preceding two letter abbreviation or pseudo-terminal device number +indicates a process which never had a controlling terminal. The full pathname of the controlling terminal is available via the .Cm tty keyword. |