From e833bfc8ac6104522d037e7eb300f5aa112688bb Mon Sep 17 00:00:00 2001 From: Alexey Semenyuk Date: Wed, 1 May 2024 15:26:57 +0000 Subject: [PATCH] 8331222: Malformed text in the jpackage doc page Reviewed-by: almatvee --- src/jdk.jpackage/share/man/jpackage.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jdk.jpackage/share/man/jpackage.1 b/src/jdk.jpackage/share/man/jpackage.1 index 3f5e062ee6c..f9848200059 100644 --- a/src/jdk.jpackage/share/man/jpackage.1 +++ b/src/jdk.jpackage/share/man/jpackage.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it @@ -189,7 +189,7 @@ All files in the input directory will be packaged into the application image. .RE .TP -\[ga]--app-content \f[I]additional-content\f[R][,\f[I]additional-content\f[R]...] +\f[V]--app-content\f[R] \f[I]additional-content\f[R] [\f[V],\f[R]\f[I]additional-content\f[R]...] A comma separated list of paths to files and/or directories to add to the application payload. .RS @@ -443,7 +443,7 @@ Group value of the RPM /.spec file or Section value of DEB control file Creates a shortcut for the application. .SS macOS platform options (available only when running on macOS): .TP -\[aq]--mac-dmg-content \f[I]additional-content\f[R][,\f[I]additional-content\f[R]...] +\f[V]--mac-dmg-content\f[R] \f[I]additional-content\f[R] [\f[V],\f[R]\f[I]additional-content\f[R]...] Include all the referenced content in the dmg. .RS .PP