Simplify URLs in manpage

The .UR-formatted URLs are not always rendered correctly. Use simple
brackets instead.
camera.37
Romain Vimont 7 months ago
parent 5580803406
commit 8350a61926

@ -45,9 +45,9 @@ Set a list of comma-separated key:type=value options for the device audio encode
The possible values for 'type' are 'int' (default), 'long', 'float' and 'string'. The possible values for 'type' are 'int' (default), 'long', 'float' and 'string'.
The list of possible codec options is available in the Android documentation The list of possible codec options is available in the Android documentation:
.UR https://d.android.com/reference/android/media/MediaFormat
.UE . <https://d.android.com/reference/android/media/MediaFormat>
.TP .TP
.BI "\-\-audio\-encoder " name .BI "\-\-audio\-encoder " name
@ -363,8 +363,7 @@ Request SDL to use the given render driver (this is just a hint).
Supported names are currently "direct3d", "opengl", "opengles2", "opengles", "metal" and "software". Supported names are currently "direct3d", "opengl", "opengles2", "opengles", "metal" and "software".
.UR https://wiki.libsdl.org/SDL_HINT_RENDER_DRIVER <https://wiki.libsdl.org/SDL_HINT_RENDER_DRIVER>
.UE
.TP .TP
.B \-\-require\-audio .B \-\-require\-audio
@ -458,9 +457,9 @@ Set a list of comma-separated key:type=value options for the device video encode
The possible values for 'type' are 'int' (default), 'long', 'float' and 'string'. The possible values for 'type' are 'int' (default), 'long', 'float' and 'string'.
The list of possible codec options is available in the Android documentation The list of possible codec options is available in the Android documentation:
.UR https://d.android.com/reference/android/media/MediaFormat
.UE . <https://d.android.com/reference/android/media/MediaFormat>
.TP .TP
.BI "\-\-video\-encoder " name .BI "\-\-video\-encoder " name
@ -659,23 +658,14 @@ for the Debian Project (and may be used by others).
.SH "REPORTING BUGS" .SH "REPORTING BUGS"
Report bugs to Report bugs to <https://github.com/Genymobile/scrcpy/issues>.
.UR https://github.com/Genymobile/scrcpy/issues
.UE .
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 2018 Genymobile Copyright \(co 2018 Genymobile <https://www.genymobile.com>
.UR https://www.genymobile.com
Genymobile Copyright \(co 2018\-2023 Romain Vimont <rom@rom1v.com>
.UE
Copyright \(co 2018\-2023
.MT rom@rom1v.com
Romain Vimont
.ME
Licensed under the Apache License, Version 2.0. Licensed under the Apache License, Version 2.0.
.SH WWW .SH WWW
.UR https://github.com/Genymobile/scrcpy <https://github.com/Genymobile/scrcpy>
.UE

Loading…
Cancel
Save