summaryrefslogtreecommitdiff
path: root/lisp/ox-man.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ox-man.el')
-rw-r--r--lisp/ox-man.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox-man.el b/lisp/ox-man.el
index 324d5a7..71718ab 100644
--- a/lisp/ox-man.el
+++ b/lisp/ox-man.el
@@ -1,6 +1,6 @@
;; ox-man.el --- Man Back-End for Org Export Engine -*- lexical-binding: t; -*-
-;; Copyright (C) 2011-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2017 Free Software Foundation, Inc.
;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>
;; Luis R Anaya <papoanaya aroba hot mail punto com>
@@ -590,7 +590,7 @@ CONTENTS is nil. INFO is a plist holding contextual information."
(defun org-man-line-break (_line-break _contents _info)
"Transcode a LINE-BREAK object from Org to Man.
CONTENTS is nil. INFO is a plist holding contextual information."
- ".br\n")
+ "\n.br\n")
;;; Link