Superfluous / in three places, across two links.
For the second of the two links, the trailing / breaks what should be reference to an anchor.
Fixes: 62f6d393eae561326d3846061a24d61aeb4089db
PR: 264562
Differential D35838
New Account Creation Procedure: correct two links Authored by grahamperrin on Jul 17 2022, 5:37 PM. Tags None Referenced Files
Subscribers
Details Superfluous / in three places, across two links. For the second of the two links, the trailing / breaks what should be reference to an anchor. Fixes: 62f6d393eae561326d3846061a24d61aeb4089db
Diff Detail
Event TimelineComment Actions docs as a subscriber, thanks. (I guess that strictly speaking, it should be Glen and/or Sergio, as mentors, to accept, for as long as I'm their mentee.) Comment Actions Condensed notes to self, whilst being mentored git -C /usr/doc branch --set-upstream-to=upstream/main D35838 https://git-scm.com/docs/git-push#Documentation/git-push.txt-codegitpushoriginHEADmastercode ∴ Transcript: Post-commit: % date Tue 19 Jul 2022 04:00:24 BST % git -C /usr/doc remote -v freebsd https://git.freebsd.org/doc.git (fetch) freebsd git@repo.freebsd.org:doc.git (push) origin https://github.com/grahamperrin/freebsd-doc.git (fetch) origin https://github.com/grahamperrin/freebsd-doc.git (push) upstream https://github.com/freebsd/freebsd-doc.git (fetch) upstream https://github.com/freebsd/freebsd-doc.git (push) % whoami grahamperrin % rm -r ~/dev/freebsd/doc override r--r--r-- grahamperrin/grahamperrin uarch for /home/grahamperrin/dev/freebsd/doc/.git/objects/98/14c13494ea89ed85d113c0151bce500094aad9? ^C % sudo rm -r ~/dev/freebsd/doc grahamperrin's password: %
% git -C /usr/doc branch
* main
patch-1
patch-7
% git -C /usr/src branch
* D35746
main
% git -C /usr/src switch main
Updating files: 100% (134/134), done.
Switched to branch 'main'
Your branch is behind 'freebsd/main' by 46 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
% git -C /usr/src branch -d D35746
warning: deleting branch 'D35746' that has been merged to
'refs/remotes/freebsd/main', but not yet merged to HEAD.
Deleted branch D35746 (was 05350f093663).
% gh repo sync grahamperrin/freebsd-doc && cd /usr/doc ; gh repo sync && gh repo sync --branch patch-1 && gh repo sync --branch patch-7 && cd ; git -C /usr/ports pull --ff-only && git -C /usr/src pull --ff-only
✓ Synced the "grahamperrin:main" branch from "freebsd:main"
✓ Synced the "main" branch from grahamperrin/freebsd-doc to local repository
✓ Synced the "patch-1" branch from grahamperrin/freebsd-doc to local repository
✓ Synced the "patch-7" branch from grahamperrin/freebsd-doc to local repository
Already up to date.
Updating e4a203234add..05350f093663
Fast-forward
contrib/blacklist/lib/bl.c | 12 +++++--
…
usr.sbin/wpa/Makefile.inc | 2 +-
134 files changed, 1466 insertions(+), 978 deletions(-)
create mode 100644 share/man/man4/mac_ddb.4
create mode 100644 sys/modules/mac_ddb/Makefile
create mode 100644 sys/security/mac/mac_kdb.c
create mode 100644 sys/security/mac_ddb/mac_ddb.c
delete mode 100644 sys/vm/default_pager.c
%
|