235a81d83c
ksh93u+ and v-. See github commit 0be82553e98be77238577bc0eaafda0f1cf807fe. To learn how and why our att/ast upstream made this decision see https://github.com/att/ast/issues/1464 and https://github.com/att/ast/issues/1466. The next steps will be to update shells/ksh93-devel to att/ast master. shells/ksh93 will likely be based on att/ast master at 0be82553e98be77238577bc0eaafda0f1cf807fe or some future tag or branch.
10 lines
509 B
Text
10 lines
509 B
Text
--- src/cmd/ksh93/docs/meson.build.orig 2019-09-16 17:08:04.000000000 -0700
|
|
+++ src/cmd/ksh93/docs/meson.build 2019-09-17 12:15:14.321848000 -0700
|
|
@@ -3,6 +3,6 @@
|
|
# default man page directory: /usr/local/share/man/man1. The man pages for individual builtins will
|
|
# be installed in /usr/local/share/ksh/man.
|
|
#
|
|
-install_man('ksh.1', install_mode: 'rw-r--r--')
|
|
+install_man('ksh93.1', install_mode: 'rw-r--r--')
|
|
|
|
# See also scripts/install_aux_files.sh which takes care of installing the private man pages.
|