Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Document the new size of the cn and sn fields...
details: https://anonhg.NetBSD.org/src/rev/55a06ae7941b
branches: trunk
changeset: 782170:55a06ae7941b
user: apb <apb%NetBSD.org@localhost>
date: Fri Oct 19 16:49:49 2012 +0000
description:
Document the new size of the cn and sn fields in struct ptmget.
diffstat:
share/man/man4/ptm.4 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r c0eb78127edf -r 55a06ae7941b share/man/man4/ptm.4
--- a/share/man/man4/ptm.4 Fri Oct 19 16:49:21 2012 +0000
+++ b/share/man/man4/ptm.4 Fri Oct 19 16:49:49 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptm.4,v 1.6 2008/05/08 15:34:21 wiz Exp $
+.\" $NetBSD: ptm.4,v 1.7 2012/10/19 16:49:49 apb Exp $
.\"
.\" Copyright (c) 2004 Thomas Klausner
.\" All rights reserved.
@@ -52,8 +52,8 @@
struct ptmget {
int cfd;
int sfd;
- char cn[16];
- char sn[16];
+ char cn[PATH_MAX];
+ char sn[PATH_MAX];
};
.Ed
.Pp
Home |
Main Index |
Thread Index |
Old Index