diff options
author | bde <bde@FreeBSD.org> | 2001-02-06 01:39:11 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-02-06 01:39:11 +0000 |
commit | 80ed1c3008fcb627a7afa930d6a213b16ea8b114 (patch) | |
tree | b123d8cd5959117a72fd9a7f9de11f58ee86c83b | |
parent | 9b5d717b5a4a895fee5f1f58f53cdb6846c8e118 (diff) | |
download | FreeBSD-src-80ed1c3008fcb627a7afa930d6a213b16ea8b114.zip FreeBSD-src-80ed1c3008fcb627a7afa930d6a213b16ea8b114.tar.gz |
Debogotified #includes in synopsis. Paths beginning with /sys were
only required when dev/ppbus wasn't installed, and they should not
been delimited by <> even then.
-rw-r--r-- | share/man/man4/ppi.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ppi.4 b/share/man/man4/ppi.4 index 1614729..4afb7a6 100644 --- a/share/man/man4/ppi.4 +++ b/share/man/man4/ppi.4 @@ -46,8 +46,8 @@ the security problems inherent with the use of the interface. .Sh PROGRAMMING INTERFACE .Pp -.Fd #include </sys/dev/ppbus/ppi.h> -.Fd #include </sys/dev/ppbus/ppbconf.h> +.Fd #include <dev/ppbus/ppi.h> +.Fd #include <dev/ppbus/ppbconf.h> .Pp All I/O on the .Nm |