--- old/src/java.base/share/classes/java/nio/file/LinkPermission.java 2017-07-11 14:33:48.316757920 -0700 +++ new/src/java.base/share/classes/java/nio/file/LinkPermission.java 2017-07-11 14:33:48.120749367 -0700 @@ -37,14 +37,14 @@ * Table shows permission target name, what the permission allows, and associated risks * * - * Permission Target Name - * What the Permission Allows - * Risks of Allowing this Permission + * Permission Target Name + * What the Permission Allows + * Risks of Allowing this Permission * * * * - * hard + * hard * Ability to add an existing file to a directory. This is sometimes * known as creating a link, or hard link. * Extreme care should be taken when granting this permission. It allows @@ -52,7 +52,7 @@ * attacker access to all files. * * - * symbolic + * symbolic * Ability to create symbolic links. * Extreme care should be taken when granting this permission. It allows * linking to any file or directory in the file system thus allowing the