aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/system.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 02:17:18 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 03:41:52 -0600
commita38fc79ee9f7ccef78adf91aba8f5ae374803dfe (patch)
tree3bc6d244fe6582cdd6e68558780ab1ef45f9100f /newlib/libc/stdlib/system.c
parenta60026253d244fd722ef153625defe16c4504010 (diff)
downloadnewlib-a38fc79ee9f7ccef78adf91aba8f5ae374803dfe.zip
newlib-a38fc79ee9f7ccef78adf91aba8f5ae374803dfe.tar.gz
newlib-a38fc79ee9f7ccef78adf91aba8f5ae374803dfe.tar.bz2
stdlib: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdlib/system.c')
-rw-r--r--newlib/libc/stdlib/system.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/newlib/libc/stdlib/system.c b/newlib/libc/stdlib/system.c
index 135a9d0..6cacfa5 100644
--- a/newlib/libc/stdlib/system.c
+++ b/newlib/libc/stdlib/system.c
@@ -7,21 +7,12 @@ INDEX
INDEX
_system_r
-ANSI_SYNOPSIS
+SYNOPSIS
#include <stdlib.h>
int system(char *<[s]>);
int _system_r(void *<[reent]>, char *<[s]>);
-TRAD_SYNOPSIS
- #include <stdlib.h>
- int system(<[s]>)
- char *<[s]>;
-
- int _system_r(<[reent]>, <[s]>)
- char *<[reent]>;
- char *<[s]>;
-
DESCRIPTION
Use <<system>> to pass a command string <<*<[s]>>> to <</bin/sh>> on