diff options
author | le <le@FreeBSD.org> | 2004-05-18 12:36:12 +0000 |
---|---|---|
committer | le <le@FreeBSD.org> | 2004-05-18 12:36:12 +0000 |
commit | bf8efef5e56874fe15a18b455d9f321c1713ba99 (patch) | |
tree | e52ea700934cbd00085ad12588f02f18e01482f4 /share/man | |
parent | c38ad17648ddf4e774ddbfa58c83a45a83c414ff (diff) | |
download | FreeBSD-src-bf8efef5e56874fe15a18b455d9f321c1713ba99.zip FreeBSD-src-bf8efef5e56874fe15a18b455d9f321c1713ba99.tar.gz |
These hyphens don't need to be escaped.
Pointed out by: pjd@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/g_bio.9 | 2 | ||||
-rw-r--r-- | share/man/man9/g_geom.9 | 2 | ||||
-rw-r--r-- | share/man/man9/g_provider.9 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/g_bio.9 b/share/man/man9/g_bio.9 index 898ad76..27e3950 100644 --- a/share/man/man9/g_bio.9 +++ b/share/man/man9/g_bio.9 @@ -66,7 +66,7 @@ blocks before they will become reassigned and cryptographic devices may want to fill random bits into the range to reduce the amount of data available for attack. .It Dv BIO_GETATTR -Inspect and manipulate out\-of\-band +Inspect and manipulate out-of-band attributes on a particular provider or path. Attributes are named by ascii strings and are stored in the .Va bio_attribute diff --git a/share/man/man9/g_geom.9 b/share/man/man9/g_geom.9 index b0a4335..64a8a56 100644 --- a/share/man/man9/g_geom.9 +++ b/share/man/man9/g_geom.9 @@ -53,7 +53,7 @@ The .Fn g_new_geomf function creates a new geom, which will be an instance of the class .Fa mp . -The geom's name is created in a printf\-like way from the rest of the arguments. +The geom's name is created in a printf-like way from the rest of the arguments. .Pp The .Fn g_destroy_geom diff --git a/share/man/man9/g_provider.9 b/share/man/man9/g_provider.9 index 40b2e04..87d9433 100644 --- a/share/man/man9/g_provider.9 +++ b/share/man/man9/g_provider.9 @@ -52,7 +52,7 @@ The function creates a new provider on given geom .Fa gp . The name of the provider, which will appear as device in devfs, is created -in a printf\-like way from the rest of +in a printf-like way from the rest of the arguments. After creation, the caller has to set the provider's .Va mediasize |