Module Name: src Committed By: joerg Date: Mon Apr 5 21:26:30 UTC 2010
Modified Files: src/lib/libc/hash/rmd160: rmd160.3 Log Message: \\ -> \e To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/hash/rmd160/rmd160.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/hash/rmd160/rmd160.3 diff -u src/lib/libc/hash/rmd160/rmd160.3:1.2 src/lib/libc/hash/rmd160/rmd160.3:1.3 --- src/lib/libc/hash/rmd160/rmd160.3:1.2 Mon Dec 26 19:40:14 2005 +++ src/lib/libc/hash/rmd160/rmd160.3 Mon Apr 5 21:26:30 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: rmd160.3,v 1.2 2005/12/26 19:40:14 perry Exp $ +.\" $NetBSD: rmd160.3,v 1.3 2010/04/05 21:26:30 joerg Exp $ .\" $OpenBSD: rmd160.3,v 1.12 2000/04/18 03:01:29 aaron Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <todd.mil...@courtesan.com> @@ -173,7 +173,7 @@ printf("0x"); for (n = 0; n \*[Lt] 20; n++) printf("%02x", results[n]); -putchar('\\n'); +putchar('\en'); .Ed .Pp Alternately, the helper functions could be used in the following way: