Module Name: src
Committed By: wiz
Date: Fri Jul 27 18:22:04 UTC 2012
Modified Files:
src/lib/libutil: openpty.3
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libutil/openpty.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libutil/openpty.3
diff -u src/lib/libutil/openpty.3:1.15 src/lib/libutil/openpty.3:1.16
--- src/lib/libutil/openpty.3:1.15 Mon Jul 23 02:21:14 2012
+++ src/lib/libutil/openpty.3 Fri Jul 27 18:22:04 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: openpty.3,v 1.15 2012/07/23 02:21:14 christos Exp $
+.\" $NetBSD: openpty.3,v 1.16 2012/07/27 18:22:04 wiz Exp $
.\"
.\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved.
@@ -68,7 +68,7 @@ If
.Fa name
is non-null, the filename of the slave is returned in
.Fa name .
-The length of
+The length of
.Fa name
is limited to
.Dv 16
@@ -76,7 +76,7 @@ characters in the current
.Xr ptm 4
device driver (including the terminating
.Dv NUL )
-which limits the maximum to
+which limits the maximum to
.Dv 100,000
ptys.
If