summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-01-19 10:39:00 +0000
committerschwarze <schwarze@openbsd.org>2014-01-19 10:39:00 +0000
commit34b09e8a886e043dc81ba8f468b694f6578db385 (patch)
tree90ae0b8d0db117a06a53eb221a7d4200bdd40736 /lib/libc
parentsync (diff)
downloadwireguard-openbsd-34b09e8a886e043dc81ba8f468b694f6578db385.tar.xz
wireguard-openbsd-34b09e8a886e043dc81ba8f468b694f6578db385.zip
Usually, you don't want macros in the .Nd line, so remove instances of .Tn
marking up words that are not trademarks (ASCII, I/O, NFS, TCP, TELNET). While here, remove .Tn markup from the same words in the body of these pages, too.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/popen.311
-rw-r--r--lib/libc/stdlib/strtod.38
2 files changed, 7 insertions, 12 deletions
diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3
index 78ef1d608f2..dfadbd7f8c8 100644
--- a/lib/libc/gen/popen.3
+++ b/lib/libc/gen/popen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: popen.3,v 1.17 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: popen.3,v 1.18 2014/01/19 10:39:00 schwarze Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,14 +27,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: January 19 2014 $
.Dt POPEN 3
.Os
.Sh NAME
.Nm popen ,
.Nm pclose
-.Nd process
-.Tn I/O
+.Nd process I/O
.Sh SYNOPSIS
.In stdio.h
.Ft FILE *
@@ -73,9 +72,7 @@ for writing.
.Pp
The return value from
.Fn popen
-is a normal standard
-.Tn I/O
-stream in all respects
+is a normal standard I/O stream in all respects
except that it must be closed with
.Fn pclose
rather than
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index cb819c6f39a..6f079b73a9c 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -29,18 +29,16 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtod.3,v 1.18 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strtod.3,v 1.19 2014/01/19 10:39:00 schwarze Exp $
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: January 19 2014 $
.Dt STRTOD 3
.Os
.Sh NAME
.Nm strtod ,
.Nm strtof ,
.Nm strtold
-.Nd convert
-.Tn ASCII
-string to double, float or long double
+.Nd convert ASCII string to double, float or long double
.Sh SYNOPSIS
.In stdlib.h
.Ft double