.Fn -> .Xr

Do not start warn() message with uppercase.
This commit is contained in:
Philippe Charnier 1999-11-27 16:59:06 +00:00
parent a39d9a0c5a
commit 541c4ca06d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53761
2 changed files with 3 additions and 3 deletions

View File

@ -177,9 +177,9 @@ The
and
.Fl h
options are implemented in
.Nm pciconf ,
.Nm Ns ,
but not in the underlying
.Fn ioctl .
.Xr ioctl 2 .
.Pp
It might be useful to give non-root users access to the
.Fl a

View File

@ -162,7 +162,7 @@ list_devs(void)
close(fd);
return;
} else if (pc.status == PCI_GETCONF_ERROR) {
warnx("Error returned from PCIOCGETCONF ioctl");
warnx("error returned from PCIOCGETCONF ioctl");
exitstatus = 1;
close(fd);
return;