projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b025588
)
Update.
author
Andreas Jaeger
<aj@suse.de>
Wed, 20 Sep 2000 15:31:06 +0000
(15:31 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Wed, 20 Sep 2000 15:31:06 +0000
(15:31 +0000)
2000-09-21 Martin Buchholz <martin@xemacs.org>
* manual/terminal.texi (Allocation): Sample code correction.
ChangeLog
patch
|
blob
|
history
manual/terminal.texi
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
78fbc1e
..
b1c059b
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2000-09-21 Martin Buchholz <martin@xemacs.org>
+
+ * manual/terminal.texi (Allocation): Sample code correction.
+
2000-09-20 Andreas Jaeger <aj@suse.de>
* iconvdata/Makefile (generated): Add tst-tables.out.
diff --git
a/manual/terminal.texi
b/manual/terminal.texi
index
e762be1
..
ae8158e
100644
(file)
--- a/
manual/terminal.texi
+++ b/
manual/terminal.texi
@@
-2030,7
+2030,7
@@
int
open_pty_pair (int *amaster, int *aslave)
@{
int master, slave;
- char *name
+ char *name
;
master = getpt ();
if (master < 0)