mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
Document the fact that Terminate can be used to stop an individaul process
This commit is contained in:
parent
37461100dd
commit
b3562124d3
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ main()
|
|||
printf("\n");
|
||||
printf(" By default a 30 second shutdown is requested and the\n");
|
||||
printf(" command finishes without waiting for it to complete.\n");
|
||||
printf(" NB. The -CommandName option may be used to specify the name\n");
|
||||
printf(" of an individual process to be terminated (or restarted\n");
|
||||
printf(" if that process is configured to autolaunch).\n");
|
||||
printf(" Possible exit statuses are:\n");
|
||||
printf(" 0 termination requested (completed if -Wait was used).\n");
|
||||
printf(" 1 termination had not completed by end of -Wait timeout.\n");
|
||||
|
|
Loading…
Reference in a new issue