diff --git a/doc/latex/ftp.tex b/doc/latex/ftp.tex index 0246ae6..af7e657 100644 --- a/doc/latex/ftp.tex +++ b/doc/latex/ftp.tex @@ -1,4 +1,4 @@ -\chapter{FTP client}\label{cha:ftp} +\chapter{FTP Client}\label{cha:ftp} The \ex{ftp} structure lets you transfer files between networked machines from the Scheme Shell, using the File Transfer Protocol as @@ -138,7 +138,7 @@ code from the server, a catchable \ex{ftp-error} is raised. \defun{ftp-error?}{thing}{boolean} \begin{desc} - This returns \sharpt if \var{thing} is a \ex{ftp-error} object, + This returns \sharpt{} if \var{thing} is a \ex{ftp-error} object, otherwise \sharpf. \end{desc}