On Tue, May 22, 2012 at 2:45 PM, Jiri B <ji...@devio.us> wrote: > On Mon, May 21, 2012 at 01:38:30PM -0400, Chad Gross wrote: >> It looks like 5.1 introduced a change in where /etc/defaultdomain gets >> read (netstart(8) vs rc(8)), but the man page was not updated to >> reflect this. I've attached a patch to update the man page. >> >> Regards, >> >> Chad >> >> Online Profile: http://www.linkedin.com/in/chadgross >> >> [demime 1.01d removed an attachment of type application/octet-stream which >> had a name of defaultdomain.5.patch] > > Patches are permitted only for ports list. Include the patch inline > please. > > jirib
My mistake. So you just want it like the following? --- /usr/share/man/man5/defaultdomain.5.orig Wed Aug 17 15:55:23 2011 +++ /usr/share/man/man5/defaultdomain.5 Mon May 21 16:47:57 2012 @@ -13,7 +13,7 @@ The .Nm file is read by -.Xr netstart 8 +.Xr rc 8 at system startup time. It is used to set the YP domain name of the host machine (see .Xr yp 8 ) . @@ -31,5 +31,5 @@ .El .Sh SEE ALSO .Xr domainname 1 , -.Xr netstart 8 , +.Xr rc 8 , .Xr yp 8 Thanks, Chad