summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-01-02 18:23:00 +0000
committerjmc <jmc@openbsd.org>2004-01-02 18:23:00 +0000
commit5a687ba8cbc97dd088d2d52732d4f873cac701b4 (patch)
tree9cc15b5825448b8273e15a9e3a92dea2409e3581
parentThe scratch pages used in pmap_zero_page() and pmap_copy_page() being special (diff)
downloadwireguard-openbsd-5a687ba8cbc97dd088d2d52732d4f873cac701b4.tar.xz
wireguard-openbsd-5a687ba8cbc97dd088d2d52732d4f873cac701b4.zip
use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble;
-rw-r--r--lib/libm/man/lgamma.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/man/lgamma.3 b/lib/libm/man/lgamma.3
index e3f90647369..40cf886b87d 100644
--- a/lib/libm/man/lgamma.3
+++ b/lib/libm/man/lgamma.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lgamma.3,v 1.12 2003/06/02 20:18:41 millert Exp $
+.\" $OpenBSD: lgamma.3,v 1.13 2004/01/02 18:23:00 jmc Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -66,7 +66,7 @@ function is a single precision version of
.Fn lgamma .
.Sh IDIOSYNCRASIES
Do not use the expression
-.Dq Li signgam\(**exp(lgamma(x))
+.Sq Li signgam\(**exp(lgamma(x))
to compute g := \(*G(x).
Instead use a program like this (in C):
.Bd -literal -offset indent