From c7e4af29c64046cce7b7055ea69fb4eb42adac81 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 18 Sep 2008 13:26:15 +0000 Subject: [PATCH] more little typo fixes svn: r11797 --- .../handin-server/scribblings/handin-server.scrbl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/collects/handin-server/scribblings/handin-server.scrbl b/collects/handin-server/scribblings/handin-server.scrbl index 0eaecd9c04..864338bbf1 100644 --- a/collects/handin-server/scribblings/handin-server.scrbl +++ b/collects/handin-server/scribblings/handin-server.scrbl @@ -395,7 +395,8 @@ This directory contains the following files and sub-directories: "course-staff@university.edu" (format "[server] ~a (~a)" what session) '("course-staff@university.edu") '() '() - (map (lambda (key+val) (apply format "~a: ~s" key+val)) + (map (lambda (key+val) + (apply format "~a: ~s" key+val)) alist))))]}}} Changes to @filepath{config.ss} are detected, the file will be @@ -416,14 +417,14 @@ This directory contains the following files and sub-directories: (actually the MD5 hash of the password), and extra string fields as specified by the 'extra-fields configuration entry (in the same order). The file format is - @schemeblock{ + @schemeblock[ (( ( ...)) - ...)} + ...)] For example, the default @scheme['extra-field] setting will make this: - @schemeblock{ + @schemeblock[ (( ( )) - ...)} + ...)] Usernames that begin with ``solution'' are special. They are used by the HTTPS status server. Independent of the