From ffd865a33f9a284156b976c21b6c59388f9da405 Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 22 May 2008 22:08:50 +0000 Subject: [PATCH] changed { to [ in verbatim svn: r9932 --- collects/handin-server/scribblings/handin-server.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/handin-server/scribblings/handin-server.scrbl b/collects/handin-server/scribblings/handin-server.scrbl index adb2a98722..2d4a1d5fe8 100644 --- a/collects/handin-server/scribblings/handin-server.scrbl +++ b/collects/handin-server/scribblings/handin-server.scrbl @@ -448,9 +448,9 @@ This directory contains the following files and sub-directories: create your @filepath{users.ss}, but make sure you have information that matches your 'extra-fields specification. For example, given this system file: - @verbatim{ - foo:wRzN1u5q2SqRD:1203:1203:L.E. Foo :/home/foo:/bin/tcsh - bar:$1$dKlU0OkJ$t63TzKz:1205:1205:Bar Z. Lie:/home/bar:/bin/bash} + @verbatim[ +" foo:wRzN1u5q2SqRD:1203:1203:L.E. Foo :/home/foo:/bin/tcsh + bar:$1$dKlU0OkJ$t63TzKz:1205:1205:Bar Z. Lie:/home/bar:/bin/bash"] you can create this @filepath{users.ss} file: @schemeblock[ ((foo ((unix "wRzN1u5q2SqRD") "L.E. Foo" "?"))