diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-20 23:29:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-20 23:29:38 +0000 |
commit | 75ad5febcbe6c0456d68078769b25c7c4390b09c (patch) | |
tree | afada60667f3634d2abcc1ddc28a6a45ec4002a0 /lang/expect | |
parent | Update to 1.12a (diff) |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case
Notes
Notes:
svn path=/head/; revision=50301
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 |