mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-21 11:10:21 +02:00
* posix.c (scm_mknod): Escape " occuring inside docstring.
This commit is contained in:
parent
a0a7b83b09
commit
c7940c02eb
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue