Skip to content

Commit

Permalink
Fix warning in man pages
Browse files Browse the repository at this point in the history
"warning: can't find macro file `www.tmac))'""`"
  • Loading branch information
sunweaver authored and bmiklautz committed Aug 3, 2017
1 parent c045bdd commit dc075fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion client/Wayland/wlfreerdp.1.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac))
.if \n[.g] .mso www.tmac
.TH wlfreerdp 1 2017-01-12 "@FREERDP_VERSION_FULL@" "FreeRDP"
.SH NAME
wlfreerdp \- FreeRDP wayland client
Expand Down
18 changes: 9 additions & 9 deletions server/shadow/freerdp-shadow-cli.1.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac))
.if \n[.g] .mso www.tmac
.TH freerdp\-shadow\-cli 1 2017-01-12 "@FREERDP_VERSION_FULL@" "FreeRDP"
.SH NAME
freerdp\-shadow\-cli \- A utility for sharing a X display via RDP.
Expand Down Expand Up @@ -49,14 +49,14 @@ Clients may view without prompt.
Clients may interact without prompt.
.IP /sec:<rdp|tls|nla|ext>
Force a specific protocol security
.IP -sec-rdp (default:on)
Disable RDP security
.IP -sec-tls (default:on)
Disable TLS protocol security
.IP -sec-nla (default:on)
Disable NLA protocol security
.IP +sec-ext (default:off)
Use NLA extended protocol security
.IP -sec-rdp
Disable RDP security (default:on)
.IP -sec-tls
Disable TLS protocol security (default:on)
.IP -sec-nla
Disable NLA protocol security (default:on)
.IP +sec-ext
Use NLA extended protocol security (default:off)
.IP /sam-file:<file>
NTLM SAM file for NLA authentication
.IP /version
Expand Down
2 changes: 1 addition & 1 deletion winpr/tools/makecert-cli/winpr-makecert.1.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac))
.if \n[.g] .mso www.tmac
.TH winpr\-makecert 1 2017-01-11 "@FREERDP_VERSION_FULL@" "FreeRDP"
.SH NAME
winpr\-makecert \- A tool to create X.509 certificates.
Expand Down

0 comments on commit dc075fb

Please sign in to comment.