summaryrefslogtreecommitdiffstats
path: root/share/man/man5/myname.5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap double .Pp;jmc2020-11-301-3/+2
|
* Add support for !command to mygate, so that netstart has a late opportunityderaadt2020-11-291-44/+7
| | | | | | | | to perform network configuration (for example, "!route source -ifp em0") Split mygate and myname manual pages (how did anyone ever believe these are related), and perform hostname configuration much earlier in rc. discussed with benno, claudio, jmc, etc etc, last version of !command parser by tb
* man pages with pseudo synopses which list filenames end up creatingjmc2017-07-131-5/+2
| | | | | | | | | | very ugly output in man -k; after some discussion with ingo, we feel the simplest fix is to remove such SYNOPSIS sections: the info is hardly helpful at page top, is contained already in FILES, and there are sufficiently few that just zapping them is simple; ok schwarze, who also helpfully ran things through a build to check output;
* 'rtsol' has been removed from hostname.if(5) recently.rpe2017-04-241-3/+3
| | | | OK jmc@
* Use the first host of the documentation ranges for both addresslum2014-12-311-4/+4
| | | | families. ok jmc@ schwarze@ bluhm@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* fix my bad wording;jmc2006-11-171-3/+4
|
* describe interoperation with `rtsol' directive in hostname.if files;jmc2005-10-251-1/+6
| | | | ok todd@
* /etc/mygate may now contain ipv6 addresses;jmc2005-10-181-6/+19
| | | | from todd@ and myself;
* these files now allow comments. ok deraadt jmc millertjaredy2004-12-201-2/+4
|
* man page for myname(5)/mygate(5);jmc2003-07-261-0/+88
feedback and advice from nick@ henning@ and many others; ok nick@ henning@