Add HISTORY sections to build(7), crypto(7),
ffs(7), growfs(7), and diskless(8). Submitted by: Gordon Bergling gbergling_gmail.com Approved by: bcr Differential Revision: https://reviews.freebsd.org/D24271
This commit is contained in:
parent
4f397ed21e
commit
59e11f398e
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 29, 2020
|
.Dd May 3, 2020
|
||||||
.Dt BUILD 7
|
.Dt BUILD 7
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -833,6 +833,11 @@ cd /usr/src
|
|||||||
make TARGET_ARCH=armv6 buildworld buildkernel
|
make TARGET_ARCH=armv6 buildworld buildkernel
|
||||||
make TARGET_ARCH=armv6 DESTDIR=/clients/arm installworld installkernel
|
make TARGET_ARCH=armv6 DESTDIR=/clients/arm installworld installkernel
|
||||||
.Ed
|
.Ed
|
||||||
|
.Sh HISTORY
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
manpage first appeared in
|
||||||
|
.Fx 4.3 .
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr cc 1 ,
|
.Xr cc 1 ,
|
||||||
.Xr install 1 ,
|
.Xr install 1 ,
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 27, 2020
|
.Dd May 3, 2020
|
||||||
.Dt CRYPTO 7
|
.Dt CRYPTO 7
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -112,6 +112,11 @@ as defined in NIST SP 800-38E.
|
|||||||
NOTE: The ciphertext stealing part is not implemented which is why this cipher
|
NOTE: The ciphertext stealing part is not implemented which is why this cipher
|
||||||
is listed as having a block size of 16 instead of 1.
|
is listed as having a block size of 16 instead of 1.
|
||||||
.El
|
.El
|
||||||
|
.Sh HISTORY
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
manpage first appeared in
|
||||||
|
.Fx 10.1 .
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr crypto 4 ,
|
.Xr crypto 4 ,
|
||||||
.Xr crypto 9
|
.Xr crypto 9
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd August 25, 2019
|
.Dd May 3, 2020
|
||||||
.Dt FFS 7
|
.Dt FFS 7
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -288,6 +288,11 @@ Enable support for the rearrangement of blocks
|
|||||||
to be contiguous.
|
to be contiguous.
|
||||||
.Pq Default: 1 .
|
.Pq Default: 1 .
|
||||||
.El
|
.El
|
||||||
|
.Sh HISTORY
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
manual page first appeared in
|
||||||
|
.Fx 4.5 .
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr quota 1 ,
|
.Xr quota 1 ,
|
||||||
.Xr acl 3 ,
|
.Xr acl 3 ,
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd November 1, 2014
|
.Dd May 3, 2020
|
||||||
.Dt GROWFS 7
|
.Dt GROWFS 7
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -57,6 +57,11 @@ should be mounted prior to running the script.
|
|||||||
.Pa /etc/rc.conf
|
.Pa /etc/rc.conf
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
.Ex -std
|
.Ex -std
|
||||||
|
.Sh HISTORY
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
manual page first appeared in
|
||||||
|
.Fx 10.1 .
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr rc.conf 5
|
.Xr rc.conf 5
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd September 10, 2018
|
.Dd May 3, 2020
|
||||||
.Dt DISKLESS 8
|
.Dt DISKLESS 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -453,6 +453,11 @@ Be warned that using unencrypted
|
|||||||
to mount root and user
|
to mount root and user
|
||||||
partitions may expose information such as
|
partitions may expose information such as
|
||||||
encryption keys.
|
encryption keys.
|
||||||
|
.Sh HISTORY
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
environment first appeared in
|
||||||
|
.Fx 2.2.5 .
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr ethers 5 ,
|
.Xr ethers 5 ,
|
||||||
.Xr exports 5 ,
|
.Xr exports 5 ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user