diff options
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/mdoc/example.1 | 6 | ||||
-rw-r--r-- | share/examples/mdoc/example.3 | 4 | ||||
-rw-r--r-- | share/examples/mdoc/example.4 | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1 index c0c106c..8641e9d 100644 --- a/share/examples/mdoc/example.1 +++ b/share/examples/mdoc/example.1 @@ -42,7 +42,7 @@ .Ar file .Sh DESCRIPTION This is an example manual page for -the +the .Nm command. It is intended that this example can be used as a template when writing @@ -58,7 +58,7 @@ option. Example optional .Fl b option. -.It Fl c +.It Fl c Example optional .Fl c option. @@ -72,7 +72,7 @@ Required argument .Ar file . .El .Sh ENVIRONMENT -The +The .Nm command ignores the .Ev EXAMPLE diff --git a/share/examples/mdoc/example.3 b/share/examples/mdoc/example.3 index e80cb9e..db70044 100644 --- a/share/examples/mdoc/example.3 +++ b/share/examples/mdoc/example.3 @@ -44,7 +44,7 @@ .Fn example "char *ptr" "int mode" .Sh DESCRIPTION This is an example library function manual page for -the +the .Fn example function. It is intended that this example can be used as a template when writing @@ -82,7 +82,7 @@ function is not actually implemented. .Sh RETURN VALUES .Rv -std example .Sh ENVIRONMENT -The +The .Fn example library function ignores the .Ev EXAMPLE diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index 5edb3a4..a14c62d 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -40,7 +40,7 @@ .Cd options EXAMPLE_DEBUG .Sh DESCRIPTION This is an example device driver manual page for -the +the .Nm driver. It is intended that this example can be used as a template when writing |