mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
22 lines
741 B
Diff
22 lines
741 B
Diff
|
From 0e0351776a48a69ec704085e554a0653d8179452 Mon Sep 17 00:00:00 2001
|
||
|
From: Eray Aslan <eray.aslan@caf.com.tr>
|
||
|
Date: Mon, 8 Apr 2013 09:54:18 -0700
|
||
|
Subject: [PATCH] @end should only appear at a line beginning
|
||
|
|
||
|
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
|
||
|
---
|
||
|
doc/win2k.texi | 3 ++-
|
||
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/doc/win2k.texi b/doc/win2k.texi
|
||
|
index 0452b4d..0fefeee 100644
|
||
|
--- a/doc/win2k.texi
|
||
|
+++ b/doc/win2k.texi
|
||
|
@@ -311,4 +311,5 @@ Other useful programs include these:
|
||
|
|
||
|
@itemize @bullet
|
||
|
@item pwdump2
|
||
|
-@uref{http://www.bindview.com/Support/RAZOR/Utilities/Windows/pwdump2_readme.cfm}@end itemize
|
||
|
+@uref{http://www.bindview.com/Support/RAZOR/Utilities/Windows/pwdump2_readme.cfm}
|
||
|
+@end itemize
|