diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-06 01:39:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-06 01:39:11 +0000 |
| commit | 237ab6c72fbfc4663dab0c6dbefc2e2fd6d0e541 (patch) | |
| tree | 1ee8572cba7995018543206d70c8c9e9025c2523 | |
| parent | f0e6bbc0748a1d5626bab39776c54dcc6287be95 (diff) | |
Notes
| -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 16147295ffca..4afb7a6dd871 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 |
