Read-only is hyphenated when it modifies a noun.

This commit is contained in:
Warner Losh 2016-01-16 00:37:27 +00:00
parent 2b774394cc
commit 62cb31dc18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294114
5 changed files with 8 additions and 8 deletions

View File

@ -46,7 +46,7 @@ geom_uncompress_load="YES"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .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 This allows significant storage savings at the expense of a little CPU
time on each read. time on each read.
Data written in the GEOM label area allows Data written in the GEOM label area allows

View File

@ -48,7 +48,7 @@ geom_uzip_load="YES"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
framework provides support for compressed read only framework provides support for compressed read-only
disk images. disk images.
This allows significant storage savings at the expense of This allows significant storage savings at the expense of
a little CPU time on each read. a little CPU time on each read.

View File

@ -390,16 +390,16 @@ is passed to
.Tn SCTP .Tn SCTP
else an error will be returned. else an error will be returned.
.It Dv SCTP_STATUS .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. various status information about the specified association.
.It Dv SCTP_GET_PEER_ADDR_INFO .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. address.
.It Dv SCTP_PEER_AUTH_CHUNKS .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. the peer requires to be authenticated.
.It Dv SCTP_LOCAL_AUTH_CHUNKS .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. required chunks that must be authenticated.
.It Dv SCTP_RESET_STREAMS .It Dv SCTP_RESET_STREAMS
This socket option is used to cause a stream sequence This socket option is used to cause a stream sequence

View File

@ -33,7 +33,7 @@
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
device driver provides a read only interface for CDROM drives device driver provides a read-only interface for CDROM drives
.Tn ( SCSI .Tn ( SCSI
type 5) type 5)
and WORM drives and WORM drives

View File

@ -343,7 +343,7 @@ macro is provided to create this type of oid dynamically.
.Pp .Pp
The The
.Fn SYSCTL_UMA_CUR parent nbr name access zone descr .Fn SYSCTL_UMA_CUR parent nbr name access zone descr
macro declares a static read only macro declares a static read-only
.Xr sysctl .Xr sysctl
oid that exports the approximate current occupancy of the zone. oid that exports the approximate current occupancy of the zone.
The The