Hi Edgar, Edgar Pettijohn wrote on Thu, Jun 19, 2014 at 10:15:57PM -0500: > On 06/19/2014 10:09 PM, Ingo Schwarze wrote: >> Edgar Pettijohn wrote on Thu, Jun 19, 2014 at 09:56:08PM -0500:
>>> Is it possible to install the man pages for opensmtpd? >> Which ones are you searching for, and what kind and version of a >> system are you working on? > Sorry, I only looked for man 8 makemap and its the sendmail version. That sounds like you are running OpenBSD 5.5 or earlier. > That doesn't help me much, however the rest are there. > So I guess I'll just print it out from opensmtpd.org. If you have the source tree installed, mandoc /usr/src/usr.sbin/smtpd/makemap.8 | less works, too. Or you can just copy the file to /usr/share/man/man8/ as root - which will, of course, overwrite the sendmail version. Yours, Ingo