summary refs log tree commit diff
path: root/pdf.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'pdf.zsh')
-rwxr-xr-xpdf.zsh8
1 files changed, 6 insertions, 2 deletions
diff --git a/pdf.zsh b/pdf.zsh
index 79e3309c..d9aab752 100755
--- a/pdf.zsh
+++ b/pdf.zsh
@@ -9,8 +9,12 @@ fetch() {
     echo "pdf/$1"
 }
 
-elf() { fetch "$1" "http://refspecs.linuxbase.org/elf/$2" }
-intel() { fetch "$1" "https://software.intel.com/sites/default/files/managed/$2" }
+elf() {
+    fetch "$1" "http://refspecs.linuxbase.org/elf/$2"
+}
+intel() {
+    fetch "$1" "https://software.intel.com/sites/default/files/managed/$2"
+}
 
 elf abi.pdf x86_64-abi-0.99.pdf
 elf elf.pdf elf.pdf