posix_spawn man page strangeness
posix_spawn man page strangeness
- Subject: posix_spawn man page strangeness
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 11 Mar 2009 12:18:50 +0100
Is it a bug that the __restrict option is written behind the name of
every parameters of the posix_spawn and posix_spawnp prototypes in the
man page?
It might be better readable without the "restrict" word.
--------
int
posix_spawn(pid_t *restrict pid, const char *restrict path, const
posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t
*restrict attrp, char *constargv[restrict], char *const envp[restrict]);
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden