diff options
author | markj <markj@FreeBSD.org> | 2014-07-29 21:15:26 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2014-07-29 21:15:26 +0000 |
commit | cf4dd8790baa7beadeb1e07b7478a5e702a52c16 (patch) | |
tree | 9dc5b956121e54e97b4223182f96c9c904dcebcf /lib/libc/sys | |
parent | d6fd29cba9df5ff00d42271359e82c9b540ec1c3 (diff) | |
download | FreeBSD-src-cf4dd8790baa7beadeb1e07b7478a5e702a52c16.zip FreeBSD-src-cf4dd8790baa7beadeb1e07b7478a5e702a52c16.tar.gz |
MFC r268446:
Fix a typo.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/procctl.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/procctl.2 b/lib/libc/sys/procctl.2 index 32bf34d..6a1074a 100644 --- a/lib/libc/sys/procctl.2 +++ b/lib/libc/sys/procctl.2 @@ -50,7 +50,7 @@ If multiple processes match the identifier, .Nm will make a .Dq best effort -to control as many of the selected possibles as possible. +to control as many of the selected processes as possible. An error is only returned if no selected processes successfully complete the request. The following identifier types are supported: |