diff options
author | brueffer <brueffer@FreeBSD.org> | 2006-05-20 09:49:05 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2006-05-20 09:49:05 +0000 |
commit | efe16a4faf88a5b183e214f95508c9cfed416a57 (patch) | |
tree | 316b8af1217f7d75cb95f489c5ab5be1d8203b70 /share/examples/mdoc | |
parent | 7c38545a748236c52dbdb6b1652d1b3a54819926 (diff) | |
download | FreeBSD-src-efe16a4faf88a5b183e214f95508c9cfed416a57.zip FreeBSD-src-efe16a4faf88a5b183e214f95508c9cfed416a57.tar.gz |
Make this example more real world usable: When the manpage first appeared
is not interesting, when the driver appeared is. Most people who use this
example leave the manpage appearance date in and the driver date out.
MFC after: 3 days
Diffstat (limited to 'share/examples/mdoc')
-rw-r--r-- | share/examples/mdoc/example.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index 8ab9776..7ee51f7 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -100,7 +100,7 @@ Self explanatory. .Sh HISTORY The .Nm -manual page example first appeared in +device driver first appeared in .Fx 2.2 . .Pp Some other common |