diff options
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man1/xargs.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/man/man1/xargs.1 b/usr/src/man/man1/xargs.1 index 2647192818..42e8ea4959 100644 --- a/usr/src/man/man1/xargs.1 +++ b/usr/src/man/man1/xargs.1 @@ -43,8 +43,9 @@ .\" Copyright 1989 AT&T .\" Copyright (c) 1992, X/Open Company Limited. All Rights Reserved. .\" Portions Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved. +.\" Copyright (c) 2018, Joyent, Inc. .\" -.TH XARGS 1 "May 28, 2017" +.TH XARGS 1 "September 13, 2018" .SH NAME xargs \- construct argument lists and invoke utility .SH SYNOPSIS @@ -211,7 +212,9 @@ otherwise, that particular invocation of \fIutility\fR is skipped. .ad .RS 15n Invokes \fIutility\fR using at most \fImaxprocs\fR (a positive decimal integer) -parallel child processes. +parallel child processes. If \fImaxprocs\fR is zero, then the system +will set a large upper bound to try and run as many processes as +possible. .RE .sp |