Browse Source

obvious cases of missing .An;

found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
OPENBSD_5_7
schwarze 9 years ago
parent
commit
d5c9ee380f
3 changed files with 16 additions and 11 deletions
  1. +3
    -3
      src/lib/libc/stdlib/rand48.3
  2. +10
    -5
      src/lib/libutil/fmt_scaled.3
  3. +3
    -3
      src/lib/libutil/login_fbtab.3

+ 3
- 3
src/lib/libc/stdlib/rand48.3 View File

@ -9,9 +9,9 @@
.\" of any kind. I shall in no event be liable for anything that happens .\" of any kind. I shall in no event be liable for anything that happens
.\" to anyone/anything when using this software. .\" to anyone/anything when using this software.
.\" .\"
.\" $OpenBSD: rand48.3,v 1.14 2014/01/21 23:25:03 deraadt Exp $
.\" $OpenBSD: rand48.3,v 1.15 2014/09/08 01:27:54 schwarze Exp $
.\" .\"
.Dd $Mdocdate: January 21 2014 $
.Dd $Mdocdate: September 8 2014 $
.Dt RAND48 3 .Dt RAND48 3
.Os .Os
.Sh NAME .Sh NAME
@ -176,4 +176,4 @@ and
functions conform to functions conform to
.St -p1003.1-2008 . .St -p1003.1-2008 .
.Sh AUTHORS .Sh AUTHORS
Martin Birgmeier
.An Martin Birgmeier

+ 10
- 5
src/lib/libutil/fmt_scaled.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: fmt_scaled.3,v 1.6 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: fmt_scaled.3,v 1.7 2014/09/08 01:27:54 schwarze Exp $
.\" Copyright (c) 2001, 2003 Ian Darwin. All rights reserved. .\" Copyright (c) 2001, 2003 Ian Darwin. All rights reserved.
.\" .\"
.\" Redistribution and use in source and binary forms, with or without .\" Redistribution and use in source and binary forms, with or without
@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: September 8 2014 $
.Dt FMT_SCALED 3 .Dt FMT_SCALED 3
.Os .Os
.Sh NAME .Sh NAME
@ -108,13 +108,18 @@ and
first appeared in first appeared in
.Ox 3.4 . .Ox 3.4 .
.Sh AUTHORS .Sh AUTHORS
Ken Stailey wrote the first version of the code that became
.An -nosplit
.An Ken Stailey
wrote the first version of the code that became
.Fn fmt_scaled , .Fn fmt_scaled ,
originally inside originally inside
.Ox .Ox
.Xr df 1 . .Xr df 1 .
Ian Darwin excerpted this and made it into a library routine
(with significant help from Paul Janzen), and wrote
.An Ian Darwin
excerpted this and made it into a library routine
(with significant help from
.An Paul Janzen ) ,
and wrote
.Fn scan_scaled . .Fn scan_scaled .
.Sh BUGS .Sh BUGS
Some of the scale factors have misleading meanings in lower case Some of the scale factors have misleading meanings in lower case


+ 3
- 3
src/lib/libutil/login_fbtab.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: login_fbtab.3,v 1.11 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: login_fbtab.3,v 1.12 2014/09/08 01:27:54 schwarze Exp $
.\" .\"
.\" Copyright 1995 by Wietse Venema. All rights reserved. Some individual .\" Copyright 1995 by Wietse Venema. All rights reserved. Some individual
.\" files may be covered by other copyrights. .\" files may be covered by other copyrights.
@ -15,7 +15,7 @@
.\" warranties, including, without limitation, the implied warranties of .\" warranties, including, without limitation, the implied warranties of
.\" merchantibility and fitness for any particular purpose. .\" merchantibility and fitness for any particular purpose.
.\" .\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: September 8 2014 $
.Dt LOGIN_FBTAB 3 .Dt LOGIN_FBTAB 3
.Os .Os
.Sh NAME .Sh NAME
@ -48,7 +48,7 @@ daemon with the severity of
.Xr fbtab 5 .Xr fbtab 5
.Sh AUTHORS .Sh AUTHORS
.Bd -unfilled .Bd -unfilled
Wietse Venema (wietse@wzv.win.tue.nl)
.An Wietse Venema Aq Mt wietse@wzv.win.tue.nl
Eindhoven University of Technology Eindhoven University of Technology
The Netherlands The Netherlands
.Ed .Ed


Loading…
Cancel
Save