diff options
Diffstat (limited to 'share/examples/mdoc')
-rw-r--r-- | share/examples/mdoc/example.1 | 2 | ||||
-rw-r--r-- | share/examples/mdoc/example.3 | 2 | ||||
-rw-r--r-- | share/examples/mdoc/example.4 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1 index 6959b0d7759bb..236a8fffbba52 100644 --- a/share/examples/mdoc/example.1 +++ b/share/examples/mdoc/example.1 @@ -34,7 +34,7 @@ .\" Note: Only specify the operating system when the command .\" is FreeBSD specific, otherwise use the .Os macro with no .\" arguments. -.Os FreeBSD 2.2 +.Os FreeBSD .Sh NAME .Nm example .Nd example command manual page diff --git a/share/examples/mdoc/example.3 b/share/examples/mdoc/example.3 index 4ec386553c0d5..d4d495c86d25f 100644 --- a/share/examples/mdoc/example.3 +++ b/share/examples/mdoc/example.3 @@ -34,7 +34,7 @@ .\" Note: Only specify the operating system when the command .\" is FreeBSD specific, otherwise use the .Os macro with no .\" arguments. -.Os FreeBSD 2.2 +.Os FreeBSD .Sh NAME .Nm example .Nd example library function manual page diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index eb27bd6995890..fe889fd4c681f 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -34,7 +34,7 @@ .\" Note: Only specify the operating system when the command .\" is FreeBSD specific, otherwise use the .Os macro with no .\" arguments. -.Os FreeBSD 2.2 +.Os FreeBSD .Sh NAME .Nm example .Nd example device driver manual page |