Linux PAM documentation


I have created a local replica of the Linux PAM documentation. Head over to the Reference section and take a look at the Linux-PAM documentation page for more details.

I was able to download the documentation from the Linux PAM Offline Documentation page and re-format it for dotFiles using the following sed script.


s/<html>.*<title>\(.*\)<\/title>.*<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">/<!--#set var="title" value="\1"--><!--#include virtual="\/includes\/beg.html"-->/
s/<\/body>.*/<!--#include virtual="\/includes\/end.html"-->/
# Replace ASCII character 160 with a space.
s/ / /g