diff options
author | Stef Walter <stef@memberwebs.com> | 2004-12-09 21:15:39 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-12-09 21:15:39 +0000 |
commit | edff432c4ee4aa21259111ad4cdd79e2aa786ec0 (patch) | |
tree | ba724c80cc442a5af20890a6a0d1d2873e0450e8 /srcx | |
parent | 15f2071f267fab6c1985cdf873b1adc0a4ed0881 (diff) |
- New version
- Documentation fixes
Diffstat (limited to 'srcx')
-rw-r--r-- | srcx/jps.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,7 +45,7 @@ .Nd prints processes running in a jail .Sh SYNOPSIS .Nm -.Fl x +.Fl i .Ar jail .Nm .Ar jail @@ -55,7 +55,7 @@ The .Nm utility prints out a list of the processes running in a given jail. When run with the -.Fl x +.Fl i argument it just prints out the process ids. Otherwise it prints out a full .Xr ps 1 type listing for the processes in the jail. The @@ -63,7 +63,7 @@ type listing for the processes in the jail. The formatting and other options are available for use. .Sh OPTIONS .Bl -tag -width ".Fl u Ar ps-options" -.It Fl x +.It Fl i Only print out the process ids. .It Ar jail Either a jail id (which is an integer) or a jail host name. |