diff options
author | Dante Catalfamo | 2020-11-03 15:43:47 -0500 |
---|---|---|
committer | Dante Catalfamo | 2020-11-03 15:43:47 -0500 |
commit | 0b10d85d9099348c8859765e21b0948167df011b (patch) | |
tree | 1d044991de8cb4e1a000eadfd381c8b95106942c /content/posts | |
parent | 7c89d03a8d78acf3ea516b3be43fade154bd92a3 (diff) | |
download | blog-0b10d85d9099348c8859765e21b0948167df011b.tar.gz blog-0b10d85d9099348c8859765e21b0948167df011b.tar.bz2 blog-0b10d85d9099348c8859765e21b0948167df011b.zip |
value strings instead of values
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index 9c6ddde..d417868 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -317,7 +317,8 @@ string. For convenience, the function =auth_mkvalue= can be used inside of - the authentication module to create appropriately escaped values. + the authentication module to create and return appropriately + escaped value strings. * auth_open |