diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-06-04 19:27:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-06-04 19:27:19 +0000 |
commit | a10b24aa4fc9786963eebe98947c4d5be3912dff (patch) | |
tree | 141a4388ab1a891681f396ae02d8c5953afadbc9 /share/man/man9/rasops.9 | |
parent | 5d42846e8100568f001be65bfe88d75a09b5cd11 (diff) |
Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@.
No objection from jmc@ against this type of change.
Diffstat (limited to 'share/man/man9/rasops.9')
-rw-r--r-- | share/man/man9/rasops.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/rasops.9 b/share/man/man9/rasops.9 index 291c35b76cd..a43322187f8 100644 --- a/share/man/man9/rasops.9 +++ b/share/man/man9/rasops.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rasops.9,v 1.10 2008/06/26 05:42:08 ray Exp $ +.\" $OpenBSD: rasops.9,v 1.11 2013/06/04 19:27:11 schwarze Exp $ .\" $NetBSD: rasops.9,v 1.4 2002/02/13 08:18:50 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: June 4 2013 $ .Dt RASOPS 9 .Os .Sh NAME @@ -37,8 +37,8 @@ .Nm rasops_reconfig .Nd raster display operations .Sh SYNOPSIS -.Fd #include \*[Lt]dev/wscons/wsdisplayvar.h\*[Gt] -.Fd #include \*[Lt]dev/rasops/rasops.h\*[Gt] +.In dev/wscons/wsdisplayvar.h +.In dev/rasops/rasops.h .Ft int .Fn rasops_init "struct rasops_info *ri" "int wantrows" "int wantcols" .Ft int |