OSDN Git Service

Modified the part of full course of portsreinstall-chroot in the manual page.
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Wed, 12 Sep 2018 16:49:01 +0000 (00:49 +0800)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Wed, 12 Sep 2018 16:49:01 +0000 (00:49 +0800)
 Changes to be committed:
modified:   man/portsreinstall-chroot.8

man/portsreinstall-chroot.8

index 044d3f8..187c2ea 100644 (file)
@@ -195,7 +195,7 @@ The delimiter is comma (",") by default and changeable by \fB\-E\fR option.
 .PD 0
 .TP
 \fB\-\-fullcourse\fR
-Carry out the \fBdo\fR process as the "full course" automatic mode where operation in the builder \fBchroot\fR(8) environment is initiated by update of the ports tree and package repository followed by cleaning of the temporary database and execution of \fBportsreinstall\fR(8) initiated with option \fB\-CGSjqx\fR (\fB\-CGSYajqx\fR if \fB\-a\fR option is set).
+Carry out the \fBdo\fR process as the "full course" automatic mode where update of the ports tree and package repository are done first at the target host environment and thhen operation in the builder \fBchroot\fR(8) environment is started by cleaning of the temporary database and execution of \fBportsreinstall\fR(8) initiated with option \fB\-CGSjqx\fR (\fB\-CGSYajqx\fR if \fB\-a\fR option is set).
 Resuming \fBdo\fR command automatically executes \fBportsreinstall\fR(8) in the builder \fBchroot\fR(8) environment.
 With \fB\-a\fR option, the all detected leaf and obsolete packages will be deleted.
 .PD
@@ -232,7 +232,7 @@ Share the ports tree (PORTSDIR=/usr/ports by default), portsnap work directory (
 .SH DETAILS
 .SS Overview
 This utility is a supporting tool of \fBportsreinstall\fR(8) to build packages in a \fBchroot\fR(8) environment "forked" from the host environment which is the final target of upgrading.
-On-the-fly smart entire upgrade of all installed ports and robustness against termination/restart is pursued by this tool.
+On-the-fly smart entire upgrade of all installed ports and robustness against termination/restart is pursued by this utility.
 .PP
 The forked environment is created by \fBnullfs\fR(5) and \fBmount_unionfs\fR(8) onto the host environment.
 Fetched/deleted distfiles and created/fetched/deleted packages are synchronized at the host to the forked environment.