diff options
Diffstat (limited to 'content')
-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. |