Re: Git master doesn't resolve the host.
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 28 Jun 2013 19:14:59 -0430 arielCo <[email protected]> wrote: > BTW, I'm getting a bad fisql manual when building from Git (that is, > doc/fisql.1 has all the text but nroff -man doc/fisql.1 produces > something not quite readable). "man ./doc/fisql.1" should be perfectly readable. If not, I'd want to correct it. "man fisql" should work fine, post-installation. The nroff command is "nroff -mdoc doc/fisql.1". The page uses the sophisticated mdoc macro set, not the primitive man set. :-) --jkl