update godoc

This commit is contained in:
vz 2018-10-02 10:08:19 -04:00 committed by GitHub
parent 51a2394a94
commit 2928787f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1565,7 +1565,8 @@ func FindNames() ([]string, error) {
return strArr, err
}
// FindIds finds the all processes named with a subset of "name" (case insensitive), return matching IDs.
// FindIds finds the all processes named with a subset of "name" (case insensitive),
// return matched IDs.
func FindIds(name string) ([]int32, error) {
var pids []int32
nps, err := Process()