projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf077c0
)
Clarify.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 31 Dec 2004 23:13:46 +0000
(23:13 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 31 Dec 2004 23:13:46 +0000
(23:13 +0000)
doc/standards.texi
patch
|
blob
|
history
diff --git
a/doc/standards.texi
b/doc/standards.texi
index fd25730e370c1ca1b6506ef791cf2d0b241f82c0..5b5d50293cb4397168d4027b37ce45e19f209f94 100644
(file)
--- a/
doc/standards.texi
+++ b/
doc/standards.texi
@@
-207,7
+207,7
@@
terminator and it has performance problems besides. Again, use
@func{strlcpy}.
@item strcat
-Same issue as @func{strcpy}
, but substitute @func{strlcat}
.
+Same issue as @func{strcpy}
. Use @func{strlcat} instead
.
Again, refer to comments in its source code in @code{lib/string.c} for
documentation.