Skip to content

Commit

Permalink
Update man pages
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
casch-at committed Jun 9, 2018
1 parent 98eb00f commit f359d66
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
17 changes: 13 additions & 4 deletions man/man7/rc.7
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH RC "7" "April 2017" "rc 2.10.117" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH RC "7" "June 2018" "rc 2.18.125" "User Commands"
.SH NAME
rc \- manual page for rc 2.10.117
rc \- manual page for rc 2.18.125
.SH SYNOPSIS
rc [OPTION]...
.SH DESCRIPTION
Expand Down Expand Up @@ -91,6 +91,9 @@ Resend diagnostics for file.
\fB\-\-diagnose\-all\fR
Resend diagnostics for all files.
.TP
\fB\-\-last\-indexed\fR
Get timestamp of the last time indexing completed for the current project.
.TP
\fB\-\-is\-indexed\fR|\-T [arg]
Check if rtags knows about, and is ready to return information about, this source file.
.TP
Expand Down Expand Up @@ -178,6 +181,12 @@ Set active buffers (list of filenames for active buffers in editor).
\fB\-\-list\-buffers\fR
List active buffers.
.TP
\fB\-\-add\-buffers\fR [arg]
Add additional buffers.
.TP
\fB\-\-remove\-buffers\fR [arg]
Remove buffers.
.TP
\fB\-\-list\-cursor\-kinds\fR
List spelling for known cursor kinds.
.TP
Expand Down Expand Up @@ -246,7 +255,7 @@ Output json.
Receive async formatted diagnostics from rdm.
.TP
\fB\-\-match\-regexp\fR|\-Z
Treat various text patterns as regexps (\fB\-P\fR, \fB\-i\fR, \fB\-V\fR).
Treat various text patterns as regexps (\fB\-P\fR, \fB\-i\fR, \fB\-V\fR, \fB\-F\fR).
.TP
\fB\-\-match\-icase\fR|\-I
Match case insensitively
Expand Down
15 changes: 12 additions & 3 deletions man/man7/rdm.7
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH RDM "7" "April 2017" "rdm 2.10.117" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH RDM "7" "June 2018" "rdm 2.18.125" "User Commands"
.SH NAME
rdm \- manual page for rdm 2.10.117
rdm \- manual page for rdm 2.18.125
.SH SYNOPSIS
rdm [OPTION]...
.SH DESCRIPTION
Expand Down Expand Up @@ -39,6 +39,9 @@ Display version.
\fB\-\-include\-path\fR|\-I [arg]
Add additional include path to clang.
.TP
\fB\-\-no\-libclang\-include\-path\fR
Don't use the include path from libclang.
.TP
\fB\-\-isystem\fR|\-s [arg]
Add additional system include path to clang.
.TP
Expand Down Expand Up @@ -164,6 +167,9 @@ Normally rdm doesn't consider \fB\-m32\fR and \fB\-m64\fR as different builds. P
\fB\-\-max\-crash\-count\fR|\-K [arg]
Max number of crashes before giving up a sourcefile (default 5).
.TP
\fB\-\-max\-socket\-write\-buffer\-size\fR [arg]
Max number of bytes buffered after EAGAIN.
.TP
\fB\-\-completion\-cache\-size\fR|\-i [arg]
Number of translation units to cache (default 10).
.TP
Expand Down Expand Up @@ -254,6 +260,9 @@ Poll the database of the current project every <arg> seconds.
\fB\-\-no\-realpath\fR
Don't use realpath(3) for files
.TP
\fB\-\-translation\-unit\-cache\fR
Cache translation units. Not working yet.
.TP
\fB\-\-config\fR|\-c [arg]
Use this file (instead of ~/.rdmrc).
.TP
Expand Down

0 comments on commit f359d66

Please sign in to comment.