diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-24 22:32:55 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-24 22:32:55 +0000 |
commit | f5c1f1e76951691b4e9fd7f522ed0a9d0726a5ba (patch) | |
tree | 8b20462e0dd8c8326c7a2b14d260dc9d41a93560 /debian/patches/cleanup-man-title.patch | |
parent | 3950ffe2a485479f6561c27364d3d7df5a21d124 (diff) | |
download | ksh-f5c1f1e76951691b4e9fd7f522ed0a9d0726a5ba.tar.gz |
Added debian-dir (original, from Debian)
Diffstat (limited to 'debian/patches/cleanup-man-title.patch')
-rw-r--r-- | debian/patches/cleanup-man-title.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/cleanup-man-title.patch b/debian/patches/cleanup-man-title.patch new file mode 100644 index 0000000..f59c61b --- /dev/null +++ b/debian/patches/cleanup-man-title.patch @@ -0,0 +1,19 @@ +--- a/src/cmd/ksh93/sh.1 ++++ b/src/cmd/ksh93/sh.1 +@@ -19,15 +19,7 @@ + .TH KSH93 1 + .\} + .SH NAME +-.if \nZ=0 \{\ +-sh, rsh, pfsh \- shell, the standard/restricted command and programming language +-.\} +-.if \nZ=1 \{\ +-ksh, rksh, pfksh \- KornShell, a standard/restricted command and programming language +-.\} +-.if \nZ=2 \{\ +-ksh93, rksh93, pfksh93 \- KornShell, a standard/restricted command and programming language +-.\} ++ksh, ksh93 \- KornShell, a command and programming language + .SH SYNOPSIS + .if \nZ=0 \{\ + .B sh |