posix: remove TRAD_SYNOPSIS

This commit is contained in:
Yaakov Selkowitz 2017-11-30 02:01:32 -06:00
parent 191b4f35bc
commit aa06fa01dc
2 changed files with 2 additions and 2 deletions

View File

@ -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]>);

View File

@ -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]>,