diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-09 21:23:32 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-09 21:23:32 +0000 |
commit | c70608aef8f7aedb3c17fc2779d5cd4694d06602 (patch) | |
tree | 123a9dfe462b21518c828591cddc8f66bb8bb2c6 /usr.bin/at | |
parent | 62e1c41610abd40fe0a61410a58b681f676aff81 (diff) |
The .Nd macro is intended to provide "a one line description", so avoid
multiple lines of input, in particular, don't use macros below .Nd;
such bad style can confuse various apropos(1) tools. All deleted
macros reappear later in the text, anyway, except for .Tn, which i'm
deleting outright.
Found while scanning the tree for good and bad practices in preparation
for my EuroBSD2015 mdoc(7) tutorial on Oct 1 in Stockholm.
Diffstat (limited to 'usr.bin/at')
-rw-r--r-- | usr.bin/at/atq.1 | 8 | ||||
-rw-r--r-- | usr.bin/at/atrm.1 | 7 |
2 files changed, 6 insertions, 9 deletions
diff --git a/usr.bin/at/atq.1 b/usr.bin/at/atq.1 index 9118f43f4e6..23214da370d 100644 --- a/usr.bin/at/atq.1 +++ b/usr.bin/at/atq.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atq.1,v 1.6 2011/03/20 22:12:59 millert Exp $ +.\" $OpenBSD: atq.1,v 1.7 2015/09/09 21:23:30 schwarze Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,14 +29,12 @@ .\" .\" @(#)atq.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: March 20 2011 $ +.Dd $Mdocdate: September 9 2015 $ .Dt ATQ 1 .Os .Sh NAME .Nm atq -.Nd display the -.Xr at 1 -job queue +.Nd display the at(1) job queue .Sh SYNOPSIS .Nm atq .Op Fl cnv diff --git a/usr.bin/at/atrm.1 b/usr.bin/at/atrm.1 index 7ba1abf4be3..c4389bfd4f1 100644 --- a/usr.bin/at/atrm.1 +++ b/usr.bin/at/atrm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atrm.1,v 1.7 2007/05/31 19:20:07 jmc Exp $ +.\" $OpenBSD: atrm.1,v 1.8 2015/09/09 21:23:30 schwarze Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,13 +29,12 @@ .\" .\" @(#)atrm.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 9 2015 $ .Dt ATRM 1 .Os .Sh NAME .Nm atrm -.Nd remove jobs spooled by -.Xr at 1 +.Nd remove jobs spooled by at(1) .Sh SYNOPSIS .Nm atrm .Op Fl afi |