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$
|
||||
.\"
|
||||
.Dd March 29, 2020
|
||||
.Dd May 3, 2020
|
||||
.Dt BUILD 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -833,6 +833,11 @@ cd /usr/src
|
||||
make TARGET_ARCH=armv6 buildworld buildkernel
|
||||
make TARGET_ARCH=armv6 DESTDIR=/clients/arm installworld installkernel
|
||||
.Ed
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
manpage first appeared in
|
||||
.Fx 4.3 .
|
||||
.Sh SEE ALSO
|
||||
.Xr cc 1 ,
|
||||
.Xr install 1 ,
|
||||
|
@ -27,7 +27,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd March 27, 2020
|
||||
.Dd May 3, 2020
|
||||
.Dt CRYPTO 7
|
||||
.Os
|
||||
.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
|
||||
is listed as having a block size of 16 instead of 1.
|
||||
.El
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
manpage first appeared in
|
||||
.Fx 10.1 .
|
||||
.Sh SEE ALSO
|
||||
.Xr crypto 4 ,
|
||||
.Xr crypto 9
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd August 25, 2019
|
||||
.Dd May 3, 2020
|
||||
.Dt FFS 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -288,6 +288,11 @@ Enable support for the rearrangement of blocks
|
||||
to be contiguous.
|
||||
.Pq Default: 1 .
|
||||
.El
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
manual page first appeared in
|
||||
.Fx 4.5 .
|
||||
.Sh SEE ALSO
|
||||
.Xr quota 1 ,
|
||||
.Xr acl 3 ,
|
||||
|
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 1, 2014
|
||||
.Dd May 3, 2020
|
||||
.Dt GROWFS 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -57,6 +57,11 @@ should be mounted prior to running the script.
|
||||
.Pa /etc/rc.conf
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
manual page first appeared in
|
||||
.Fx 10.1 .
|
||||
.Sh SEE ALSO
|
||||
.Xr rc.conf 5
|
||||
.Sh AUTHORS
|
||||
|
@ -26,7 +26,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 10, 2018
|
||||
.Dd May 3, 2020
|
||||
.Dt DISKLESS 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -453,6 +453,11 @@ Be warned that using unencrypted
|
||||
to mount root and user
|
||||
partitions may expose information such as
|
||||
encryption keys.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
environment first appeared in
|
||||
.Fx 2.2.5 .
|
||||
.Sh SEE ALSO
|
||||
.Xr ethers 5 ,
|
||||
.Xr exports 5 ,
|
||||
|
Loading…
Reference in New Issue
Block a user