diff options
author | lioux <lioux@FreeBSD.org> | 2001-11-21 07:29:38 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-11-21 07:29:38 +0800 |
commit | 905a8bd25da1fe2360e4383e373b86dd2d08ef8b (patch) | |
tree | abc651d60dc8153b1e2482248969e944fbf30ba9 /lang/expect | |
parent | d2d9df4838da89408b3ec7b9f4ee638b160600d7 (diff) | |
download | freebsd-ports-gnome-905a8bd25da1fe2360e4383e373b86dd2d08ef8b.tar.gz freebsd-ports-gnome-905a8bd25da1fe2360e4383e373b86dd2d08ef8b.tar.zst freebsd-ports-gnome-905a8bd25da1fe2360e4383e373b86dd2d08ef8b.zip |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/expect/pkg-descr b/lang/expect/pkg-descr index 01968fb00362..ae5dcfc54a97 100644 --- a/lang/expect/pkg-descr +++ b/lang/expect/pkg-descr @@ -4,5 +4,5 @@ interactive programs. It is briefly described by its man page, expect(1). It uses pseudo-tty's to control the child processes, so it is not affected by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc). -WWW: http://expect.nist.gov +WWW: http://expect.nist.gov/ FAQ: http://expect.nist.gov/FAQ.html |