From 03e563d7dc415d00b5511a44bdaf7bfeabe2e376 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Wed, 18 Jul 2001 08:51:04 +0000 Subject: [PATCH] Remove an example of bad sentence breaking style. --- share/examples/mdoc/example.1 | 9 ++++----- share/examples/mdoc/example.3 | 9 ++++----- share/examples/mdoc/example.4 | 9 ++++----- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1 index 8641e9d3db67..eb6d1bf47916 100644 --- a/share/examples/mdoc/example.1 +++ b/share/examples/mdoc/example.1 @@ -41,12 +41,11 @@ .Op Fl d Ar argument .Ar file .Sh DESCRIPTION -This is an example manual page for -the +This is an example manual page for the .Nm -command. It is intended -that this example can be used as a template when writing -a new manual page. +command. +It is intended that this example can be used as a template +when writing a new manual page. .Pp The options are as follows: .Bl -tag -width Fl diff --git a/share/examples/mdoc/example.3 b/share/examples/mdoc/example.3 index db700447fa96..e9c55c4eee11 100644 --- a/share/examples/mdoc/example.3 +++ b/share/examples/mdoc/example.3 @@ -43,12 +43,11 @@ .Ft int .Fn example "char *ptr" "int mode" .Sh DESCRIPTION -This is an example library function manual page for -the +This is an example library function manual page for the .Fn example -function. It is intended -that this example can be used as a template when writing -a new manual page. +function. +It is intended that this example can be used as a template +when writing a new manual page. .Pp The .Fn example diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index a14c62d5b7f0..1bb8f13aeba8 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -39,12 +39,11 @@ .Cd device example .Cd options EXAMPLE_DEBUG .Sh DESCRIPTION -This is an example device driver manual page for -the +This is an example device driver manual page for the .Nm -driver. It is intended -that this example can be used as a template when writing -a new manual page. +driver. +It is intended that this example can be used as a template +when writing a new manual page. .Pp The .Nm