Bug 243741

Summary: Handbook (en_US) Missing "#" in front of the "make deinstall"
Product: Documentation Reporter: sasha <vigole.com>
Component: Books & ArticlesAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Some People CC: carlavilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

Description sasha 2020-01-30 20:00:45 UTC
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
4.5.2. Removing Installed Ports

Incorrect:
# cd /usr/ports/sysutils/lsof
make deinstall

Correct:
# cd /usr/ports/sysutils/lsof
# make deinstall
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-02-03 18:54:08 UTC
A commit references this bug:

Author: carlavilla
Date: Mon Feb  3 18:54:02 UTC 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:	mehrshad.moslehi@outlook.com
  Patch by:	carlavilla@
  Approved by:	bcr@(mentor)
  Differential Revision:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243741

Changes:
  head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2020-02-03 19:04:41 UTC
Fixed. Thanks.