svn commit: r252806 - head/usr.sbin/bsdconfig

Devin Teske dteske at FreeBSD.org
Fri Jul 5 17:35:13 UTC 2013


Author: dteske
Date: Fri Jul  5 17:35:13 2013
New Revision: 252806
URL: http://svnweb.freebsd.org/changeset/base/252806

Log:
  Since r251908, bsdconfig(8) has no direct ties to sade(8) (instead uses
  `bsdinstall partedit'). Update references (s/sade/bsdinstall/) and change
  the BUGS section to be based on reality.

Modified:
  head/usr.sbin/bsdconfig/bsdconfig.8

Modified: head/usr.sbin/bsdconfig/bsdconfig.8
==============================================================================
--- head/usr.sbin/bsdconfig/bsdconfig.8	Fri Jul  5 17:31:05 2013	(r252805)
+++ head/usr.sbin/bsdconfig/bsdconfig.8	Fri Jul  5 17:35:13 2013	(r252806)
@@ -235,7 +235,7 @@ customized as needed.
 .Sh EXIT STATUS
 .Ex -std
 .Sh SEE ALSO
-.Xr sade 8
+.Xr bsdinstall 8
 .Sh HISTORY
 .Nm
 first appeared in
@@ -244,4 +244,6 @@ first appeared in
 .An Ron McDowell Aq rcm at FuzzWad.ORG
 .An Devin Teske Aq devinteske at hotmail.com
 .Sh BUGS
-Undoubtedly.
+The docsinstall and diskmgmt modules call bsdinstall.
+Bugs found in these modules should be considered those of bsdinstall, not
+.Nm .


More information about the svn-src-all mailing list