diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/ps.1 | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 24a8652928d..d3f29793928 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.16 1998/12/15 01:20:25 aaron Exp $ +.\" $OpenBSD: ps.1,v 1.17 1999/02/01 07:53:15 d Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -225,7 +225,7 @@ The soft limit on memory used, specified via a call to .Xr setrlimit 2 . .It lstart The exact time the command started, using the -.Dq %C +.Dq %c format described in .Xr strftime 3 . .It nice @@ -242,7 +242,7 @@ format described in .Xr strftime 3 . If the command started less than 7 days ago, the start time is displayed using the -.Dq %a%p +.Dq %a%I%p format. Otherwise, the start time is displayed using the .Dq %e%b%y @@ -282,14 +282,14 @@ scheduling priority. The process has specified a soft limit on memory requirements and is currently exceeding that limit; such a process is (necessarily) not swapped. -.It A -the process has asked for random page replacement -.Pf ( Dv MADV_RANDOM , -from -.Xr madvise 2 , -for example, -.Xr lisp 1 -in a garbage collect). +.\" .It A +.\" the process has asked for random page replacement +.\" .Pf ( Dv MADV_RANDOM , +.\" from +.\" .Xr madvise 2 , +.\" for example, +.\" .Xr lisp 1 +.\" in a garbage collect). .It E The process is trying to exit. .It L @@ -300,15 +300,15 @@ The process has reduced .Tn CPU scheduling priority (see .Xr setpriority 2 ) . -.It S -The process has asked for -.Tn FIFO -page replacement -.Pf ( Dv MADV_SEQUENTIAL , -from -.Xr madvise 2 , -for example, a large image processing program using virtual memory to -sequentially address voluminous data). +.\" .It S +.\" The process has asked for +.\" .Tn FIFO +.\" page replacement +.\" .Pf ( Dv MADV_SEQUENTIAL , +.\" from +.\" .Xr madvise 2 , +.\" for example, a large image processing program using virtual memory to +.\" sequentially address voluminous data). .It s The process is a session leader. .It V @@ -389,6 +389,7 @@ tracing vnode memoryuse limit .It logname login name of user who started the process +(alias login) .It lstart time started .It majflt |