diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-01 19:14:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-01 19:14:49 +0000 |
commit | 28a0b34c7180b2e0b72fee3320f2df4cc44913ac (patch) | |
tree | 99487404ed0554bec8d7eb9aa7c5c231917268ec /bin/ps/ps.1 | |
parent | aef14718323f938c90807261035ccc2b9c04ec99 (diff) |
- no need for double markup
- prefer .Sq for single letters
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 154aef4dd59..56f6d704cf3 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.57 2006/11/01 19:11:24 jmc Exp $ +.\" $OpenBSD: ps.1,v 1.58 2006/11/01 19:14:48 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -168,7 +168,7 @@ option. .It Fl W Ar swap Extract swap information from the specified file instead of the default -.Dq Pa /dev/drum . +.Dq /dev/drum . .It Fl w Use 132 columns to display information, instead of the default, which is your window size. @@ -338,11 +338,11 @@ On multiprocessor machines, specifies processor number .It tt An abbreviation for the pathname of the controlling terminal, if any. The abbreviation consists of the two letters following -.Dq Pa /dev/tty , +.Dq /dev/tty , or, for the console, .Dq co . This is followed by a -.Dq \- +.Sq - if the process can no longer reach that controlling terminal (i.e., it has been revoked). .It wchan |