diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-02-07 00:02:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-02-07 00:02:51 +0000 |
commit | 17dec87e5409e01a5657473937b2ac36d7da6a93 (patch) | |
tree | 9032e131e8adb2d1b916067e2369123061968a36 /usr.bin/leave | |
parent | 21c01657aec0fb1c59da7f68798c6121189a789d (diff) |
Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no
longer suppress spacing when used at the beginning of an input line,
and mandoc now follows the same behaviour as new groff.
Thus, sweep the tree and remove useless .Ns.
Most places found by jmc@; ok jmc@ kristaps@.
Diffstat (limited to 'usr.bin/leave')
-rw-r--r-- | usr.bin/leave/leave.1 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index cea29655240..3ed5f0bdbb8 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: leave.1,v 1.13 2007/05/31 19:20:12 jmc Exp $ +.\" $OpenBSD: leave.1,v 1.14 2011/02/07 00:02:50 schwarze Exp $ .\" $NetBSD: leave.1,v 1.5 1995/08/31 22:32:10 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)leave.1 8.3 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 7 2011 $ .Dt LEAVE 1 .Os .Sh NAME @@ -38,12 +38,7 @@ .Nd remind you when you have to leave .Sh SYNOPSIS .Nm leave -.Sm off -.Oo -.Op Cm \&+ -.Ns Ar hhmm -.Oc -.Sm on +.Op Oo Cm \&+ Oc Ns Ar hhmm .Sh DESCRIPTION .Nm leave waits until the specified time, then reminds you that you |