diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-20 21:08:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-20 21:08:12 +0000 |
commit | b4497e86a3d8e77b712aa80c5df82576d090b756 (patch) | |
tree | 8678c1d92fcb9188b578157621a1d5e860ea76e5 /share/man/man3 | |
parent | c5a5a347ac0090b30b4c8e684d1ea86cf5d09388 (diff) |
The .Ud macro must not have arguments, or it kills the build with mandoc(1).
Since this is the only page in our tree using the .Ud macro at all,
just put the text verbatim as suggested by jmc@.
Note that i have a vague suspicion that the whole sentence
("dlctl(3) is currently under development")
might be a lie, but as i didn't receive feedback on that,
i'm just fixing the formatting issue for now.
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/dlfcn.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index d92099e9a81..09a9df9f027 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dlfcn.3,v 1.22 2008/09/24 13:30:47 millert Exp $ +.\" $OpenBSD: dlfcn.3,v 1.23 2010/02/20 21:08:11 schwarze Exp $ .\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 24 2008 $ +.Dd $Mdocdate: February 20 2010 $ .Dt DLFCN 3 .Os .Sh NAME @@ -264,8 +264,7 @@ code resides. provides an interface similar to .Xr ioctl 2 to control several aspects of the run-time linker's operation. -This interface is -.Ud . +This interface is currently under development. .Pp .Fn dlerror returns a character string representing the most recent error that has |