File: 0009-rename-rc-rdm-in-the-man-pages.patch

package info (click to toggle)
rtags 2.41-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,768 kB
  • sloc: cpp: 51,883; lisp: 5,389; ansic: 1,637; sh: 563; python: 305; objc: 81; makefile: 29
file content (193 lines) | stat: -rw-r--r-- 8,021 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
From: Denis Danilov <danilovdenis@yandex.ru>
Date: Sat, 1 Dec 2018 12:34:00 +0100
Subject: rename {rc,rdm} in the man pages

Forwarded: not-needed
---
 man/man7/rc.7  | 26 +++++++++++++-------------
 man/man7/rdm.7 | 24 ++++++++++++------------
 2 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/man/man7/rc.7 b/man/man7/rc.7
index 925e5a1..9b57cd1 100644
--- a/man/man7/rc.7
+++ b/man/man7/rc.7
@@ -1,11 +1,11 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH RC "7" "December 2020" "rc 2.41.133" "User Commands"
+.TH RTAGS-RC "7" "December 2020" "rc 2.41.133" "User Commands"
 .SH NAME
-rc \- manual page for RTags client
+rtags-rc \- manual page for RTags client
 .SH SYNOPSIS
-rc [OPTION]...
+rtags-rc [OPTION]...
 .SH DESCRIPTION
-rc is the RTags client application.
+rtags-rc is the RTags client application.
 .PP
 .SH OPTIONS
 .TP
@@ -35,7 +35,7 @@ Don't load any rc files.
 Tell server to shut down with optional exit code as argument.
 .TP
 \fB\-\-connect\-timeout\fR [arg]
-Timeout for connecting to rdm in ms (default 1000).
+Timeout for connecting to rtags-rdm in ms (default 1000).
 .SS "Project management:"
 .TP
 \fB\-\-clear\fR|\-C
@@ -52,7 +52,7 @@ Set or query current job count. (Prefix with l to set low\-priority\-job\-count)
 .SS "Indexing commands:"
 .TP
 \fB\-\-compile\fR|\-c [optional]
-Pass compilation arguments to rdm.
+Pass compilation arguments to rtags-rdm.
 .TP
 \fB\-\-guess\-flags\fR
 Guess compile flags (used with \fB\-c\fR).
@@ -83,7 +83,7 @@ Find symbols matching arg.
 Get cursor info for this location.
 .TP
 \fB\-\-status\fR|\-s [optional]
-Dump status of rdm. Arg can be symbols or symbolNames.
+Dump status of rtags-rdm. Arg can be symbols or symbolNames.
 .TP
 \fB\-\-diagnose\fR [arg]
 Resend diagnostics for file.
@@ -134,7 +134,7 @@ Dump file maps for file.
 Generate a test for a given source file.
 .TP
 \fB\-\-rdm\-log\fR|\-g
-Receive logs from rdm.
+Receive logs from rtags-rdm.
 .TP
 \fB\-\-fixits\fR [arg]
 Get fixits for file.
@@ -258,7 +258,7 @@ Output json.
 Output json diagnostics with skipped ranges.
 .TP
 \fB\-\-diagnostics\fR|\-m
-Receive async formatted diagnostics from rdm.
+Receive async formatted diagnostics from rtags-rdm.
 .TP
 \fB\-\-match\-regexp\fR|\-Z
 Treat various text patterns as regexps (\fB\-P\fR, \fB\-i\fR, \fB\-V\fR, \fB\-F\fR).
@@ -306,7 +306,7 @@ Include cursor kind in \fB\-\-find\-symbols\fR output.
 Include display name in \fB\-\-find\-symbols\fR output.
 .TP
 \fB\-\-current\-file\fR [arg]
-Pass along which file is being edited to give rdm a better chance at picking the right project.
+Pass along which file is being edited to give rtags-rdm a better chance at picking the right project.
 .TP
 \fB\-\-declaration\-only\fR|\-G
 Filter out definitions (unless inline).
@@ -339,7 +339,7 @@ For \fB\-\-source\fR, print pwd for compile command on the first line.
 For \fB\-\-dump\-file\fR, also dump dependencies.
 .TP
 \fB\-\-silent\-query\fR
-Don't log this request in rdm.
+Don't log this request in rtags-rdm.
 .TP
 \fB\-\-synchronous\-completions\fR
 Wait for completion results and print them to stdout.
@@ -381,7 +381,7 @@ Don't wait for synchronous completion if the translation unit has to be created.
 Filter out code completion results that don't start with this prefix.
 .TP
 \fB\-\-code\-completion\-enabled\fR|\-b
-Inform rdm that we're code\-completing. Use with \fB\-\-diagnose\fR
+Inform rtags-rdm that we're code\-completing. Use with \fB\-\-diagnose\fR
 .TP
 \fB\-\-no\-spell\-checking\fR
 Don't produce spell check info in diagnostics.
@@ -398,4 +398,4 @@ Dump include path for symbol.
 \fB\-\-max\-depth\fR [arg]
 Max search depth. Used for \fB\-\-include\-path\fR.
 .SH "SEE ALSO"
-rdm(7)
+rtags-rdm(7)
diff --git a/man/man7/rdm.7 b/man/man7/rdm.7
index 4019a73..2391965 100644
--- a/man/man7/rdm.7
+++ b/man/man7/rdm.7
@@ -1,9 +1,9 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH RDM "7" "December 2020" "rdm 2.41.133" "User Commands"
+.TH RTAGS-RDM "7" "December 2020" "rdm 2.41.133" "User Commands"
 .SH NAME
-rdm \- manual page for RTags server
+rtags-rdm \- manual page for RTags server
 .SH SYNOPSIS
-rdm [OPTION]...
+rtags-rdm [OPTION]...
 .SH DESCRIPTION
 RTags is a client/server application that indexes C/C++ code and keeps
 a persistent file\-based database of references, declarations,
@@ -91,7 +91,7 @@ Disable signal handler to dump stack for crashes.
 No logging to stdout/stderr.
 .TP
 \fB\-\-exclude\-filter\fR|\-X [arg]
-Files to exclude from rdm (default "*/CMakeFiles/*;*/cmake*/Modules/*;*/conftest.c*;/tmp/*;/private/tmp/*;/private/var/*".)
+Files to exclude from rtags-rdm (default "*/CMakeFiles/*;*/cmake*/Modules/*;*/conftest.c*;/tmp/*;/private/tmp/*;/private/var/*".)
 .TP
 \fB\-\-socket\-file\fR|\-n [arg]
 Use this file for the server socket (default is XDG_RUNTIME_DIR/rdm.socket else ~/.rdm).
@@ -106,7 +106,7 @@ Disregard any clang fixit that looks like it's trying to fix format for printf a
 Set error limit to argument (\fB\-ferror\-limit=\fR{arg} (default 50).
 .TP
 \fB\-\-block\-argument\fR|\-G [arg]
-Block this argument from being passed to clang. E.g. rdm \fB\-\-block\-argument\fR \fB\-fno\-inline\fR
+Block this argument from being passed to clang. E.g. rtags-rdm \fB\-\-block\-argument\fR \fB\-fno\-inline\fR
 .TP
 \fB\-\-no\-spell\-checking\fR|\-l
 Don't pass \fB\-fspell\-checking\fR.
@@ -139,10 +139,10 @@ Timeout for rp visitfile commands in ms (0 means no timeout) (default 60000).
 Timeout for rp indexer\-message in ms (0 means no timeout) (default 60000).
 .TP
 \fB\-\-rp\-connect\-timeout\fR|\-O [arg]
-Timeout for connection from rp to rdm in ms (0 means no timeout) (default 0).
+Timeout for connection from rp to rtags-rdm in ms (0 means no timeout) (default 0).
 .TP
 \fB\-\-rp\-connect\-attempts\fR [arg]
-Number of times rp attempts to connect to rdm before giving up. (default 3).
+Number of times rp attempts to connect to rtags-rdm before giving up. (default 3).
 .TP
 \fB\-\-rp\-nice\-value\fR|\-a [arg]
 Nice value to use for rp (nice(2)) (default is no nicing).
@@ -157,10 +157,10 @@ Make rp log to syslog.
 Start out suspended (no reindexing enabled).
 .TP
 \fB\-\-separate\-debug\-and\-release\fR|\-E
-Normally rdm doesn't consider release and debug as different builds. Pass this if you want it to.
+Normally rtags-rdm doesn't consider release and debug as different builds. Pass this if you want it to.
 .TP
 \fB\-\-separate\-32\-bit\-and\-64\-bit\fR
-Normally rdm doesn't consider \fB\-m32\fR and \fB\-m64\fR as different builds. Pass this if you want it to.
+Normally rtags-rdm doesn't consider \fB\-m32\fR and \fB\-m64\fR as different builds. Pass this if you want it to.
 .HP
 \fB\-\-ignore\-include\-path\-differences\-in\-usr\fR Don't consider sources that only differ in includepaths within \fI\,/usr\/\fP (not including /usr/home/) as different builds.
 .TP
@@ -213,7 +213,7 @@ Max files to cache per query (Should not exceed maximum number of open file desc
 Don't use a file system watcher for filemanager.
 .TP
 \fB\-\-no\-filemanager\fR
-Don't scan project directory for files. (rc \fB\-P\fR won't work).
+Don't scan project directory for files. (rtags-rc \fB\-P\fR won't work).
 .TP
 \fB\-\-no\-file\-lock\fR
 Disable file locking. Not entirely safe but might improve performance on certain systems.
@@ -231,7 +231,7 @@ Use arg to transform arguments. [arg] should be executable with (execv(3)).
 Don't parse/store doxygen comments.
 .TP
 \fB\-\-inactivity\-timeout\fR [arg]
-Time in seconds after which rdm will quit if there's been no activity (N.B., once rdm has quit, something will need to re\-run it!).
+Time in seconds after which rtags-rdm will quit if there's been no activity (N.B., once rtags-rdm has quit, something will need to re\-run it!).
 .TP
 \fB\-\-daemon\fR
 Run as daemon (detach from terminal).
@@ -275,4 +275,4 @@ Use this file (instead of ~/.rdmrc).
 \fB\-\-no\-rc\fR|\-N
 Don't load any rc files.
 .SH "SEE ALSO"
-rc(7)
+rtags-rc(7)