diff --git a/docs/jargon-org.txt b/docs/jargon-org.txt index ba8fdd9..f104dc3 100644 --- a/docs/jargon-org.txt +++ b/docs/jargon-org.txt @@ -19,7 +19,7 @@ Free Documentation License". * Generated -This file last generated Sunday, 12 February 2017 11:23AM UTC +This file last generated Sunday, 12 February 2017 11:30AM UTC * Glossary ** ( @@ -1574,7 +1574,9 @@ adj. [Usenet, particularly rec.arts.sf.written.robert-jordan ] Abbrev. of tangen /timtoh'dee/ , abbrev. There's More Than One Way To Do It. This abbreviation of the official motto of Perl is frequently used on newsgroups and mailing lists related to that language. *** TOFU -Text Over, Fullquote Under; see top-post. +1. Text Over, Fullquote Under; see top-post. + +2. Trust On First Use. In cryptographic key exchanges such as over ssh connections the typical model may be to trust the initial exchange and then be vigilant about any subsequent changes of keys. *** TOPS-10 /topsten/ , n. DEC 's proprietary OS for the fabled PDP-10 machines, long a favorite of hackers but now long extinct. A fountain of hacker folklore; see Appendix A. See also ITS , TOPS-20 , TWENEX , VMS , operating system. TOPS-10 was sometimes called BOTS-10 (from bottoms-ten ) as a comment on the inappropriateness of describing it as the top of anything. diff --git a/docs/jargon.1.gz b/docs/jargon.1.gz index 5ecb9f0..644d9ed 100644 Binary files a/docs/jargon.1.gz and b/docs/jargon.1.gz differ diff --git a/docs/jargon.html b/docs/jargon.html index 7bf3e87..cafd4af 100644 --- a/docs/jargon.html +++ b/docs/jargon.html @@ -18,7 +18,7 @@ Free Documentation License".

Generated

-This file last generated Sunday, 12 February 2017 11:23AM UTC +This file last generated Sunday, 12 February 2017 11:30AM UTC

Glossary

@@ -1910,9 +1910,9 @@ This file last generated Sunday, 12 February 2017 11:23AM UTC /timtoh'dee/ , abbrev. There's More Than One Way To Do It. This abbreviation of the official motto of Perl is frequently used on newsgroups and mailing lists related to that language.

TOFU

-

- Text Over, Fullquote Under; see top-post. -

+

1. Text Over, Fullquote Under; see top-post.

+ +

2. Trust On First Use. In cryptographic key exchanges such as over ssh connections the typical model may be to trust the initial exchange and then be vigilant about any subsequent changes of keys.

TOPS-10

/topsten/ , n. DEC 's proprietary OS for the fabled PDP-10 machines, long a favorite of hackers but now long extinct. A fountain of hacker folklore; see Appendix A. See also ITS , TOPS-20 , TWENEX , VMS , operating system. TOPS-10 was sometimes called BOTS-10 (from bottoms-ten ) as a comment on the inappropriateness of describing it as the top of anything. diff --git a/entries/TOFU.txt b/entries/TOFU.txt index 88c4f08..e5f2a3c 100644 --- a/entries/TOFU.txt +++ b/entries/TOFU.txt @@ -1,4 +1,6 @@ TOFU -Text Over, Fullquote Under; see top-post. - +acronym. 1. Text Over, Fullquote Under; see top-post. +2. Trust On First Use. In cryptographic key exchanges such as over ssh +connections the typical model may be to trust the initial exchange and +then be vigilant about any subsequent changes of keys.