diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
| commit | 7c7fb079b997666ef8dc3a60352aa3d2052cb3de (patch) | |
| tree | 43f30351332f06168f2ee06250cbb52017106489 /share/examples/mdoc | |
| parent | 067c7f48def4817208af5bb4f6b43acdb2f03fce (diff) | |
Notes
Diffstat (limited to 'share/examples/mdoc')
| -rw-r--r-- | share/examples/mdoc/example.1 | 2 | ||||
| -rw-r--r-- | share/examples/mdoc/example.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1 index 53ba9cfaccc8..6959b0d7759b 100644 --- a/share/examples/mdoc/example.1 +++ b/share/examples/mdoc/example.1 @@ -39,7 +39,7 @@ .Nm example .Nd example command manual page .Sh SYNOPSIS -.Nm example +.Nm .Op Fl abc .Op Fl d Ar argument .Ar file diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index 45be91440422..eb27bd699589 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -43,7 +43,7 @@ .Sh DESCRIPTION This is an example device driver manual page for the -.Nm example +.Nm driver. It is intended that this example can be used as a template when writing a new manual page. |
