posix: remove TRAD_SYNOPSIS
This commit is contained in:
parent
191b4f35bc
commit
aa06fa01dc
|
@ -41,7 +41,7 @@ INDEX
|
||||||
INDEX
|
INDEX
|
||||||
pclose
|
pclose
|
||||||
|
|
||||||
ANSI_SYNOPSIS
|
SYNOPSIS
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
FILE *popen(const char *<[s]>, const char *<[mode]>);
|
FILE *popen(const char *<[s]>, const char *<[mode]>);
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ INDEX
|
||||||
INDEX
|
INDEX
|
||||||
posix_spawnp
|
posix_spawnp
|
||||||
|
|
||||||
ANSI_SYNOPSIS
|
SYNOPSIS
|
||||||
#include <spawn.h>
|
#include <spawn.h>
|
||||||
|
|
||||||
int posix_spawn(pid_t *<[pid]>, const char *<[path]>,
|
int posix_spawn(pid_t *<[pid]>, const char *<[path]>,
|
||||||
|
|
Loading…
Reference in New Issue