diff options
-rw-r--r-- | newlib/libc/posix/popen.c | 2 | ||||
-rw-r--r-- | newlib/libc/posix/posix_spawn.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/posix/popen.c b/newlib/libc/posix/popen.c index faf72b6e3..f9abfac3f 100644 --- a/newlib/libc/posix/popen.c +++ b/newlib/libc/posix/popen.c @@ -41,7 +41,7 @@ INDEX INDEX pclose -ANSI_SYNOPSIS +SYNOPSIS #include <stdio.h> FILE *popen(const char *<[s]>, const char *<[mode]>); diff --git a/newlib/libc/posix/posix_spawn.c b/newlib/libc/posix/posix_spawn.c index e5655e29a..61d36304d 100644 --- a/newlib/libc/posix/posix_spawn.c +++ b/newlib/libc/posix/posix_spawn.c @@ -33,7 +33,7 @@ INDEX INDEX posix_spawnp -ANSI_SYNOPSIS +SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *<[pid]>, const char *<[path]>, |