diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-18 08:51:04 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-18 08:51:04 +0000 |
| commit | 03e563d7dc415d00b5511a44bdaf7bfeabe2e376 (patch) | |
| tree | 8a8a820828e121272488991388eb3aa9042a058e /share/examples | |
| parent | 504dd5eab0df4f7ceb7a8f6e5b58ddac78d19634 (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/mdoc/example.1 | 9 | ||||
| -rw-r--r-- | share/examples/mdoc/example.3 | 9 | ||||
| -rw-r--r-- | 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 |
