This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: crypt/mygetpass.c.texi on glibc-2.90


>>>>> Kaoru Fukui writes:

Kaoru> Hi!
Kaoru> I have the report.
Kaoru> Someone forgot to put some files.

There was some reorganization in the tree.

Here's a patch.

Thanks,
Andreas

2000-03-08  Andreas Jaeger  <aj@suse.de>

	* manual/crypt.texi: Fix paths.

============================================================
Index: manual/crypt.texi
--- manual/crypt.texi	2000/02/29 06:34:34	1.2
+++ manual/crypt.texi	2000/03/08 08:40:03
@@ -118,7 +118,7 @@
 substitute.  For instance, a very simple substitute is as follows:
 
 @smallexample
-@include ../crypt/mygetpass.c.texi
+@include mygetpass.c.texi
 @end smallexample
 
 The substitute takes the same parameters as @code{getline}
@@ -180,7 +180,7 @@
 attacker know what time the user's password was last set.
 
 @smallexample
-@include ../crypt/genpass.c.texi
+@include genpass.c.texi
 @end smallexample
 
 The next program shows how to verify a password.  It prompts the user
@@ -188,7 +188,7 @@
 @code{GNU libc manual}.
 
 @smallexample
-@include ../crypt/testpass.c.texi
+@include testpass.c.texi
 @end smallexample
 
 @comment crypt.h

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]