diff options
author | 2019-04-06 14:09:05 +0100 | |
---|---|---|
committer | 2019-04-06 14:09:05 +0100 | |
commit | b780f49ccfe1e413d4f3ddf499b7e54587b3c41e (patch) | |
tree | e3cf10b9fdb24b841dd5f6bee3b2c8985dbc85a6 /man/coredns-debug.7 | |
parent | 5a4e4d92eff368a552fb01dd5a2874d3834664de (diff) | |
download | coredns-b780f49ccfe1e413d4f3ddf499b7e54587b3c41e.tar.gz coredns-b780f49ccfe1e413d4f3ddf499b7e54587b3c41e.tar.zst coredns-b780f49ccfe1e413d4f3ddf499b7e54587b3c41e.zip |
manpages: chop off first header (#2764)
each readme starts with the plugin's name as a header, this needs to be
chopped off to provide a good manual page.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/coredns-debug.7')
-rw-r--r-- | man/coredns-debug.7 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/coredns-debug.7 b/man/coredns-debug.7 index d41d6f55c..cf21cb102 100644 --- a/man/coredns-debug.7 +++ b/man/coredns-debug.7 @@ -1,7 +1,6 @@ .\" Generated by Mmark Markdown Processer - mmark.nl .TH "COREDNS-DEBUG" "7" "April 2019" "CoreDNS" "CoreDNS Plugins" -.SH DEBUG .SH NAME .PP \fIdebug\fP - disables the automatic recovery upon a crash so that you'll get a nice stack trace. |