diff mbox series

[08/24] posix: remove TRAD_SYNOPSIS

Message ID 20171130102858.16160-9-yselkowi@redhat.com
State New
Headers show
Series Remove TRAD_SYNOPSIS | expand

Commit Message

Yaakov Selkowitz Nov. 30, 2017, 10:28 a.m. UTC
---
 newlib/libc/posix/popen.c       | 2 +-
 newlib/libc/posix/posix_spawn.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.15.0
diff mbox series

Patch

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