X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstandards.texi;h=b1296c76f18baa1b700cb1adf9fb684568f52e46;hb=eb5c6a0f64ab2b0a9efa853fa0ef53822af80047;hp=fbd673ae58df14ffb2c24488a892842892013264;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/doc/standards.texi b/doc/standards.texi index fbd673a..b1296c7 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -1,4 +1,4 @@ -@node Coding Standards, Project Documentation, 4.4BSD Scheduler, Top +@node Coding Standards @appendix Coding Standards All of you should have taken a class like CS 107, so we expect you to be @@ -44,8 +44,8 @@ Please limit C source file lines to at most 79 characters long. Pintos comments sometimes refer to external standards or specifications by writing a name inside square brackets, like this: -@code{[IA32-v3]}. These names refer to the reference names used in -this documentation (@pxref{References}). +@code{[IA32-v3a]}. These names refer to the reference names used in +this documentation (@pxref{Bibliography}). If you remove existing Pintos code, please delete it from your source file entirely. Don't just put it into a comment or a conditional