| Summary: | [PATCH] typos in the handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Martin Karlsson <martin.karlsson> | ||||
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Martin Karlsson
2002-04-01 15:10:04 UTC
On 2002-04-01 16:02, Martin Karlsson wrote: > <para>For detailed information on Local Area Networks and > configuring FreeBSD as a gateway/router refer to the tutorial > <ulink url="../ppp-primer/index.html"> > - PPP- Pendantic PPP Primer</ulink>.</para> > + PPP- Pedantic PPP Primer</ulink>.</para> I'll replace this with the actual title of the document itself, which is "PPP - Pedantic PPP Primer" (note the whitespace change). > - command, one can replace each instance of a crypted password > + command, one can replace each instance of a encrypted password "an" encrypted password :) > - the nul character, which you can get by typing > + the null character, which you can get by typing I' think this is ok. The ASCII set of characters has a character called NUL. It's the character whose ASCII code is zero (0). In fact following the instructions of the document, one can see: $ cat | hd [PRESS CTRL AND HOLDING IT DOWN PRESS '2' HERE.] 00000000 00 0a |..| 00000002 that the ascii character produced by CTRL-2 is ASCII NUL :-) Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ State Changed From-To: open->patched I've committed most of the changes. See the audit trail of this PR for why I left out one of them. Thanks :) Responsible Changed From-To: freebsd-doc->keramida State Changed From-To: patched->closed It is the ASCII nul (character code 0) that is meant and not "null", in the only change that I've left out. |