Actions
Bug #11902
closedTypos in proc_arg_grab(3PROC)
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Noticed a couple minor typos in prog_arg_grab(3PROC):
NAME proc_arg_grab, proc_arg_xrgab - process grabbing utility function
'xrgab'
...
SYNOPSIS Process Control Library (libproc, -lproc) #include <libproc.h> struct ps_prochandle proc_arg_grag(const char *arg, int oflag, int gflag, int *perr);
'proc_arg_grag'
Related issues
Updated by Robert Mustacchi almost 2 years ago
- Has duplicate Bug #12778: typo in proc_arg_grab(3PROC) added
Updated by Robert Mustacchi almost 2 years ago
I tested this by looking at this in man(1).
Updated by Electric Monk almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 95adbecaacb2fe97eb8c9e49e7c1d6910c577bba
commit 95adbecaacb2fe97eb8c9e49e7c1d6910c577bba Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-05-26T21:04:53.000Z 11902 Typos in proc_arg_grab(3PROC) Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions