OSDN Git Service

GNU_bash: Modify links in original/rbash.1 and builtins.1.
authorAkihiro MOTOKI <amotoki@gmail.com>
Tue, 5 Jun 2012 06:03:00 +0000 (15:03 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Tue, 5 Jun 2012 06:03:00 +0000 (15:03 +0900)
To make man2html work properly, references to other pages must contain
section directory like "man1/". This commit fixes this problem.
Simply speaking, this commit does s|bash.1|man1/bash.1|

manual/GNU_bash/draft/man1/builtins.1
manual/GNU_bash/draft/man1/rbash.1
manual/GNU_bash/original/local-fixes.patch [new file with mode: 0644]
manual/GNU_bash/original/man1/builtins.1
manual/GNU_bash/original/man1/rbash.1
manual/GNU_bash/release/man1/builtins.1
manual/GNU_bash/release/man1/rbash.1

index 2c56b3d..21f4171 100644 (file)
@@ -22,6 +22,6 @@ typeset, ulimit, umask, unalias, unset, wait \- bash の組み込みコマンド
 を参照)
 .SH "bash の組み込みコマンド"
 .nr zZ 1
-.so bash.1
+.so man1/bash.1
 .SH 関連項目
 bash(1), sh(1)
index 86413c3..22dee6d 100644 (file)
@@ -14,6 +14,6 @@
 rbash \- 制限付きの bash (\fBbash\fP(1) を参照)
 .SH "制限付きのシェル (RESTRICTED SHELL)"
 .nr zY 1
-.so bash.1
+.so man1/bash.1
 .SH 関連項目
 bash(1)
diff --git a/manual/GNU_bash/original/local-fixes.patch b/manual/GNU_bash/original/local-fixes.patch
new file mode 100644 (file)
index 0000000..6d675e7
--- /dev/null
@@ -0,0 +1,24 @@
+diff --git a/manual/GNU_bash/original/man1/builtins.1 b/manual/GNU_bash/original/man1/builtins.1
+index bf8bfec..891dd2f 100644
+--- a/manual/GNU_bash/original/man1/builtins.1
++++ b/manual/GNU_bash/original/man1/builtins.1
+@@ -12,6 +12,6 @@ shift, shopt, source, suspend, test, times, trap, true, type, typeset,
+ ulimit, umask, unalias, unset, wait \- bash built-in commands, see \fBbash\fR(1)
+ .SH BASH BUILTIN COMMANDS
+ .nr zZ 1
+-.so bash.1
++.so man1/bash.1
+ .SH SEE ALSO
+ bash(1), sh(1)
+diff --git a/manual/GNU_bash/original/man1/rbash.1 b/manual/GNU_bash/original/man1/rbash.1
+index 56e38fd..a25fe11 100644
+--- a/manual/GNU_bash/original/man1/rbash.1
++++ b/manual/GNU_bash/original/man1/rbash.1
+@@ -3,6 +3,6 @@
+ rbash \- restricted bash, see \fBbash\fR(1)
+ .SH RESTRICTED SHELL
+ .nr zY 1
+-.so bash.1
++.so man1/bash.1
+ .SH SEE ALSO
+ bash(1)
index bf8bfec..891dd2f 100644 (file)
@@ -12,6 +12,6 @@ shift, shopt, source, suspend, test, times, trap, true, type, typeset,
 ulimit, umask, unalias, unset, wait \- bash built-in commands, see \fBbash\fR(1)
 .SH BASH BUILTIN COMMANDS
 .nr zZ 1
-.so bash.1
+.so man1/bash.1
 .SH SEE ALSO
 bash(1), sh(1)
index 56e38fd..a25fe11 100644 (file)
@@ -3,6 +3,6 @@
 rbash \- restricted bash, see \fBbash\fR(1)
 .SH RESTRICTED SHELL
 .nr zY 1
-.so bash.1
+.so man1/bash.1
 .SH SEE ALSO
 bash(1)
index 2c56b3d..21f4171 100644 (file)
@@ -22,6 +22,6 @@ typeset, ulimit, umask, unalias, unset, wait \- bash の組み込みコマンド
 を参照)
 .SH "bash の組み込みコマンド"
 .nr zZ 1
-.so bash.1
+.so man1/bash.1
 .SH 関連項目
 bash(1), sh(1)
index 86413c3..22dee6d 100644 (file)
@@ -14,6 +14,6 @@
 rbash \- 制限付きの bash (\fBbash\fP(1) を参照)
 .SH "制限付きのシェル (RESTRICTED SHELL)"
 .nr zY 1
-.so bash.1
+.so man1/bash.1
 .SH 関連項目
 bash(1)