diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-03 20:03:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-03 20:03:18 +0000 |
commit | 6a17c56b62eb8aab1ae3fab30a681de5e847b121 (patch) | |
tree | cd34a6faa6b047d4d9314a9d778b0315f0ec0ee7 /lib | |
parent | 80ddf342e249d2b58c5cf25b72cde89dec1f7b05 (diff) |
fix #include
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsectok/sectok.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsectok/sectok.3 b/lib/libsectok/sectok.3 index 9bc4fe7bd1a..efd4081c202 100644 --- a/lib/libsectok/sectok.3 +++ b/lib/libsectok/sectok.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sectok.3,v 1.3 2001/08/03 19:52:27 jakob Exp $ +.\" $OpenBSD: sectok.3,v 1.4 2001/08/03 20:03:17 deraadt Exp $ .\" .\" Jim Rees <rees@umich.edu> .\" CITI Smartcard development <smartcards@umich.edu> @@ -10,7 +10,7 @@ .Nm sectok .Nd library for communicating with ISO 7816 smartcards .Sh SYNOPSIS -.Fd #include \&"sectok.h\&" +.Fd #include <sectok.h> .Ft int .Fn sectok_open "int rn" "int flags" "int *swp" .Ft int |