summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-12-31 06:50:40 +0100
committerGuillem Jover <guillem@hadrons.org>2012-01-03 07:02:34 +0100
commit540ab03b1802bdad34999a5b5042d1b476588e39 (patch)
tree779990169feded1588618d964205a16af83ca376
parent93321224f66d65acfade35305c454d5887fc9f07 (diff)
Move man pages to man/
-rw-r--r--Makefile6
-rw-r--r--man/.gitignore (renamed from src/.gitignore)0
-rw-r--r--man/arc4random.3 (renamed from src/arc4random.3)0
-rw-r--r--man/arc4random_addrandom.3 (renamed from src/arc4random_addrandom.3)0
-rw-r--r--man/arc4random_buf.3 (renamed from src/arc4random_buf.3)0
-rw-r--r--man/arc4random_stir.3 (renamed from src/arc4random_stir.3)0
-rw-r--r--man/arc4random_uniform.3 (renamed from src/arc4random_uniform.3)0
-rw-r--r--man/dehumanize_number.3 (renamed from src/dehumanize_number.3)0
-rw-r--r--man/fgetln.3 (renamed from src/fgetln.3)0
-rw-r--r--man/flopen.3 (renamed from src/flopen.3)0
-rw-r--r--man/fmtcheck.3 (renamed from src/fmtcheck.3)0
-rw-r--r--man/getmode.3 (renamed from src/getmode.3)0
-rw-r--r--man/getpeereid.3 (renamed from src/getpeereid.3)0
-rw-r--r--man/heapsort.3 (renamed from src/heapsort.3)0
-rw-r--r--man/humanize_number.3 (renamed from src/humanize_number.3)0
-rw-r--r--man/mdX.3 (renamed from src/mdX.3)0
-rw-r--r--man/mergesort.3 (renamed from src/mergesort.3)0
-rw-r--r--man/nlist.3 (renamed from src/nlist.3)0
-rw-r--r--man/pidfile.3 (renamed from src/pidfile.3)0
-rw-r--r--man/radixsort.3 (renamed from src/radixsort.3)0
-rw-r--r--man/readpassphrase.3 (renamed from src/readpassphrase.3)0
-rw-r--r--man/reallocf.3 (renamed from src/reallocf.3)0
-rw-r--r--man/setmode.3 (renamed from src/setmode.3)0
-rw-r--r--man/sradixsort.3 (renamed from src/sradixsort.3)0
-rw-r--r--man/strlcat.3 (renamed from src/strlcat.3)0
-rw-r--r--man/strlcpy.3 (renamed from src/strlcpy.3)0
-rw-r--r--man/strmode.3 (renamed from src/strmode.3)0
-rw-r--r--man/strtonum.3 (renamed from src/strtonum.3)0
-rw-r--r--man/unvis.3 (renamed from src/unvis.3)0
-rw-r--r--man/vis.3 (renamed from src/vis.3)0
30 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 42b1bb0..c359acb 100644
--- a/Makefile
+++ b/Makefile
@@ -112,8 +112,8 @@ LIB_MANS := \
unvis.3 \
vis.3 \
$(LIB_MANS_GEN)
-LIB_MANS_GEN := $(patsubst %,src/%,$(LIB_MANS_GEN))
-LIB_MANS := $(patsubst %,src/%,$(LIB_MANS))
+LIB_MANS_GEN := $(patsubst %,man/%,$(LIB_MANS_GEN))
+LIB_MANS := $(patsubst %,man/%,$(LIB_MANS))
LIB_STATIC_OBJS := $(LIB_SRCS:%.c=%.o)
LIB_SHARED_OBJS := $(LIB_SRCS:%.c=%.lo)
@@ -157,7 +157,7 @@ man: $(LIB_MANS)
%.o: %.c
$(COMPILE) -o $@ -c $<
-src/md5.3bsd: src/mdX.3
+man/md5.3bsd: man/mdX.3
sed -e 's/mdX/md5/g' -e 's/mdY/md4/g' -e 's/MDX/MD5/g' $< > $@
src/hash/md5hl.c: src/hash/helper.c
diff --git a/src/.gitignore b/man/.gitignore
index ed4f453..ed4f453 100644
--- a/src/.gitignore
+++ b/man/.gitignore
diff --git a/src/arc4random.3 b/man/arc4random.3
index eda74af..eda74af 100644
--- a/src/arc4random.3
+++ b/man/arc4random.3
diff --git a/src/arc4random_addrandom.3 b/man/arc4random_addrandom.3
index 74a34ce..74a34ce 100644
--- a/src/arc4random_addrandom.3
+++ b/man/arc4random_addrandom.3
diff --git a/src/arc4random_buf.3 b/man/arc4random_buf.3
index 74a34ce..74a34ce 100644
--- a/src/arc4random_buf.3
+++ b/man/arc4random_buf.3
diff --git a/src/arc4random_stir.3 b/man/arc4random_stir.3
index 74a34ce..74a34ce 100644
--- a/src/arc4random_stir.3
+++ b/man/arc4random_stir.3
diff --git a/src/arc4random_uniform.3 b/man/arc4random_uniform.3
index 74a34ce..74a34ce 100644
--- a/src/arc4random_uniform.3
+++ b/man/arc4random_uniform.3
diff --git a/src/dehumanize_number.3 b/man/dehumanize_number.3
index 7f5dcf3..7f5dcf3 100644
--- a/src/dehumanize_number.3
+++ b/man/dehumanize_number.3
diff --git a/src/fgetln.3 b/man/fgetln.3
index 7dd3fc8..7dd3fc8 100644
--- a/src/fgetln.3
+++ b/man/fgetln.3
diff --git a/src/flopen.3 b/man/flopen.3
index 8f81211..8f81211 100644
--- a/src/flopen.3
+++ b/man/flopen.3
diff --git a/src/fmtcheck.3 b/man/fmtcheck.3
index 7bf5d39..7bf5d39 100644
--- a/src/fmtcheck.3
+++ b/man/fmtcheck.3
diff --git a/src/getmode.3 b/man/getmode.3
index 63315e7..63315e7 100644
--- a/src/getmode.3
+++ b/man/getmode.3
diff --git a/src/getpeereid.3 b/man/getpeereid.3
index 84c776e..84c776e 100644
--- a/src/getpeereid.3
+++ b/man/getpeereid.3
diff --git a/src/heapsort.3 b/man/heapsort.3
index 4261c84..4261c84 100644
--- a/src/heapsort.3
+++ b/man/heapsort.3
diff --git a/src/humanize_number.3 b/man/humanize_number.3
index e0ffdf0..e0ffdf0 100644
--- a/src/humanize_number.3
+++ b/man/humanize_number.3
diff --git a/src/mdX.3 b/man/mdX.3
index 41bf329..41bf329 100644
--- a/src/mdX.3
+++ b/man/mdX.3
diff --git a/src/mergesort.3 b/man/mergesort.3
index c1979c3..c1979c3 100644
--- a/src/mergesort.3
+++ b/man/mergesort.3
diff --git a/src/nlist.3 b/man/nlist.3
index 25624c7..25624c7 100644
--- a/src/nlist.3
+++ b/man/nlist.3
diff --git a/src/pidfile.3 b/man/pidfile.3
index 2f84c44..2f84c44 100644
--- a/src/pidfile.3
+++ b/man/pidfile.3
diff --git a/src/radixsort.3 b/man/radixsort.3
index 3884124..3884124 100644
--- a/src/radixsort.3
+++ b/man/radixsort.3
diff --git a/src/readpassphrase.3 b/man/readpassphrase.3
index 967f8d3..967f8d3 100644
--- a/src/readpassphrase.3
+++ b/man/readpassphrase.3
diff --git a/src/reallocf.3 b/man/reallocf.3
index 99152b6..99152b6 100644
--- a/src/reallocf.3
+++ b/man/reallocf.3
diff --git a/src/setmode.3 b/man/setmode.3
index ae7c568..ae7c568 100644
--- a/src/setmode.3
+++ b/man/setmode.3
diff --git a/src/sradixsort.3 b/man/sradixsort.3
index 86a95a3..86a95a3 100644
--- a/src/sradixsort.3
+++ b/man/sradixsort.3
diff --git a/src/strlcat.3 b/man/strlcat.3
index d968886..d968886 100644
--- a/src/strlcat.3
+++ b/man/strlcat.3
diff --git a/src/strlcpy.3 b/man/strlcpy.3
index bf14b4f..bf14b4f 100644
--- a/src/strlcpy.3
+++ b/man/strlcpy.3
diff --git a/src/strmode.3 b/man/strmode.3
index 70264c0..70264c0 100644
--- a/src/strmode.3
+++ b/man/strmode.3
diff --git a/src/strtonum.3 b/man/strtonum.3
index 42674f0..42674f0 100644
--- a/src/strtonum.3
+++ b/man/strtonum.3
diff --git a/src/unvis.3 b/man/unvis.3
index 5e01f88..5e01f88 100644
--- a/src/unvis.3
+++ b/man/unvis.3
diff --git a/src/vis.3 b/man/vis.3
index 65548f0..65548f0 100644
--- a/src/vis.3
+++ b/man/vis.3