diff options
author | Dante Catalfamo | 2021-05-30 21:57:57 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-05-30 21:57:57 -0400 |
commit | 3c18e60f0d2d301a870653edaac8f4271ecff11e (patch) | |
tree | 39bc6fde6739623e2bccb505074893b6b282e80d | |
parent | 3a8b5135c4978ce8d9aab14fe2d78a3c4b98aa3c (diff) | |
download | blog-3c18e60f0d2d301a870653edaac8f4271ecff11e.tar.gz blog-3c18e60f0d2d301a870653edaac8f4271ecff11e.tar.bz2 blog-3c18e60f0d2d301a870653edaac8f4271ecff11e.zip |
bsd-auth: add extra newline
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index 24823b1..17fb53b 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -66,6 +66,7 @@ [[https://man.openbsd.org/auth_subr][=auth_subr(3)=]]. Click on any function prototype in this post to see its definition. + All code snippets from this blog post belong to the OpenBSD contributors. Please see the [[#copyright][Copyright]] section for details. |