diff options
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. |