1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

* strports.c (st_end_input): Inserted parenthesis to get operator

grouping correct.

* fports.c, list.c, numbers.c, ports.c, stime.c, symbols.c,
filesys.c, posix.c: Converted docstrings to ANSI C format and
escaped " occurring inside string literals.
This commit is contained in:
Mikael Djurfeldt 2000-01-18 14:13:31 +00:00
parent d9b6c17032
commit a3c8b9fce9
7 changed files with 64 additions and 69 deletions

View file

@ -1192,10 +1192,9 @@ 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)")
@end example
The return value is unspecified.")
"(mknod \"/dev/fd0\" 'block-special #o660 (+ (* 2 256) 2))"
"@end example\n"
"The return value is unspecified.")
#define FUNC_NAME s_scm_mknod
{
int val;