diff options
author | Dante Catalfamo | 2021-05-30 19:28:40 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-05-30 19:28:40 -0400 |
commit | 46edae64002e157b3f2f4be4e812c9f9cd6044e4 (patch) | |
tree | 7a24e34f0080bac66e8f2ddb094b45a9bfc2c3ea | |
parent | e7ab84139bc19e0657a7740c057b0aa9bd02f30b (diff) | |
download | blog-46edae64002e157b3f2f4be4e812c9f9cd6044e4.tar.gz blog-46edae64002e157b3f2f4be4e812c9f9cd6044e4.tar.bz2 blog-46edae64002e157b3f2f4be4e812c9f9cd6044e4.zip |
bsd-auth: add links to notes
-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 b30b7f9..65c08cd 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -2693,7 +2693,7 @@ # Ask jcs about the file descriptor situation, I don't understand it # after reading both the man page and source. - - The =auth_getchallenge= function in the =auth_subr(3)= man page + - The [[#auth_getchallenge][=auth_getchallenge=]] function in the [[https://man.openbsd.org/auth_subr.3#auth_getchallenge][=auth_subr(3)=]] man page doesn't seem to exist in the source code. * Copyright |