diff options
author | 2013-11-30 22:15:22 +0000 | |
---|---|---|
committer | 2013-11-30 22:15:22 +0000 | |
commit | 1b361a5557a858b4e9278a8b600a3a1963bf84a6 (patch) | |
tree | 319ef820f79b09180467d8dd229e90c222d67343 /share/man/man3 | |
parent | Fix bug#534: IXFR query loop over UDP for zones that are unchanged. (diff) | |
download | wireguard-openbsd-1b361a5557a858b4e9278a8b600a3a1963bf84a6.tar.xz wireguard-openbsd-1b361a5557a858b4e9278a8b600a3a1963bf84a6.zip |
add libfuse; ok jmc@
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/intro.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 6a1850cd351..e00955ab5b1 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.58 2013/09/13 09:45:57 brett Exp $ +.\" $OpenBSD: intro.3,v 1.59 2013/11/30 22:15:22 pascal Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 13 2013 $ +.Dd $Mdocdate: November 30 2013 $ .Dt INTRO 3 .Os .Sh NAME @@ -171,6 +171,11 @@ wide-character functions. See .Xr form 3 . .Pp +.It libfuse Pq Fl lfuse +File system in userland library. +See +.Xr fuse_main 3 . +.Pp .It libgcc Pq Fl lgcc GCC runtime support, including long arithmetic, propolice, |