Module Name: src Committed By: apb Date: Fri Oct 19 16:49:49 UTC 2012
Modified Files: src/share/man/man4: ptm.4 Log Message: Document the new size of the cn and sn fields in struct ptmget. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/ptm.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/ptm.4 diff -u src/share/man/man4/ptm.4:1.6 src/share/man/man4/ptm.4:1.7 --- src/share/man/man4/ptm.4:1.6 Thu May 8 15:34:21 2008 +++ src/share/man/man4/ptm.4 Fri Oct 19 16:49:49 2012 @@ -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 @@ This struct has the following content: struct ptmget { int cfd; int sfd; - char cn[16]; - char sn[16]; + char cn[PATH_MAX]; + char sn[PATH_MAX]; }; .Ed .Pp