From bf8efef5e56874fe15a18b455d9f321c1713ba99 Mon Sep 17 00:00:00 2001 From: le Date: Tue, 18 May 2004 12:36:12 +0000 Subject: [PATCH] These hyphens don't need to be escaped. Pointed out by: pjd@ --- share/man/man9/g_bio.9 | 2 +- share/man/man9/g_geom.9 | 2 +- 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 898ad765ac69..27e3950a8bec 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 b0a4335c18e8..64a8a5601ead 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 40b2e04df4eb..87d943306597 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