Bug 229514

Summary: Repeating WITHOUT_PROFILE section in src.conf(5) manualpage
Product: Documentation Reporter: pl
Component: Manual PagesAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed DUPLICATE    
Severity: Affects Some People CC: doc, emaste
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description pl 2018-07-04 13:18:55 UTC
I am aware of 226908 but decided to report anyway because that specifically targeted 11-STABLE.

The src.conf manualpage in 11.2 has a new entry 'WITH_PROFILE'. Unfortunately the whole section now repeats itself several times:

WITHOUT_PPP
WITHOUT_PROFILE
WITH_PROFILE
WITHOUT_PROFILE
WITH_PROFILE
WITHOUT_PROFILE
WITH_PROFILE
WITHOUT_PROFILE
WITHOUT_QUOTAS
Comment 1 Ed Maste freebsd_committer freebsd_triage 2018-10-10 12:59:24 UTC

*** This bug has been marked as a duplicate of bug 226908 ***
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-10 13:06:38 UTC
A commit references this bug:

Author: emaste
Date: Wed Oct 10 13:06:32 UTC 2018
New revision: 339281
URL: https://svnweb.freebsd.org/changeset/base/339281

Log:
  MFC r306729: makeman: avoid bogus output with duplicated options

  On some targets 'make showconfig' currently reports both 'no' and 'yes'
  for some options. For example:

  % make TARGET=mips showconfig | grep SSP
  MK_SSP           = no
  MK_SSP           = yes

  Emit a warning on encountering a duplicated variable, and skip the
  second entry.

  PR:		226908, 229514
  Sponsored by:	The FreeBSD Foundation

Changes:
_U  stable/11/
  stable/11/tools/build/options/makeman
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-10-10 13:20:53 UTC
A commit references this bug:

Author: emaste
Date: Wed Oct 10 13:19:54 UTC 2018
New revision: 339283
URL: https://svnweb.freebsd.org/changeset/base/339283

Log:
  regerate src.conf.5 to remove duplicate entries

  Also correct arch lists - armv7, mips*hf, powerpcspe, riscv64 are not
  in stable/11.

  PR:		226908, 229514
  Sponsored by:	The FreeBSD Foundation

Changes:
  stable/11/share/man/man5/src.conf.5