diff options
author | pst <pst@FreeBSD.org> | 1997-08-26 20:55:43 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-08-26 20:55:43 +0000 |
commit | 5c80f76918b5b50293fb01a7d559f361ab121f86 (patch) | |
tree | 1e044cc60b0167e5f9fae1dedcc2c587ffcc92bd /contrib | |
parent | 3df4daaa03dee0b95d6bc5faeaff87eaf15db961 (diff) | |
download | FreeBSD-src-5c80f76918b5b50293fb01a7d559f361ab121f86.zip FreeBSD-src-5c80f76918b5b50293fb01a7d559f361ab121f86.tar.gz |
Update synopsis. A partial fix has also been submitted to opie@bugs@inner.net
Submitted by: bde
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/opie/opie.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/opie/opie.4 b/contrib/opie/opie.4 index 90214b0..cb0c83b 100644 --- a/contrib/opie/opie.4 +++ b/contrib/opie/opie.4 @@ -229,13 +229,19 @@ you would use a call to opieverify. For example: .sp 0 .sp 0 + #include <sys/types.h> +.sp 0 + . +.sp 0 + . +.sp 0 #include <stdio.h> .sp 0 . .sp 0 . .sp 0 - #include "opie.h" + #include <opie.h> .sp 0 . .sp 0 |