[Bug 2517] GitHub version doesn't include ChangeLog
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Dec 18 12:52:09 AEDT 2015
https://bugzilla.mindrot.org/show_bug.cgi?id=2517
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> ---
(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.
More information about the openssh-bugs
mailing list