diff options
author | 2013-11-28 21:27:41 +0000 | |
---|---|---|
committer | 2013-11-28 21:27:41 +0000 | |
commit | ae5480ccad9f28c16b388a39822a1e3de33c96d3 (patch) | |
tree | 6e554377ae721c089d84343de6c47fefef73dbe5 | |
parent | - use IFS=<space><tab> to trim the leading/trailing blanks with read (diff) | |
download | wireguard-openbsd-ae5480ccad9f28c16b388a39822a1e3de33c96d3.tar.xz wireguard-openbsd-ae5480ccad9f28c16b388a39822a1e3de33c96d3.zip |
add fb_queue and fb_delete to NAME, so man -k picks them up;
-rw-r--r-- | share/man/man9/fb_setup.9 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/fb_setup.9 b/share/man/man9/fb_setup.9 index e89318d0732..f02647a4c89 100644 --- a/share/man/man9/fb_setup.9 +++ b/share/man/man9/fb_setup.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fb_setup.9,v 1.2 2013/11/28 14:54:18 syl Exp $ +.\" $OpenBSD: fb_setup.9,v 1.3 2013/11/28 21:27:41 jmc Exp $ .\" .\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com> .\" @@ -18,7 +18,9 @@ .Dt FB_SETUP 9 .Os .Sh NAME -.Nm fb_setup +.Nm fb_setup , +.Nm fb_queue , +.Nm fb_delete .Nd kernel messaging mechanism for file system in userland (FUSE) .Sh SYNOPSIS .In sys/fusebuf.h |