diff --git a/pkg_comp.8.in b/pkg_comp.8.in index 3d9470d..d727561 100644 --- a/pkg_comp.8.in +++ b/pkg_comp.8.in @@ -327,9 +327,7 @@ configuration variable. .Sh EXAMPLES The following examples assume that you have already configured .Xr pkg_comp.conf 5 -and its corresponding -.Xr sandbox.conf 5 -file. +and its corresponding sandbox.conf file. .Pp To build a collection of packages from scratch, on a system in which you may not yet have pkgsrc nor an existent sandbox: @@ -359,6 +357,7 @@ is: .Sh SEE ALSO .Xr cvs 1 , .Xr pkg_comp.conf 5 , +.Xr sandboxctl.conf 5 , .Xr hier 7 , .Xr pkg_comp4cron 8 , .Xr sandboxctl 8 diff --git a/pkg_comp.conf.5 b/pkg_comp.conf.5 index bd4eae4..3ac3664 100644 --- a/pkg_comp.conf.5 +++ b/pkg_comp.conf.5 @@ -251,5 +251,5 @@ Function executed right after all source trees have been updated by the command. .El .Sh SEE ALSO -.Xr sandbox.conf 5 , +.Xr sandboxctl.conf 5 , .Xr pkg_comp 8 diff --git a/sandbox.conf.post b/sandbox.conf.post index 1ba6908..06abd90 100644 --- a/sandbox.conf.post +++ b/sandbox.conf.post @@ -27,7 +27,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # \file sandbox-hooks.conf -# Configuration appended to the sandbox.conf(5) file generated by pkg_comp(8). +# Configuration appended to the sandbox.conf file generated by pkg_comp(8). # Verifies that the configuration variables that we expect are set. diff --git a/sandbox.conf.pre b/sandbox.conf.pre index b026066..039041c 100644 --- a/sandbox.conf.pre +++ b/sandbox.conf.pre @@ -27,7 +27,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # \file sandbox.conf.pre -# Configuration prepended to the sandbox.conf(5) file generated by pkg_comp(8). +# Configuration prepended to the sandbox.conf file generated by pkg_comp(8). # User-settable sandbox post-creation hook.