On Thu, 13 Jan 2022 19:45:37 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> duplicate words, and another year > > src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java > line 457: > >> 455: System.out.println("-l [-e] [-t]\n" >> 456: + " list the keytab name and entries. -e with etype, >> -t with timestamp."); >> 457: System.out.println("-a <principal name> [<password>] [-s >> <salt>] [-n <kvno>] [-f | -s <salt>] [-append]\n" > > The first [-s <salt\>] looks redundant? Hmm, I edited your CSR from [-s > <salt\>] to [-s <salt\> | -f]. Maybe you want to change that to be consistent > with what you have here. Oops, no idea why I typed twice. Thanks for fixing the CSR. ------------- PR: https://git.openjdk.java.net/jdk/pull/6991