diff options
author | joel <joel@FreeBSD.org> | 2014-06-23 18:40:21 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2014-06-23 18:40:21 +0000 |
commit | d94b51f5b9d2ec82746ffdf57ecb15252cca123e (patch) | |
tree | ceb4f439bccdaec74e6fa2ffb4d100969d70c478 /lib/libcuse | |
parent | 0f2e70685cd79d3c85d1847965d5b31f9ff45b6c (diff) | |
download | FreeBSD-src-d94b51f5b9d2ec82746ffdf57ecb15252cca123e.zip FreeBSD-src-d94b51f5b9d2ec82746ffdf57ecb15252cca123e.tar.gz |
mdoc: remove superfluous paragraph macros.
Diffstat (limited to 'lib/libcuse')
-rw-r--r-- | lib/libcuse/cuse.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcuse/cuse.3 b/lib/libcuse/cuse.3 index 356c518..6d8d2a3 100644 --- a/lib/libcuse/cuse.3 +++ b/lib/libcuse/cuse.3 @@ -262,7 +262,6 @@ is returned. .Ft "void" .Fn "cuse_poll_wakeup" "void" This function will wake up any file pollers. -.Pp .Sh LIBRARY LIMITATIONS Transfer lengths for .Fn read , @@ -374,7 +373,6 @@ values in case of failure and success. The events argument is also a mask of .Dv CUSE_POLL_XXX values. -.Pp .Bd -literal -offset indent struct cuse_methods { cuse_open_t *cm_open; |