lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.08k stars 159 forks source link

Odd words existing in man page when word splitted into two line. #678

Open chilin0525 opened 1 year ago

chilin0525 commented 1 year ago

I found some word splited into two line not display correctly in man page. Example:

       lftp  has  shell-like  command  syntax allowing you to launch several commands in parallel in
       background (&). It is also possible to group commands within () and  execute  them  in  back‐
       ground.  All  background  jobs are executed in the same single process. You can bring a fore‐
       ground job to background with ^Z (c-z) and back with command `wait' (or `fg' which  is  alias
       to  `wait').  To list running jobs, use command `jobs'. Some commands allow redirecting their
       output (cat, ls, ...) to file or via pipe to external command. Commands can be executed  con‐
       ditionally based on termination status of previous command (&&, ||).

Any ways to solve the problem? It is not comfortable for user to view the document