Changes:
- Add the description meta tag in the index, articles and books
- Add a brief description in each article and book.
- Remove the SVN expansion tag
There is no need to mention explicitly that src committers may commit to
the doc tree if they receive an appropriate approval. That's true for
all the other committer types and trees.
In step 1 users were told to do "cd ~/my_ports_wrkdir" but after clone
the repository users were instead told to do "cd ~/my_wrkdir". Also, the
git command in step 2 is not followed by either of them. The mirror
sites table is outdated as well.
This fix changes the whole shell code block to use the directory name
my_wrkdir. Also, the repository URL table xref replaces the old SVN
mirror sites xref.
Reported by: Pau Amma <pauamma@gundo.com>
Approved by: 0mp
Differential Revision: https://reviews.freebsd.org/D29916
"Handy URL Table" is not very informative when cross-referenced from
other parts of the documentation.
Reviewed by: debdrup
Differential Revision: https://reviews.freebsd.org/D29919
Add information about how to make FreeBSD sleep and resume when the lid state
switches.
Approved By: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D29897
Summary:
s/SVN/Git
s/head/main
Although there are other branches in the repo (like vendor/ or releng/), if they
were not considered noteworthy before, I choose not make them notheworthy now.
Test Plan: * Renders OK.
Reviewers: 0mp, gbe
Differential Revision: https://reviews.freebsd.org/D29886
The MFH field is still useful to note that the commit is going to be
merged into a quarterly branch.
Reported by: mat
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D29862
I've used the following script to locate all the cases where crossref
was used to link to a section within the same document:
grep -R crossref: | while read -r case; do
file=${case%%:*}
dir=${file%/*}
dir_name=${dir##*/}
line=${case##*:}
target_document=${line%%[*}
if [ "$dir_name" = "$target_document" ]; then
echo "$case"
fi
done
Merging commits into the quarterly branch no longer requires an explicit
approval [1]. Let's remove outdated documentation and leave a note
explaining that there is no need for an explicit approval to MFH.
[1] https://svnweb.freebsd.org/ports?view=revision&revision=556626
Patches must start with `patch-` in order to be applied automatically.
Conditional patches must not start with `patch-`.
PR: 24903
Reported by: pauamma@gundo.com
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D28268
Instead, point users to the appropriate chapter in the handbook.
I've named the anchor "ports-using-installation-methods" for consistency
with the existing ones. There is no need to break existing bookmarks.
At least for now.