mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Read-only is hyphenated when it modifies a noun.
This commit is contained in:
parent
2b774394cc
commit
62cb31dc18
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294114
@ -46,7 +46,7 @@ geom_uncompress_load="YES"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
framework provides support for compressed read only disk images.
|
||||
framework provides support for compressed read-only disk images.
|
||||
This allows significant storage savings at the expense of a little CPU
|
||||
time on each read.
|
||||
Data written in the GEOM label area allows
|
||||
|
@ -48,7 +48,7 @@ geom_uzip_load="YES"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
framework provides support for compressed read only
|
||||
framework provides support for compressed read-only
|
||||
disk images.
|
||||
This allows significant storage savings at the expense of
|
||||
a little CPU time on each read.
|
||||
|
@ -390,16 +390,16 @@ is passed to
|
||||
.Tn SCTP
|
||||
else an error will be returned.
|
||||
.It Dv SCTP_STATUS
|
||||
This option is a read only option that returns
|
||||
This option is a read-only option that returns
|
||||
various status information about the specified association.
|
||||
.It Dv SCTP_GET_PEER_ADDR_INFO
|
||||
This read only option returns information about a peer
|
||||
This read-only option returns information about a peer
|
||||
address.
|
||||
.It Dv SCTP_PEER_AUTH_CHUNKS
|
||||
This read only option returns a list of the chunks
|
||||
This read-only option returns a list of the chunks
|
||||
the peer requires to be authenticated.
|
||||
.It Dv SCTP_LOCAL_AUTH_CHUNKS
|
||||
This read only option returns a list of the locally
|
||||
This read-only option returns a list of the locally
|
||||
required chunks that must be authenticated.
|
||||
.It Dv SCTP_RESET_STREAMS
|
||||
This socket option is used to cause a stream sequence
|
||||
|
@ -33,7 +33,7 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
device driver provides a read only interface for CDROM drives
|
||||
device driver provides a read-only interface for CDROM drives
|
||||
.Tn ( SCSI
|
||||
type 5)
|
||||
and WORM drives
|
||||
|
@ -343,7 +343,7 @@ macro is provided to create this type of oid dynamically.
|
||||
.Pp
|
||||
The
|
||||
.Fn SYSCTL_UMA_CUR parent nbr name access zone descr
|
||||
macro declares a static read only
|
||||
macro declares a static read-only
|
||||
.Xr sysctl
|
||||
oid that exports the approximate current occupancy of the zone.
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user