From 8a775c27fc62ddb08f7705e20de34b55434dfdb1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Mar 2009 13:45:31 +0000 Subject: 2009-03-27 Sebastian Huber * Makefile.am, preinstall.am, libmisc/Makefile.am, libmisc/shell/shell.c, libmisc/shell/shell.h, telnetd/check_passwd.c, telnetd/telnetd.c, telnetd/telnetd.h: Generalized login check. * libmisc/shell/login.h, libmisc/shell/login_check.c, libmisc/shell/login_prompt.c: New files. * libmisc/stackchk/check.c: Changed format for blown stack message. * libcsupport/src/libio_sockets.c: Removed superfluous cast. * libnetworking/rtems/ftpfs.h: Documentation. --- cpukit/libnetworking/rtems/ftpfs.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'cpukit/libnetworking') diff --git a/cpukit/libnetworking/rtems/ftpfs.h b/cpukit/libnetworking/rtems/ftpfs.h index d3275ad4c1..3d48da2ca5 100644 --- a/cpukit/libnetworking/rtems/ftpfs.h +++ b/cpukit/libnetworking/rtems/ftpfs.h @@ -56,16 +56,13 @@ extern "C" { * To open a file @c file.txt in the directory @c dir (relative to home * directory of the server) on a server named @c host using the user name * @c user and the password @c pw you must specify the following path: - * - * @c /FTP/user:pw@host/dir/file.txt + * /FTP/user:pw@@host/dir/file.txt. * * If the server is the default server specified in BOOTP, it can be ommitted: - * - * @c /FTP/user:pw/dir/file.txt + * /FTP/user:pw/dir/file.txt. * * The user name will be used for the password if it is ommitted: - * - * @c /FTP/user@host/dir/file.txt + * /FTP/user@@host/dir/file.txt. * * For the data transfer passive (= default) and active (= fallback) mode are * supported. -- cgit v1.2.3