From b24fbe179e711089747c45c1b2e6871460c72743 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Sun, 30 May 2021 18:12:26 -0400 Subject: bsd-auth: Add missing quotes --- content/posts/WIP-how-bsd-authentication-works/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/posts/WIP-how-bsd-authentication-works/index.org') 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: @@ =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. -- cgit v1.2.3