diff options
| author | Joel Dahl <joel@FreeBSD.org> | 2014-12-29 13:50:59 +0000 |
|---|---|---|
| committer | Joel Dahl <joel@FreeBSD.org> | 2014-12-29 13:50:59 +0000 |
| commit | f7e00d4bbd4cef5eb509d2419331fdb8832f31f1 (patch) | |
| tree | bcae69af8d3aff80a0d1bf6e37a0ee1cd81a99d3 /lib | |
| parent | df30ae985dad3b452113614099e09f8f6d271eaf (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/regex/re_format.7 | 4 | ||||
| -rw-r--r-- | lib/msun/man/lgamma.3 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index 05b14947e45f..089316bb729e 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -314,10 +314,10 @@ compatible with but not specified by .St -p1003.2 , and should be used with caution in software intended to be portable to other systems. -The additional word delimiters +The additional word delimiters .Ql \e< and -.Ql \e> +.Ql \e> are provided to ease compatibility with traditional .Xr svr4 4 systems but are not portable and should be avoided. diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3 index d244722a0c15..cb4b1607431a 100644 --- a/lib/msun/man/lgamma.3 +++ b/lib/msun/man/lgamma.3 @@ -99,7 +99,7 @@ returns the sign of \(*G(x). and .Fn lgammal_r x signgamp provide the same functionality as -.Fn lgamma x , +.Fn lgamma x , .Fn lgammaf x , and .Fn lgammal x , |
