diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-02 18:23:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-02 18:23:01 +0000 |
commit | be102f7b7950d8c78dce142345bf710429baba6b (patch) | |
tree | 2925e742d7c73f2949916e91fe847d12d99cb08b /lib/libm/man/lgamma.3 | |
parent | f6f350a4eede96a3575e0ab6ddf6ce4a9d28fb8f (diff) |
use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble;
Diffstat (limited to 'lib/libm/man/lgamma.3')
-rw-r--r-- | lib/libm/man/lgamma.3 | 4 |
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 |