Date: Tue, 9 Sep 2008 19:05:34 -0400 (EDT) From: Chris Hill <chris@monochrome.org> To: Polytropon <freebsd@edvax.de> Cc: freebsd_user@guice.ath.cx, freebsd-questions@freebsd.org Subject: Re: kldxref: file isn't dynamically-linked^M -- TECRA Message-ID: <20080909190013.T46978@tripel.monochrome.org> In-Reply-To: <20080910005004.968fcdd4.freebsd@edvax.de> References: <20080909184749.GA34613@WORKSTATION.guice.ath.cx> <20080910005004.968fcdd4.freebsd@edvax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 10 Sep 2008, Polytropon wrote: [snip] > I'm sure you noticed the Ctrl-M (^M) at the ends of each line. > This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10). > UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13 > is the CR character which is equivalent to Ctrl-M, if I do > remember correctly. Almost correctly. ASCII CR (Ctrl-M) is 0x0d, which is decimal 13; ASCII LF (Ctrl-J or newline) is 0x0a, which is decimal 10. Sorry for the off-topic pedantry. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080909190013.T46978>