diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-03-17 07:28:09 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-03-17 07:28:09 +0000 |
commit | 971b002d935155abd56d0b01fe5e284f63439b99 (patch) | |
tree | c31c349097cf981b9294f226534608b750c83f92 /doc/tor-spec.txt | |
parent | d9a8e317e435222da6dd670049b1f73654bbcca2 (diff) | |
download | tor-971b002d935155abd56d0b01fe5e284f63439b99.tar tor-971b002d935155abd56d0b01fe5e284f63439b99.tar.gz |
Include strlcpy and strlcat where not available, so our string ops can be less error-prone.
svn:r1289
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r-- | doc/tor-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index d296215c8..4d6573993 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -521,7 +521,7 @@ Every Item begins with a KeywordLine, followed by one or more Objects. A KeywordLine begins with a Keyword, optionally followed by a space and more non-newline characters, and ends with a newline. A Keyword is a sequence of one or more characters in the set [A-Za-z0-9-]. An Object is a block of -PGP-encrypted data in Open-PGP-style armor. +encoded data in pseudo-Open-PGP-style armor. (cf. RFC 2440) More formally: |