svn commit: r362246 - head/share/man/man9

Steffen Nurpmeso steffen at sdaoden.eu
Tue Jun 16 21:25:43 UTC 2020


Hello.

I seem to have nothing else to do but looking at trivial commits.
Sorry for that.

Rick Macklem wrote in
<202006162051.05GKpSYX065074 at repo.freebsd.org>:
 |Author: rmacklem
 |Date: Tue Jun 16 20:51:28 2020
 |New Revision: 362246
 |URL: https://svnweb.freebsd.org/changeset/base/362246
 |
 |Log:
 |  Update VFS_CHECKEXP.9 for the argument changes done by r362158.
 ...
 |  This is a content change.
 ...
 |+++ head/share/man/man9/VFS_CHECKEXP.9        Tue Jun 16 20:51:28 2020 \
 ...
 |-.Fn VFS_CHECKEXP "struct mount *mp" "struct sockaddr *nam" "int *exflag\
 |sp" "struct ucred **credanonp"
 |+.Fo VFS_CHECKEXP
 |+.Fa "struct mount *mp"
 |+.Fa "struct sockaddr *nam"
 |+.Fa "uint64_t *exflagsp"
 |+.Fa "struct ucred **credanonp"
 |+.Fa "int *numsecflavor"
 |+.Fa "int *secflavors"

.Fo needs .Fc.

 | .Sh DESCRIPTION

Ok .Sh resets it all, but .Fo opens and .Fc closes.
I currently deal with MusicBrainz data (since that single query
alone is not offered via JSON but only via XML, so then all and
only XML, yippieh), and i get for something like this

  not well-formed (invalid token) at line 2, column 2968, byte 3007 at /usr/lib/perl5/site_perl/5.28/linux-thread-multi/XML/Parser.pm line 187.

(Caused by a tmux mouse-selection copy and paste problem only,
everything all right.)  I wonder why mandoc lint does not catch
such things.  Don't you have git commit hooks which catch that.
I mean, i do not, but then i am not a professional ^_^

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)


More information about the svn-src-all mailing list