1 --- _SB/Libc/gen/FreeBSD/ctermid.3 2004-11-25 11:38:00.000000000 -0800
2 +++ _SB/Libc/gen/FreeBSD/ctermid.3.edit 2006-06-28 16:55:50.000000000 -0700
10 .Nd generate terminal pathname
16 -.Fn ctermid "char *buf"
17 +.Fn ctermid "char *s"
19 -.Fn ctermid_r "char *buf"
20 +.Fn ctermid_r "char *s"
24 -function generates a string, that, when used as a pathname, refers to
25 +function generates a string that, when used as a pathname, refers to
26 the current controlling terminal of the calling process.
33 pointer, a pointer to a static area is returned.
34 Otherwise, the pathname is copied into the memory referenced by
40 is assumed to be at least
42 (as defined in the include
46 provides the same functionality as