diff options
author | ru <ru@FreeBSD.org> | 2001-08-10 13:45:36 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-10 13:45:36 +0000 |
commit | 80f060f0cfbb82557091e33c60ad9d69144032d3 (patch) | |
tree | c6202f8a0c6d93c9cf46f3fc9c8596cee2d5dbd0 /usr.bin/ftp | |
parent | aa55336f13644a7e7f7d20afec71109d499bfd22 (diff) | |
download | FreeBSD-src-80f060f0cfbb82557091e33c60ad9d69144032d3.zip FreeBSD-src-80f060f0cfbb82557091e33c60ad9d69144032d3.tar.gz |
mdoc(7) police: protect trailing full stops of abbreviations
with a trailing zero-width space: `e.g.\&'.
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 8b2e45f..eac3210 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1175,7 +1175,7 @@ then forks a shell, using with the argument supplied, and reads (writes) from the stdin (stdout). If the shell command includes spaces, the argument -must be quoted; e.g. +must be quoted; e.g.\& \*(Lq" ls -lt"\*(Rq. A particularly useful example of this mechanism is: \*(Lqdir \&|more\*(Rq. @@ -1191,7 +1191,7 @@ c.f. the command. If the .Nm -command expects a single local file (e.g. +command expects a single local file (e.g.\& .Ic put ) , only the first filename generated by the "globbing" operation is used. .It |