# Manpages OpenBSD via gemini 2021-04-30T21:07:51Z ## FR Besoin de lire une page man ? Facile avec le protocole gemini : => /cgi-bin/man Pas de client gemini sous la main ? Utilisez netcat : ``` printf "gemini://si3t.ch/cgi-bin/man?afterboot\r\n" | nc -c si3t.ch 1965 ``` Remplacez "afterboot" par la page souhaitée. Besoin de lire une section précise? => /cgi-bin/man?4%20apm apm(4) => /cgi-bin/man?8%20apm apm(8) ## EN Need to read a manpage? Easy with gemini protocol: => /cgi-bin/man No gemini client available? Use netcat: ``` printf "gemini://si3t.ch/cgi-bin/man?afterboot\r\n" | nc -c si3t.ch 1965 ``` Replace "afterboot" with your query. Need a specific section? => /cgi-bin/man?4%20apm apm(4) => /cgi-bin/man?8%20apm apm(8) ## Une réaction? => mailto:bla@bla.si3t.ch?subject=gemini-man Envoyez votre commentaire par mail. => /log/commentaires Mode d'emploi de la liste de diffusion pour recevoir les réponses.