1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 03:00:19 +02:00

* posix.c (scm_mknod): Escape " occuring inside docstring.

This commit is contained in:
Mikael Djurfeldt 2000-01-18 12:22:13 +00:00
parent a0a7b83b09
commit c7940c02eb

View file

@ -1192,7 +1192,7 @@ SCM_DEFINE (scm_mknod, "mknod", 4, 0, 0,
"being created.\n\n"
"E.g.,\n"
"@example\n"
"(mknod "/dev/fd0" 'block-special #o660 (+ (* 2 256) 2))
"(mknod \"/dev/fd0\" 'block-special #o660 (+ (* 2 256) 2)")
@end example
The return value is unspecified.")