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.sbin/pkg_add/pkg_add.1 | |
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.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index e3067882916..9b2c9c21200 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.103 2010/10/28 22:33:43 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.104 2011/02/07 00:02:50 schwarze Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: October 28 2010 $ +.Dd $Mdocdate: February 7 2011 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -27,10 +27,7 @@ .Op Fl acIimnqrsUuvxz .Op Fl A Ar arch .Op Fl B Ar pkg-destdir -.Oo Fl D Ar name -.Ns Oo Ns = Ns Ar value -.Oc -.Oc +.Op Fl D Ar name Ns Op = Ns Ar value .Op Fl L Ar localbase .Op Fl l Ar file .Op Fl P Ar type |