https://bugzilla.mindrot.org/show_bug.cgi?id=2517
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Darren Tucker <[email protected]> --- (In reply to Venkat Yekkirala from comment #2) > In the release tarball, there are some *.0 man pages. I would be > grateful for insight into their generation and how they differ from > the regular man pages that are on github. Thanks again. They're just the output of the man page formatter. They're generated by the Makefile: https://github.com/openssh/openssh-portable/blob/master/Makefile.in#L281 Basically it's going to run something like "nroff -mandoc ssh.1 >ssh.0" (exact command depending on your system, see https://github.com/openssh/openssh-portable/blob/master/configure.ac#L51). -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
