svn commit: r53860 - head/en_US.ISO8859-1/books/handbook/ports
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: carlavilla Date: Mon Feb 3 18:54:01 2020 New Revision: 53860 URL: https://svnweb.freebsd.org/changeset/doc/53860 Log: Missing "#" in front of the "make deinstall" on ports section PR: 243741 Submitted by: [email protected] Patch by: carlavilla@ Approved by: bcr@(mentor) Differential Revision: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243741 Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Mon Feb 3 15:19:18 2020 (r53859) +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Mon Feb 3 18:54:01 2020 (r53860) @@ -1150,7 +1150,7 @@ security/sudo</screen> run in the port's directory:</para> <screen>&prompt.root; <userinput>cd /usr/ports/sysutils/lsof</userinput> -<userinput>make deinstall</userinput> +&prompt.root; <userinput>make deinstall</userinput> ===> Deinstalling for sysutils/lsof ===> Deinstalling Deinstallation has been requested for the following 1 packages: _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"