From 43b09a9865760ec7ae7fcd0ef75842f3a201d5a7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 27 Nov 2014 13:37:04 +0100 Subject: shell: Make mv, cp and rm usable for applications close #2030 --- doc/shell/file.t | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/shell/file.t') diff --git a/doc/shell/file.t b/doc/shell/file.t index bda3d3d635..dc482a4df6 100644 --- a/doc/shell/file.t +++ b/doc/shell/file.t @@ -695,13 +695,13 @@ shell commands have been configured. @subheading PROGRAMMING INFORMATION: -@findex rtems_shell_rtems_main_cp +@findex rtems_shell_main_cp The @code{cp} command is implemented by a C language function which has the following prototype: @example -int rtems_shell_rtems_main_cp( +int rtems_shell_main_cp( int argc, char **argv ); @@ -2460,13 +2460,13 @@ shell commands have been configured. @subheading PROGRAMMING INFORMATION: -@findex rtems_shell_rtems_main_mv +@findex rtems_shell_main_mv The @code{mv} command is implemented by a C language function which has the following prototype: @example -int rtems_shell_rtems_main_mv( +int rtems_shell_main_mv( int argc, char **argv ); @@ -2697,13 +2697,13 @@ shell commands have been configured. @subheading PROGRAMMING INFORMATION: -@findex rtems_shell_rtems_main_rm +@findex rtems_shell_main_rm The @code{rm} is implemented by a C language function which has the following prototype: @example -int rtems_shell_rtems_main_rm( +int rtems_shell_main_rm( int argc, char **argv ); -- cgit v1.2.3