This is unnecessary.

This commit is contained in:
Jordan Bancino 2023-03-06 23:54:55 +00:00
parent 154e5b82df
commit 17734c90e8

View file

@ -16,10 +16,10 @@ if [ -f "$file" ]; then
fi
(
mdocdate=$(date " +%B %d %Y ")
mdocdate=$(date "+%B %d %Y")
uppercase=$(echo "$man" | tr '[:lower:]' '[:upper:]')
echo ".Dd \$Mdocdate: March 6 2023 ${mdocdate}\$"
printf '.Dd $%s: %s $\n' "Mdocdate" "${mdocdate}"
echo ".Dt ${uppercase} ${section}"
echo ".Os Telodendria Project"
echo ".Sh NAME"