From 846d64d9298a0b4a0bf5d943bb38160d23d1e263 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 6 Jun 2013 14:53:55 +0000 Subject: [PATCH] add manpage for clang-format --- debian/clang-format-3.3.manpages | 2 ++ debian/man/clang-format-diff-3.3.1 | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 debian/clang-format-3.3.manpages create mode 100644 debian/man/clang-format-diff-3.3.1 diff --git a/debian/clang-format-3.3.manpages b/debian/clang-format-3.3.manpages new file mode 100644 index 00000000..2c53726f --- /dev/null +++ b/debian/clang-format-3.3.manpages @@ -0,0 +1,2 @@ +debian/man/clang-format-diff-3.3.1 + diff --git a/debian/man/clang-format-diff-3.3.1 b/debian/man/clang-format-diff-3.3.1 new file mode 100644 index 00000000..75a56e9c --- /dev/null +++ b/debian/man/clang-format-diff-3.3.1 @@ -0,0 +1,30 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2. +.TH CLANG-FORMAT-DIFF-3.3 "1" "June 2013" "clang-format-diff-3.3 3.3" "User Commands" +.SH NAME +clang-format-diff-3.3 \- manual page for clang-format-diff-3.3 3.3 +.SH DESCRIPTION +usage: clang\-format\-diff\-3.3 [\-h] [\-p P] [\-style STYLE] +.PP +Reformat changed lines in diff +.SS "optional arguments:" +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-p\fR P +strip the smallest prefix containing P slashes +.TP +\fB\-style\fR STYLE +formatting style to apply (LLVM, Google, Chromium) +.SH "SEE ALSO" +The full documentation for +.B clang-format-diff-3.3 +is maintained as a Texinfo manual. If the +.B info +and +.B clang-format-diff-3.3 +programs are properly installed at your site, the command +.IP +.B info clang-format-diff-3.3 +.PP +should give you access to the complete manual.