View | Details | Raw Unified | Return to bug 255026 | Differences between
and this patch

Collapse All | Expand All

(-)b/UPDATING (-1 / +1 lines)
Lines 6-12 COMMON ITEMS: section later in the file. These instructions assume that you Link Here
6
basically know what you are doing.  If not, then please consult the FreeBSD
6
basically know what you are doing.  If not, then please consult the FreeBSD
7
handbook:
7
handbook:
8
8
9
    https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
9
    https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld
10
10
11
Items affecting the ports and packages system can be found in
11
Items affecting the ports and packages system can be found in
12
/usr/ports/UPDATING.  Please read that file before updating system packages
12
/usr/ports/UPDATING.  Please read that file before updating system packages
(-)b/release/Makefile (-1 lines)
Lines 36-42 Link Here
36
36
37
WORLDDIR?=	${.CURDIR}/..
37
WORLDDIR?=	${.CURDIR}/..
38
PORTSDIR?=	/usr/ports
38
PORTSDIR?=	/usr/ports
39
RELNOTES_LANG?= en_US.ISO8859-1
40
39
41
.if !defined(TARGET) || empty(TARGET)
40
.if !defined(TARGET) || empty(TARGET)
42
TARGET=		${MACHINE}
41
TARGET=		${MACHINE}
(-)b/share/man/man4/mac.4 (-2 / +2 lines)
Lines 30-36 Link Here
30
.\"
30
.\"
31
.\" $FreeBSD$
31
.\" $FreeBSD$
32
.\"
32
.\"
33
.Dd July 25, 2015
33
.Dd April 14, 2021
34
.Dt MAC 4
34
.Dt MAC 4
35
.Os
35
.Os
36
.Sh NAME
36
.Sh NAME
Lines 219-225 man page. Link Here
219
.Rs
219
.Rs
220
.%B "The FreeBSD Handbook"
220
.%B "The FreeBSD Handbook"
221
.%T "Mandatory Access Control"
221
.%T "Mandatory Access Control"
222
.%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mac.html
222
.%U https://www.FreeBSD.org/doc/en/books/handbook/mac/
223
.Re
223
.Re
224
.Sh HISTORY
224
.Sh HISTORY
225
The
225
The
(-)b/share/man/man7/release.7 (-3 / +3 lines)
Lines 24-30 Link Here
24
.\"
24
.\"
25
.\" $FreeBSD$
25
.\" $FreeBSD$
26
.\"
26
.\"
27
.Dd March 4, 2021
27
.Dd April 14, 2021
28
.Dt RELEASE 7
28
.Dt RELEASE 7
29
.Os
29
.Os
30
.Sh NAME
30
.Sh NAME
Lines 697-707 are therefore no longer supported. Link Here
697
.Xr sysctl 8
697
.Xr sysctl 8
698
.Rs
698
.Rs
699
.%T "FreeBSD Release Engineering"
699
.%T "FreeBSD Release Engineering"
700
.%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/freebsd-releng/
700
.%U https://www.FreeBSD.org/doc/en/articles/freebsd-releng/
701
.Re
701
.Re
702
.Rs
702
.Rs
703
.%T "FreeBSD Developers' Handbook"
703
.%T "FreeBSD Developers' Handbook"
704
.%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/
704
.%U https://www.FreeBSD.org/doc/en/books/developers-handbook/
705
.Re
705
.Re
706
.Sh HISTORY
706
.Sh HISTORY
707
.Fx
707
.Fx
(-)b/share/man/man9/mac.9 (-2 / +2 lines)
Lines 33-39 Link Here
33
.\"
33
.\"
34
.\" $FreeBSD$
34
.\" $FreeBSD$
35
.\"
35
.\"
36
.Dd February 27, 2021
36
.Dd April 14, 2021
37
.Dt MAC 9
37
.Dt MAC 9
38
.Os
38
.Os
39
.Sh NAME
39
.Sh NAME
Lines 166-172 for information on the MAC Framework APIs. Link Here
166
.Xr VOP_SETLABEL 9 .
166
.Xr VOP_SETLABEL 9 .
167
.Rs
167
.Rs
168
.%T "The FreeBSD Architecture Handbook"
168
.%T "The FreeBSD Architecture Handbook"
169
.%U "https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/arch-handbook/"
169
.%U "https://www.FreeBSD.org/doc/en/books/arch-handbook/"
170
.Re
170
.Re
171
.Sh HISTORY
171
.Sh HISTORY
172
The
172
The
(-)b/share/man/man9/pci.9 (-2 / +2 lines)
Lines 25-31 Link Here
25
.\"
25
.\"
26
.\" $FreeBSD$
26
.\" $FreeBSD$
27
.\"
27
.\"
28
.Dd January 15, 2017
28
.Dd April 14, 2021
29
.Dt PCI 9
29
.Dt PCI 9
30
.Os
30
.Os
31
.Sh NAME
31
.Sh NAME
Lines 1104-1110 is unattached but with valid instance variables. Link Here
1104
.Rs
1104
.Rs
1105
.%B FreeBSD Developers' Handbook
1105
.%B FreeBSD Developers' Handbook
1106
.%T NewBus
1106
.%T NewBus
1107
.%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/
1107
.%U https://www.FreeBSD.org/doc/en/books/developers-handbook/
1108
.Re
1108
.Re
1109
.Rs
1109
.Rs
1110
.%A Shanley
1110
.%A Shanley
(-)b/sys/amd64/conf/GENERIC (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/amd64/conf/GENERIC-KCSAN (-1 / +1 lines)
Lines 12-18 Link Here
12
# For more information on this file, please read the config(5) manual page,
12
# For more information on this file, please read the config(5) manual page,
13
# and/or the handbook section on Kernel Configuration Files:
13
# and/or the handbook section on Kernel Configuration Files:
14
#
14
#
15
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
15
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
16
#
16
#
17
# The handbook is also available locally in /usr/share/doc/handbook
17
# The handbook is also available locally in /usr/share/doc/handbook
18
# if you've installed the doc distribution, otherwise always see the
18
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/amd64/conf/GENERIC-NODEBUG (-1 / +1 lines)
Lines 12-18 Link Here
12
# For more information on this file, please read the config(5) manual page,
12
# For more information on this file, please read the config(5) manual page,
13
# and/or the handbook section on Kernel Configuration Files:
13
# and/or the handbook section on Kernel Configuration Files:
14
#
14
#
15
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
15
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
16
#
16
#
17
# The handbook is also available locally in /usr/share/doc/handbook
17
# The handbook is also available locally in /usr/share/doc/handbook
18
# if you've installed the doc distribution, otherwise always see the
18
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/amd64/conf/MINIMAL (-1 / +1 lines)
Lines 18-24 Link Here
18
# For more information on this file, please read the config(5) manual page,
18
# For more information on this file, please read the config(5) manual page,
19
# and/or the handbook section on Kernel Configuration Files:
19
# and/or the handbook section on Kernel Configuration Files:
20
#
20
#
21
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
21
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
22
#
22
#
23
# The handbook is also available locally in /usr/share/doc/handbook
23
# The handbook is also available locally in /usr/share/doc/handbook
24
# if you've installed the doc distribution, otherwise always see the
24
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/ALPINE (-1 / +1 lines)
Lines 3-9 Link Here
3
# For more information on this file, please read the config(5) manual page,
3
# For more information on this file, please read the config(5) manual page,
4
# and/or the handbook section on Kernel Configuration Files:
4
# and/or the handbook section on Kernel Configuration Files:
5
#
5
#
6
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
6
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
7
#
7
#
8
# The handbook is also available locally in /usr/share/doc/handbook
8
# The handbook is also available locally in /usr/share/doc/handbook
9
# if you've installed the doc distribution, otherwise always see the
9
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/APALIS-IMX6 (-1 / +1 lines)
Lines 3-9 Link Here
3
# For more information on this file, please read the config(5) manual page,
3
# For more information on this file, please read the config(5) manual page,
4
# and/or the handbook section on Kernel Configuration Files:
4
# and/or the handbook section on Kernel Configuration Files:
5
#
5
#
6
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
6
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
7
#
7
#
8
# The handbook is also available locally in /usr/share/doc/handbook
8
# The handbook is also available locally in /usr/share/doc/handbook
9
# if you've installed the doc distribution, otherwise always see the
9
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/ARMADAXP (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/COLIBRI-VF50 (-1 / +1 lines)
Lines 3-9 Link Here
3
# For more information on this file, please read the config(5) manual page,
3
# For more information on this file, please read the config(5) manual page,
4
# and/or the handbook section on Kernel Configuration Files:
4
# and/or the handbook section on Kernel Configuration Files:
5
#
5
#
6
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
6
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
7
#
7
#
8
# The handbook is also available locally in /usr/share/doc/handbook
8
# The handbook is also available locally in /usr/share/doc/handbook
9
# if you've installed the doc distribution, otherwise always see the
9
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/COSMIC (-1 / +1 lines)
Lines 3-9 Link Here
3
# For more information on this file, please read the config(5) manual page,
3
# For more information on this file, please read the config(5) manual page,
4
# and/or the handbook section on Kernel Configuration Files:
4
# and/or the handbook section on Kernel Configuration Files:
5
#
5
#
6
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
6
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
7
#
7
#
8
# The handbook is also available locally in /usr/share/doc/handbook
8
# The handbook is also available locally in /usr/share/doc/handbook
9
# if you've installed the doc distribution, otherwise always see the
9
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/EFIKA_MX (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/GENERIC (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/GENERIC-NODEBUG (-1 / +1 lines)
Lines 12-18 Link Here
12
# For more information on this file, please read the config(5) manual page,
12
# For more information on this file, please read the config(5) manual page,
13
# and/or the handbook section on Kernel Configuration Files:
13
# and/or the handbook section on Kernel Configuration Files:
14
#
14
#
15
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
15
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
16
#
16
#
17
# The handbook is also available locally in /usr/share/doc/handbook
17
# The handbook is also available locally in /usr/share/doc/handbook
18
# if you've installed the doc distribution, otherwise always see the
18
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/IMX53 (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/IMX6 (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/JETSON-TK1 (-1 / +1 lines)
Lines 3-9 Link Here
3
# For more information on this file, please read the config(5) manual page,
3
# For more information on this file, please read the config(5) manual page,
4
# and/or the handbook section on Kernel Configuration Files:
4
# and/or the handbook section on Kernel Configuration Files:
5
#
5
#
6
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
6
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
7
#
7
#
8
# The handbook is also available locally in /usr/share/doc/handbook
8
# The handbook is also available locally in /usr/share/doc/handbook
9
# if you've installed the doc distribution, otherwise always see the
9
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/QUARTZ (-1 / +1 lines)
Lines 3-9 Link Here
3
# For more information on this file, please read the config(5) manual page,
3
# For more information on this file, please read the config(5) manual page,
4
# and/or the handbook section on Kernel Configuration Files:
4
# and/or the handbook section on Kernel Configuration Files:
5
#
5
#
6
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
6
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
7
#
7
#
8
# The handbook is also available locally in /usr/share/doc/handbook
8
# The handbook is also available locally in /usr/share/doc/handbook
9
# if you've installed the doc distribution, otherwise always see the
9
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/RPI-B (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/SOCDK (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/SOCFPGA (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/SOCKIT (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/SOCKIT-BERI (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/TEGRA124 (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/VYBRID (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm/conf/ZEDBOARD (-1 / +1 lines)
Lines 5-11 Link Here
5
# For more information on this file, please read the config(5) manual page,
5
# For more information on this file, please read the config(5) manual page,
6
# and/or the handbook section on Kernel Configuration Files:
6
# and/or the handbook section on Kernel Configuration Files:
7
#
7
#
8
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
9
#
9
#
10
# The handbook is also available locally in /usr/share/doc/handbook
10
# The handbook is also available locally in /usr/share/doc/handbook
11
# if you've installed the doc distribution, otherwise always see the
11
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm64/conf/GENERIC (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm64/conf/GENERIC-NODEBUG (-1 / +1 lines)
Lines 12-18 Link Here
12
# For more information on this file, please read the config(5) manual page,
12
# For more information on this file, please read the config(5) manual page,
13
# and/or the handbook section on Kernel Configuration Files:
13
# and/or the handbook section on Kernel Configuration Files:
14
#
14
#
15
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
15
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
16
#
16
#
17
# The handbook is also available locally in /usr/share/doc/handbook
17
# The handbook is also available locally in /usr/share/doc/handbook
18
# if you've installed the doc distribution, otherwise always see the
18
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/arm64/conf/GENERIC-UP (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/contrib/zstd/FREEBSD-upgrade (-1 / +1 lines)
Lines 11-14 we don't want. Link Here
11
11
12
Please find instructions for importing new releases and merging to HEAD here:
12
Please find instructions for importing new releases and merging to HEAD here:
13
13
14
https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/subversion-primer.html#idp45937784
14
https://docs.freebsd.org/en/articles/committers-guide/index.html#vendor-import-git
(-)b/sys/i386/conf/GENERIC (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/i386/conf/GENERIC-NODEBUG (-1 / +1 lines)
Lines 12-18 Link Here
12
# For more information on this file, please read the config(5) manual page,
12
# For more information on this file, please read the config(5) manual page,
13
# and/or the handbook section on Kernel Configuration Files:
13
# and/or the handbook section on Kernel Configuration Files:
14
#
14
#
15
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
15
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
16
#
16
#
17
# The handbook is also available locally in /usr/share/doc/handbook
17
# The handbook is also available locally in /usr/share/doc/handbook
18
# if you've installed the doc distribution, otherwise always see the
18
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/i386/conf/MINIMAL (-1 / +1 lines)
Lines 18-24 Link Here
18
# For more information on this file, please read the config(5) manual page,
18
# For more information on this file, please read the config(5) manual page,
19
# and/or the handbook section on Kernel Configuration Files:
19
# and/or the handbook section on Kernel Configuration Files:
20
#
20
#
21
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
21
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
22
#
22
#
23
# The handbook is also available locally in /usr/share/doc/handbook
23
# The handbook is also available locally in /usr/share/doc/handbook
24
# if you've installed the doc distribution, otherwise always see the
24
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/mips/conf/ERL (-1 / +1 lines)
Lines 5-11 Link Here
5
# For more information on this file, please read the config(5) manual page,
5
# For more information on this file, please read the config(5) manual page,
6
# and/or the handbook section on Kernel Configuration Files:
6
# and/or the handbook section on Kernel Configuration Files:
7
#
7
#
8
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
9
#
9
#
10
# The handbook is also available locally in /usr/share/doc/handbook
10
# The handbook is also available locally in /usr/share/doc/handbook
11
# if you've installed the doc distribution, otherwise always see the
11
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/mips/conf/OCTEON1 (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/mips/conf/XLP64 (-1 / +1 lines)
Lines 3-9 Link Here
3
# For more information on this file, please read the handbook section on
3
# For more information on this file, please read the handbook section on
4
# Kernel Configuration Files:
4
# Kernel Configuration Files:
5
#
5
#
6
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
6
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
7
#
7
#
8
# The handbook is also available locally in /usr/share/doc/handbook
8
# The handbook is also available locally in /usr/share/doc/handbook
9
# if you've installed the doc distribution, otherwise always see the
9
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/mips/conf/XLPN32 (-1 / +1 lines)
Lines 3-9 Link Here
3
# For more information on this file, please read the handbook section on
3
# For more information on this file, please read the handbook section on
4
# Kernel Configuration Files:
4
# Kernel Configuration Files:
5
#
5
#
6
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
6
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
7
#
7
#
8
# The handbook is also available locally in /usr/share/doc/handbook
8
# The handbook is also available locally in /usr/share/doc/handbook
9
# if you've installed the doc distribution, otherwise always see the
9
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/powerpc/conf/GENERIC (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the handbook section on
4
# For more information on this file, please read the handbook section on
5
# Kernel Configuration Files:
5
# Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/powerpc/conf/GENERIC-NODEBUG (-1 / +1 lines)
Lines 12-18 Link Here
12
# For more information on this file, please read the config(5) manual page,
12
# For more information on this file, please read the config(5) manual page,
13
# and/or the handbook section on Kernel Configuration Files:
13
# and/or the handbook section on Kernel Configuration Files:
14
#
14
#
15
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
15
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
16
#
16
#
17
# The handbook is also available locally in /usr/share/doc/handbook
17
# The handbook is also available locally in /usr/share/doc/handbook
18
# if you've installed the doc distribution, otherwise always see the
18
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/powerpc/conf/GENERIC64 (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the handbook section on
4
# For more information on this file, please read the handbook section on
5
# Kernel Configuration Files:
5
# Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/powerpc/conf/GENERIC64-NODEBUG (-1 / +1 lines)
Lines 12-18 Link Here
12
# For more information on this file, please read the config(5) manual page,
12
# For more information on this file, please read the config(5) manual page,
13
# and/or the handbook section on Kernel Configuration Files:
13
# and/or the handbook section on Kernel Configuration Files:
14
#
14
#
15
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
15
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
16
#
16
#
17
# The handbook is also available locally in /usr/share/doc/handbook
17
# The handbook is also available locally in /usr/share/doc/handbook
18
# if you've installed the doc distribution, otherwise always see the
18
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/powerpc/conf/GENERIC64LE (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the handbook section on
4
# For more information on this file, please read the handbook section on
5
# Kernel Configuration Files:
5
# Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/riscv/conf/GENERIC (-1 / +1 lines)
Lines 4-10 Link Here
4
# For more information on this file, please read the config(5) manual page,
4
# For more information on this file, please read the config(5) manual page,
5
# and/or the handbook section on Kernel Configuration Files:
5
# and/or the handbook section on Kernel Configuration Files:
6
#
6
#
7
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8
#
8
#
9
# The handbook is also available locally in /usr/share/doc/handbook
9
# The handbook is also available locally in /usr/share/doc/handbook
10
# if you've installed the doc distribution, otherwise always see the
10
# if you've installed the doc distribution, otherwise always see the
(-)b/sys/riscv/conf/GENERIC-NODEBUG (-1 / +1 lines)
Lines 12-18 Link Here
12
# For more information on this file, please read the config(5) manual page,
12
# For more information on this file, please read the config(5) manual page,
13
# and/or the handbook section on Kernel Configuration Files:
13
# and/or the handbook section on Kernel Configuration Files:
14
#
14
#
15
#    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
15
#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
16
#
16
#
17
# The handbook is also available locally in /usr/share/doc/handbook
17
# The handbook is also available locally in /usr/share/doc/handbook
18
# if you've installed the doc distribution, otherwise always see the
18
# if you've installed the doc distribution, otherwise always see the
(-)b/usr.bin/fortune/datfiles/freebsd-tips (-2 / +1 lines)
Lines 62-69 If you need a reminder to leave your terminal, type "leave +hhmm" where Link Here
62
%
62
%
63
If you need to ask a question on the FreeBSD-questions mailing list then
63
If you need to ask a question on the FreeBSD-questions mailing list then
64
64
65
	https://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/\
65
	https://docs.freebsd.org/en/articles/freebsd-questions
66
		freebsd-questions/index.html
67
66
68
contains lots of useful advice to help you get the best results.
67
contains lots of useful advice to help you get the best results.
69
%
68
%
(-)b/usr.bin/timeout/timeout.1 (-2 / +2 lines)
Lines 26-32 Link Here
26
.\"
26
.\"
27
.\" $FreeBSD$
27
.\" $FreeBSD$
28
.\"
28
.\"
29
.Dd July 7, 2020
29
.Dd April 14, 2021
30
.Dt TIMEOUT 1
30
.Dt TIMEOUT 1
31
.Os
31
.Os
32
.Sh NAME
32
.Sh NAME
Lines 190-196 signal after 1 minute and send a Link Here
190
signal 5 seconds later if the process refuses to stop:
190
signal 5 seconds later if the process refuses to stop:
191
.Bd -literal -offset indent
191
.Bd -literal -offset indent
192
timeout -k 5s 1m fetch \\
192
timeout -k 5s 1m fetch \\
193
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/book.html
193
https://www.freebsd.org/doc/en/books/handbook/book.html
194
.Ed
194
.Ed
195
.Sh SEE ALSO
195
.Sh SEE ALSO
196
.Xr kill 1 ,
196
.Xr kill 1 ,
(-)b/usr.sbin/lpr/lpd/printcap (-1 / +1 lines)
Lines 22-28 Link Here
22
#
22
#
23
# Do also refer to the "printing" section of the handbook.
23
# Do also refer to the "printing" section of the handbook.
24
#
24
#
25
#	https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html
25
#	https://docs.freebsd.org/en/books/handbook/printing/
26
#
26
#
27
# A local copy can be found under
27
# A local copy can be found under
28
#
28
#
(-)b/usr.sbin/mergemaster/mergemaster.8 (-4 / +3 lines)
Lines 24-30 Link Here
24
.\"
24
.\"
25
.\" $FreeBSD$
25
.\" $FreeBSD$
26
.\"
26
.\"
27
.Dd November 27, 2018
27
.Dd April 14, 2021
28
.Dt MERGEMASTER 8
28
.Dt MERGEMASTER 8
29
.Os
29
.Os
30
.Sh NAME
30
.Sh NAME
Lines 458-466 comparison, use: Link Here
458
.Pp
458
.Pp
459
.Pa /usr/src/etc/Makefile
459
.Pa /usr/src/etc/Makefile
460
.Rs
460
.Rs
461
.%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
461
.%U https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld
462
.%T The Cutting Edge (using make world)
462
.%T The FreeBSD Handbook
463
.%A Nik Clayton
464
.Re
463
.Re
465
.Sh HISTORY
464
.Sh HISTORY
466
The
465
The
(-)b/usr.sbin/ppp/ppp.8 (-6 / +3 lines)
Lines 25-31 Link Here
25
.\"
25
.\"
26
.\" $FreeBSD$
26
.\" $FreeBSD$
27
.\"
27
.\"
28
.Dd July 11, 2020
28
.Dd April 14, 2021
29
.Dt PPP 8
29
.Dt PPP 8
30
.Os
30
.Os
31
.Sh NAME
31
.Sh NAME
Lines 5963-5974 and Link Here
5963
.Dq show ?\&
5963
.Dq show ?\&
5964
to get online information about what is available.
5964
to get online information about what is available.
5965
.It
5965
.It
5966
The following URLs contain useful information:
5966
The following URL contains useful information:
5967
.Bl -bullet -compact
5967
.Bl -bullet -compact
5968
.It
5968
.It
5969
https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/ppp.html
5969
https://docs.freebsd.org/en/books/handbook/ppp-and-slip/
5970
.It
5971
https://www.FreeBSD.org/doc/handbook/userppp.html
5972
.El
5970
.El
5973
.El
5971
.El
5974
.Sh FILES
5972
.Sh FILES
5975
- 

Return to bug 255026