diff options
author | Dante Catalfamo | 2021-05-30 18:12:26 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-05-30 18:12:26 -0400 |
commit | b24fbe179e711089747c45c1b2e6871460c72743 (patch) | |
tree | b751c7c84abab7b4a819455e883639f195fd7d39 | |
parent | 61288c6db0556983237a842a0bb394b8cf854ad2 (diff) | |
download | blog-b24fbe179e711089747c45c1b2e6871460c72743.tar.gz blog-b24fbe179e711089747c45c1b2e6871460c72743.tar.bz2 blog-b24fbe179e711089747c45c1b2e6871460c72743.zip |
bsd-auth: Add missing quotes
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 2 |
1 files changed, 1 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 5a51d11..e0828b0 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -546,7 +546,7 @@ @@html: </details> @@ =auth_setoption= initializes a new =authopts= struct, and sets the - =*opt= field to a string formatted as =sprintf(%s=%s, n, v)=. It + =*opt= field to a string formatted as =sprintf("%s=%s", n, v)=. It then point the =*next= field on the last =authopts= struct in =*as= to its location. It returns =0= on success. |