diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-01 19:11:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-01 19:11:25 +0000 |
commit | aef14718323f938c90807261035ccc2b9c04ec99 (patch) | |
tree | 32feab5d5c1a3599c56ce1173d1c736630e41edf /bin/ps | |
parent | 2aafd96d20448e61504c5079162c05e991a332a9 (diff) |
give FILES a bit of space;
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 8e0e2d7501b..154aef4dd59 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.56 2006/11/01 19:09:25 jmc Exp $ +.\" $OpenBSD: ps.1,v 1.57 2006/11/01 19:11:24 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -525,15 +525,16 @@ wait channel (as a symbolic name) exit or stop status (valid only for stopped or zombie process) .El .Sh FILES -.Bl -tag -width /var/db/kvm_bsd.db -compact +.Bl -tag -width "/var/db/kvm_bsd.dbXXX" -compact .It Pa /dev special files and device names .It Pa /dev/drum default swap device -.It Pa /var/run/dev.db -/dev name database .It Pa /var/db/kvm_bsd.db system namelist database +.It Pa /var/run/dev.db +.Pa /dev +name database .El .Sh EXAMPLES Display information on all system processes: |