The patch shows how to create a remote device connection and
how to manage devices in /etc/bluetooth/hosts. The multimedia
chapter was extended with a description on how to set up and
connect a Bluetooth audio device as a sound sink.
It also adds man page references to man-refs.ent for hcsecd(8)
and virtual_oss(8), respectively.
I cleaned up the patch a bit for consistency and proper markup.
PR: 228879
Submitted by: nekoxmachina@gmail.com
Take a look at this PR by: lme
if checksum files should be included.
This case was specifically added to handle a case where a final
release was a re-roll, i.e., 11.0-RELEASE was really 11.0-RELEASE-p1;
this will need to be handled on a case-by-case basis.
There be dragons. Here lies Link.
Reported by: David Boyd
Sponsored by: The FreeBSD Foundation
to be a bit complicated to fix after moving release notes for 12.x
and later from the base repository to the doc repository.
Fix the link to 11.2-STABLE while here. [1]
Reported by: ryusuke
Sponsored by: The FreeBSD Foundation
It doesn't at all match either bmake, or the make that bmake replaced
(confusingly also sometimes referred to as pmake and fmake). The style
of the Makefiles does not bear any semblance to ours, the commands are
different, and so are the options.
It's a fascinating document, and it's good that it's not going to completely
disappear; it'll be visible in the older versions [1] as well as being
searchable, but it's really not something we should have presented as being
in any way useful documentation nowadays.
[1] https://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/books/pmake/book.html
PR: doc/211949
Reviewed by: linimon
Reviewed by: bcr
the zh_CN and de_DE versions of the porters handbook
to the newer portscout.freebsd.org.
I rewrapped only the de_DE version.
PR: 232295
Submitted by: arved@
While here, fix a trailing whitespace and use two spaces after a sentence stop
in the other entries in this file.
Obtained from: bsdday.com.ar website (via twitter)
The patch includes instructions on how to list the prime (non-automatic)
packages, and how to mark a package as automatic or non-automatic.
PR: 233894
Submitted by: public@fzwte.net
Reviewed by: ygy@, myself
Approved by: ygy
Differential Revision: https://reviews.freebsd.org/D18497
The Lightweight Directory Access Protocol (LDAP) section of the handbook
contains several errors (typos, wrong steps) and was in need of updates
to reflect current versions of the software. Rocky Hotas provided a patch
for review that fixes many of those bugs and extends the instructions in
the first part. The second part received a complete rewrite, providing
working example configuration files and steps to get the server running.
I made only a few cleanups and corrections to the patch to fit our
documentation guidelines. Most of the work was done by the submitter, big
thanks for his work and patience!
PR: 219142
Submitted by: rockyhotas@post.com
Reviewed by: remko, wollman, wblock, myself, others
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D10600