diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-12-31 15:15:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-12-31 15:15:48 +0000 |
commit | b48504a92651fcf9163c5325991c56371fc799e2 (patch) | |
tree | 57d0875ba82a1618877bb5c9b0887f641fd2f11b /share | |
parent | 4d6f344763485babaecfdc5964fea68cc88ad70d (diff) |
Oops, add missing end of block.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/man.7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index be0642d2fb9..ec2ceb8fecf 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.33 2013/12/31 15:13:25 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.34 2013/12/31 15:15:47 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011, 2012, 2013 Ingo Schwarze <schwarze@openbsd.org> @@ -669,6 +669,7 @@ It has the following syntax: .Pf \. Sx \&UR Ar uri link description to be shown .Pf \. Sx UE +.Ed .Ss \&br Breaks the current line. Consecutive invocations have no further effect. |