[Bug 247998] pkg.freebsd.org subfolders indexes are forbidden

2020-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247998

Alexey Dokuchaev  changed:

   What|Removed |Added

 CC||da...@freebsd.org

--- Comment #6 from Alexey Dokuchaev  ---
(In reply to Jason W. Bacon from comment #5)
> Is there any way to list all available binary packages for different ABIs?
In fact, that was precisely the reason when I needed to access those URLs from
the browser: to find a package for alien architecture/branch.  It would be
really nice if pkg(8) could do that (e.g. allow search and download, but refuse
to install unless forced).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 249016] submission

2020-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249016

Bug ID: 249016
   Summary: submission
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Documentation
  Assignee: d...@freebsd.org
  Reporter: admin@sharkza.online

please add sharkza.online

we'll offer bsd hosting and more

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 249025] description of scanf %u incorrectly says "optionally signed"

2020-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249025

Bug ID: 249025
   Summary: description of scanf %u incorrectly says "optionally
signed"
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: w...@psr.com
CC: d...@freebsd.org

I believe the description of %u in man3/scanf.3, which says that %u matches an
OPTIONALLY SIGNED decimal integer, is incorrect.  If you agree, the following
"diff -u" 1-line patch to the man3/scanf.3 file from 12.1-RELEASE-p8 should fix
the problem.  If this error is in 12.1, it's probably in other versions of
FreeBSD as well.



--- scanf.3~2020-08-30 20:59:00.080775000 -0400
+++ scanf.3 2020-08-30 21:00:37.40065 -0400
@@ -296,7 +296,7 @@
 the next pointer must be a pointer to
 .Vt "unsigned int" .
 .It Cm u
-Matches an optionally signed decimal integer;
+Matches an unsigned decimal integer;
 the next pointer must be a pointer to
 .Vt "unsigned int" .
 .It Cm x , X



 -WBE

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 249025] description of scanf %u incorrectly says "optionally signed" (patch included)

2020-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249025

w...@psr.com changed:

   What|Removed |Added

Summary|description of scanf %u |description of scanf %u
   |incorrectly says|incorrectly says
   |"optionally signed" |"optionally signed" (patch
   ||included)
  Flags||maintainer-feedback?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 249025] description of scanf %u incorrectly says "optionally signed" (patch included)

2020-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249025

Hiroki Sato  changed:

   What|Removed |Added

 CC||h...@freebsd.org

--- Comment #1 from Hiroki Sato  ---
(In reply to wbe from comment #0)

%u actually matches an optionally signed integer.  This means digits with "+"
or "-".  The value is casted to an unsigned type after the matching.  This
wording (and behavior) is the same as one in the specification.  I do not think
the current version is incorrect.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 249016] submission for hosting pages

2020-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249016

Mark Linimon  changed:

   What|Removed |Added

Summary|submission  |submission for hosting
   ||pages

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"