Date: Sat, 16 Jan 2016 00:37:28 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r294114 - in head/share/man: man4 man9 Message-ID: <201601160037.u0G0bSmb037387@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sat Jan 16 00:37:27 2016 New Revision: 294114 URL: https://svnweb.freebsd.org/changeset/base/294114 Log: Read-only is hyphenated when it modifies a noun. Modified: head/share/man/man4/geom_uncompress.4 head/share/man/man4/geom_uzip.4 head/share/man/man4/sctp.4 head/share/man/man9/cd.9 head/share/man/man9/zone.9 Modified: head/share/man/man4/geom_uncompress.4 ============================================================================== --- head/share/man/man4/geom_uncompress.4 Fri Jan 15 23:28:12 2016 (r294113) +++ head/share/man/man4/geom_uncompress.4 Sat Jan 16 00:37:27 2016 (r294114) @@ -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 Modified: head/share/man/man4/geom_uzip.4 ============================================================================== --- head/share/man/man4/geom_uzip.4 Fri Jan 15 23:28:12 2016 (r294113) +++ head/share/man/man4/geom_uzip.4 Sat Jan 16 00:37:27 2016 (r294114) @@ -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. Modified: head/share/man/man4/sctp.4 ============================================================================== --- head/share/man/man4/sctp.4 Fri Jan 15 23:28:12 2016 (r294113) +++ head/share/man/man4/sctp.4 Sat Jan 16 00:37:27 2016 (r294114) @@ -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 Modified: head/share/man/man9/cd.9 ============================================================================== --- head/share/man/man9/cd.9 Fri Jan 15 23:28:12 2016 (r294113) +++ head/share/man/man9/cd.9 Sat Jan 16 00:37:27 2016 (r294114) @@ -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 Modified: head/share/man/man9/zone.9 ============================================================================== --- head/share/man/man9/zone.9 Fri Jan 15 23:28:12 2016 (r294113) +++ head/share/man/man9/zone.9 Sat Jan 16 00:37:27 2016 (r294114) @@ -343,7 +343,7 @@ macro is provided to create this type of .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601160037.u0G0bSmb037387>