Skip to content

Commit

Permalink
Simplify URLs in manpage
Browse files Browse the repository at this point in the history
The .UR-formatted URLs are not always rendered correctly. Use simple
brackets instead.
  • Loading branch information
rom1v committed Oct 31, 2023
1 parent 5580803 commit 8350a61
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions app/scrcpy.1
Original file line number Diff line number Diff line change
Expand Up @@ -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 list of possible codec options is available in the Android documentation
.UR https://d.android.com/reference/android/media/MediaFormat
.UE .
The list of possible codec options is available in the Android documentation:

<https://d.android.com/reference/android/media/MediaFormat>

.TP
.BI "\-\-audio\-encoder " name
Expand Down Expand Up @@ -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".

.UR https://wiki.libsdl.org/SDL_HINT_RENDER_DRIVER
.UE
<https://wiki.libsdl.org/SDL_HINT_RENDER_DRIVER>

.TP
.B \-\-require\-audio
Expand Down Expand Up @@ -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 list of possible codec options is available in the Android documentation
.UR https://d.android.com/reference/android/media/MediaFormat
.UE .
The list of possible codec options is available in the Android documentation:

<https://d.android.com/reference/android/media/MediaFormat>

.TP
.BI "\-\-video\-encoder " name
Expand Down Expand Up @@ -659,23 +658,14 @@ for the Debian Project (and may be used by others).


.SH "REPORTING BUGS"
Report bugs to
.UR https://github.com/Genymobile/scrcpy/issues
.UE .
Report bugs to <https://github.com/Genymobile/scrcpy/issues>.

.SH COPYRIGHT
Copyright \(co 2018 Genymobile
.UR https://www.genymobile.com
Genymobile
.UE

Copyright \(co 2018\-2023
.MT [email protected]
Romain Vimont
.ME
Copyright \(co 2018 Genymobile <https://www.genymobile.com>

Copyright \(co 2018\-2023 Romain Vimont <[email protected]>

Licensed under the Apache License, Version 2.0.

.SH WWW
.UR https://github.com/Genymobile/scrcpy
.UE
<https://github.com/Genymobile/scrcpy>

0 comments on commit 8350a61

Please sign in to comment.