From owner-freebsd-doc@freebsd.org Sun Feb 14 00:47:18 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B3EA541FFF for ; Sun, 14 Feb 2021 00:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DdT8k2lg1z3pRx for ; Sun, 14 Feb 2021 00:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 5AA65542062; Sun, 14 Feb 2021 00:47:18 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A51C5422D8 for ; Sun, 14 Feb 2021 00:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DdT8k1pw0z3pN4 for ; Sun, 14 Feb 2021 00:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D0E320ED0 for ; Sun, 14 Feb 2021 00:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11E0lIQK069797 for ; Sun, 14 Feb 2021 00:47:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11E0lINF069796 for doc@FreeBSD.org; Sun, 14 Feb 2021 00:47:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253395] usleep() function does not suspend execution of the calling process Date: Sun, 14 Feb 2021 00:47:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 00:47:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253395 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Df94e8beadbd82f758c7663cb7115aeec2= fbed7fa commit f94e8beadbd82f758c7663cb7115aeec2fbed7fa Author: Konstantin Belousov AuthorDate: 2021-02-11 03:49:25 +0000 Commit: Konstantin Belousov CommitDate: 2021-02-14 00:45:49 +0000 usleep(3): replace 'process' with 'calling thread' PR: 253395 (cherry picked from commit 4956af2a8f0d7723cb09c98e7f5295b156136f70) lib/libc/gen/usleep.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 14 00:47:19 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5BCB254232F for ; Sun, 14 Feb 2021 00:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DdT8l1ST0z3pS1 for ; Sun, 14 Feb 2021 00:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 31EE054232E; Sun, 14 Feb 2021 00:47:19 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31A665421DE for ; Sun, 14 Feb 2021 00:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DdT8l0fmsz3pS0 for ; Sun, 14 Feb 2021 00:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 08B56210C6 for ; Sun, 14 Feb 2021 00:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11E0lIKS069811 for ; Sun, 14 Feb 2021 00:47:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11E0lI9r069810 for doc@FreeBSD.org; Sun, 14 Feb 2021 00:47:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253395] usleep() function does not suspend execution of the calling process Date: Sun, 14 Feb 2021 00:47:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 00:47:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253395 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D5357bd228fca092453c0970ccb54fc08f= 5deb939 commit 5357bd228fca092453c0970ccb54fc08f5deb939 Author: Konstantin Belousov AuthorDate: 2021-02-11 03:49:25 +0000 Commit: Konstantin Belousov CommitDate: 2021-02-14 00:46:42 +0000 usleep(3): replace 'process' with 'calling thread' PR: 253395 (cherry picked from commit 4956af2a8f0d7723cb09c98e7f5295b156136f70) lib/libc/gen/usleep.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 14 10:30:34 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C55CA52A2AE for ; Sun, 14 Feb 2021 10:30:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Ddk5k4wNJz4rP5 for ; Sun, 14 Feb 2021 10:30:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A8C51529ACC; Sun, 14 Feb 2021 10:30:34 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A886552A40E for ; Sun, 14 Feb 2021 10:30:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ddk5k48hWz4rTN for ; Sun, 14 Feb 2021 10:30:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81EAD5F6 for ; Sun, 14 Feb 2021 10:30:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11EAUYZL056909 for ; Sun, 14 Feb 2021 10:30:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11EAUYtT056908 for doc@FreeBSD.org; Sun, 14 Feb 2021 10:30:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 215090] tftp(1) extending TFTP html link broken Date: Sun, 14 Feb 2021 10:30:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 10:30:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215090 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |debdrup@freebsd.org --- Comment #2 from Daniel Ebdrup Jensen --- (In reply to Alan Somers from comment #1) The online manual pages are generated using man.cgi which as the name impli= es is an old perl script that was written by wosch@ back in 1999. As part of the website redesign, I hope to get the man-pages generated with mandoc -Thtml instead, as these are not only considerably quicker (as it ca= n be run via make jobs on the server), but also generate HTML anchors for .Sh and .Ss macros. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 14 10:56:12 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3AB2A52A7F9 for ; Sun, 14 Feb 2021 10:56:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DdkgJ10wLz4stL for ; Sun, 14 Feb 2021 10:56:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 20D5352ADA8; Sun, 14 Feb 2021 10:56:12 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20A6152ACD7 for ; Sun, 14 Feb 2021 10:56:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DdkgJ0NJcz4stK for ; Sun, 14 Feb 2021 10:56:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F07C8B71 for ; Sun, 14 Feb 2021 10:56:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11EAuBNY069811 for ; Sun, 14 Feb 2021 10:56:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11EAuBI8069810 for doc@FreeBSD.org; Sun, 14 Feb 2021 10:56:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253499] find(1) doesn't list `-not` as an extension to POSIX Date: Sun, 14 Feb 2021 10:56:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: bugcounterism@malbolge.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 10:56:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253499 Bug ID: 253499 Summary: find(1) doesn't list `-not` as an extension to POSIX Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: bugcounterism@malbolge.net CC: doc@FreeBSD.org The STANDARDS section of find(1) lists options that are an extension to POS= IX find(1) syntax. But `-not` is missing from that list of extensions. GNU, NetBSD, and OpenBSD all mention it as not part of POSIX. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 14 11:08:15 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B6A8E52AFCE for ; Sun, 14 Feb 2021 11:08:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DdkxC4Y7yz4tWf for ; Sun, 14 Feb 2021 11:08:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9A66C52AF7B; Sun, 14 Feb 2021 11:08:15 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A34252B32C for ; Sun, 14 Feb 2021 11:08:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DdkxC3xh1z4tLP for ; Sun, 14 Feb 2021 11:08:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A7DFFBB for ; Sun, 14 Feb 2021 11:08:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11EB8FAQ074038 for ; Sun, 14 Feb 2021 11:08:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11EB8FRn074037 for doc@FreeBSD.org; Sun, 14 Feb 2021 11:08:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253499] find(1) doesn't list `-not` as an extension to POSIX Date: Sun, 14 Feb 2021 11:08:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: me@igalic.co X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 11:08:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253499 Mina Gali=C4=87 changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |me@igalic.co --- Comment #1 from Mina Gali=C4=87 --- for reference https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 14 16:16:39 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DD07534643 for ; Sun, 14 Feb 2021 16:16:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Ddsn315FXz3lDD for ; Sun, 14 Feb 2021 16:16:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 25630534642; Sun, 14 Feb 2021 16:16:39 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 252F3534882 for ; Sun, 14 Feb 2021 16:16:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ddsn30WKQz3l01 for ; Sun, 14 Feb 2021 16:16:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00D4F546F for ; Sun, 14 Feb 2021 16:16:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11EGGchs020904 for ; Sun, 14 Feb 2021 16:16:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11EGGc2g020903 for doc@FreeBSD.org; Sun, 14 Feb 2021 16:16:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253499] find(1) doesn't list `-not` as an extension to POSIX Date: Sun, 14 Feb 2021 16:16:38 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: lwhsu@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 16:16:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253499 Li-Wen Hsu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |lwhsu@FreeBSD.org Assignee|bugs@FreeBSD.org |doc@FreeBSD.org --- Comment #2 from Li-Wen Hsu --- Thanks for reporting, do you want to also create a patch to fix this? --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Sun Feb 14 21:17:35 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8E8D53D3D9 for ; Sun, 14 Feb 2021 21:17:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Df0SH5YcTz4Zxd for ; Sun, 14 Feb 2021 21:17:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id BEAE253D1EB; Sun, 14 Feb 2021 21:17:35 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE6C653D3D8 for ; Sun, 14 Feb 2021 21:17:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Df0SH4zKcz4bHH for ; Sun, 14 Feb 2021 21:17:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D54711872 for ; Sun, 14 Feb 2021 21:17:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11ELHZq8067245 for ; Sun, 14 Feb 2021 21:17:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11ELHZLn067244 for doc@FreeBSD.org; Sun, 14 Feb 2021 21:17:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253519] freebsd.org/ports links incorrect. Date: Sun, 14 Feb 2021 21:17:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dgilbert@eicat.ca X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 21:17:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253519 Bug ID: 253519 Summary: freebsd.org/ports links incorrect. Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Website Assignee: doc@FreeBSD.org Reporter: dgilbert@eicat.ca The freebsd.org/ports page has a link for the "ports hierachy". From memor= y, this used to link to a page that expanded out the choices inside /usr/ports= .=20 However, now it resolves to the top of the handbook (as it's tag isn't foun= d on that page). https://docs.freebsd.org/en/books/handbook/#ports-using --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 03:11:56 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68FE4546C0D for ; Mon, 15 Feb 2021 03:11:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Df8K82MKNz3D78 for ; Mon, 15 Feb 2021 03:11:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 50CC8546AD0; Mon, 15 Feb 2021 03:11:56 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 50947546766 for ; Mon, 15 Feb 2021 03:11:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Df8K81nb0z3DPr for ; Mon, 15 Feb 2021 03:11:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30F5F161D4 for ; Mon, 15 Feb 2021 03:11:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11F3Bumi047076 for ; Mon, 15 Feb 2021 03:11:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11F3BuXQ047075 for doc@FreeBSD.org; Mon, 15 Feb 2021 03:11:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253527] FreeBSD Download Page does not list 13-STABLE snapshots Date: Mon, 15 Feb 2021 03:11:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: nc@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 03:11:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253527 Bug ID: 253527 Summary: FreeBSD Download Page does not list 13-STABLE snapshots Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Website Assignee: doc@FreeBSD.org Reporter: nc@FreeBSD.org On the FreeBSD Download page: https://www.freebsd.org/where/ It does not list 13-STABLE snapshots, only (11/12)-STABLE and 14-CURRENT. We should list 13-STABLE as well. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 07:20:13 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00D2954B17F for ; Mon, 15 Feb 2021 07:20:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfFqc6Lcqz3RFy for ; Mon, 15 Feb 2021 07:20:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id D9CCA54B17E; Mon, 15 Feb 2021 07:20:12 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D995F54B90F for ; Mon, 15 Feb 2021 07:20:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfFqc5lMZz3RJX for ; Mon, 15 Feb 2021 07:20:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B860C194C4 for ; Mon, 15 Feb 2021 07:20:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11F7KCx9067679 for ; Mon, 15 Feb 2021 07:20:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11F7KCXe067678 for doc@FreeBSD.org; Mon, 15 Feb 2021 07:20:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253527] FreeBSD Download Page does not list 13-STABLE snapshots Date: Mon, 15 Feb 2021 07:20:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: panden@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 07:20:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253527 Andreas Bj=C3=B8rnestad changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |panden@gmail.com --- Comment #1 from Andreas Bj=C3=B8rnestad --- I support this. I was looking for 13-STABLE and it's lucky for me that I kept the 13-STABLE mail announcement which contains links. Should be easy to find on the downl= oad page as well. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 08:02:17 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF05754CB39 for ; Mon, 15 Feb 2021 08:02:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfGm95pMfz3k6S for ; Mon, 15 Feb 2021 08:02:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id C72CA54CD09; Mon, 15 Feb 2021 08:02:17 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C6F8C54C9C6 for ; Mon, 15 Feb 2021 08:02:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfGm953hKz3kNq for ; Mon, 15 Feb 2021 08:02:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0D6B1A484 for ; Mon, 15 Feb 2021 08:02:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11F82HT5091222 for ; Mon, 15 Feb 2021 08:02:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11F82H5I091221 for doc@FreeBSD.org; Mon, 15 Feb 2021 08:02:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253529] Fix typo in handbook Date: Mon, 15 Feb 2021 08:02:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: panden@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 08:02:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253529 Bug ID: 253529 Summary: Fix typo in handbook Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: doc@FreeBSD.org Reporter: panden@gmail.com Created attachment 222454 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222454&action= =3Dedit fix typo See patch. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 08:49:30 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F33D54DFEA for ; Mon, 15 Feb 2021 08:49:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfHpd6sYLz3mlQ for ; Mon, 15 Feb 2021 08:49:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E9BFF54DFE9; Mon, 15 Feb 2021 08:49:29 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E988754E1A9 for ; Mon, 15 Feb 2021 08:49:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfHpd67Kyz3mjS for ; Mon, 15 Feb 2021 08:49:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C154C1A9B7 for ; Mon, 15 Feb 2021 08:49:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11F8nTP2017121 for ; Mon, 15 Feb 2021 08:49:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11F8nTIS017120 for doc@FreeBSD.org; Mon, 15 Feb 2021 08:49:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253529] Fix typo in handbook Date: Mon, 15 Feb 2021 08:49:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 08:49:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253529 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |debdrup@freebsd.org Status|New |In Progress Assignee|doc@FreeBSD.org |debdrup@freebsd.org --- Comment #1 from Daniel Ebdrup Jensen --- Yoink. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 11:58:15 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D77EC52AD8E for ; Mon, 15 Feb 2021 11:58:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfN0R5Zhgz4TwC for ; Mon, 15 Feb 2021 11:58:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id BF7BF52AD8D; Mon, 15 Feb 2021 11:58:15 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF4A752B00D for ; Mon, 15 Feb 2021 11:58:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfN0R4cgLz4Ty6 for ; Mon, 15 Feb 2021 11:58:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 919861D48B for ; Mon, 15 Feb 2021 11:58:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FBwF6Q019986 for ; Mon, 15 Feb 2021 11:58:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FBwFfJ019985 for doc@FreeBSD.org; Mon, 15 Feb 2021 11:58:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253533] The links to FreeBSD-STABLE and FreeBSD-CURRENT are outdated Date: Mon, 15 Feb 2021 11:58:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: panden@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 11:58:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253533 Bug ID: 253533 Summary: The links to FreeBSD-STABLE and FreeBSD-CURRENT are outdated Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Website Assignee: doc@FreeBSD.org Reporter: panden@gmail.com Created attachment 222463 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222463&action= =3Dedit patch to fix links See patch. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 13:34:36 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6913052DDA1 for ; Mon, 15 Feb 2021 13:34:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfQ7c2M1Gz4ZlC for ; Mon, 15 Feb 2021 13:34:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 50ABB52DDA0; Mon, 15 Feb 2021 13:34:36 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5076752DB4D for ; Mon, 15 Feb 2021 13:34:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfQ7c1m0Zz4Zn8 for ; Mon, 15 Feb 2021 13:34:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F37B1E8A3 for ; Mon, 15 Feb 2021 13:34:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FDYa9b075033 for ; Mon, 15 Feb 2021 13:34:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FDYa2j075032 for doc@FreeBSD.org; Mon, 15 Feb 2021 13:34:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253533] The links to FreeBSD-STABLE and FreeBSD-CURRENT are outdated Date: Mon, 15 Feb 2021 13:34:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 13:34:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253533 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |debdrup@freebsd.org --- Comment #1 from Daniel Ebdrup Jensen --- Is this related to bug #253391? If so, can I ask you to close this (set it = as duplicate of 253391), submit the patch there, and I'll attend to it while my server finishes the head of 14-CURRENT for the raidz3 fix. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 13:46:17 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E059C52E07C for ; Mon, 15 Feb 2021 13:46:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfQP55qskz4bW0 for ; Mon, 15 Feb 2021 13:46:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id C82FE52E410; Mon, 15 Feb 2021 13:46:17 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C7FA652E325 for ; Mon, 15 Feb 2021 13:46:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfQP55GjLz4bSq for ; Mon, 15 Feb 2021 13:46:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8B821E9A4 for ; Mon, 15 Feb 2021 13:46:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FDkH0W080530 for ; Mon, 15 Feb 2021 13:46:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FDkHoG080529 for doc@FreeBSD.org; Mon, 15 Feb 2021 13:46:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253533] The links to FreeBSD-STABLE and FreeBSD-CURRENT are outdated Date: Mon, 15 Feb 2021 13:46:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: panden@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 13:46:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253533 --- Comment #2 from Andreas Bj=C3=B8rnestad --- Will do. Looks like they're related. I get confused by https://docs.freebsd.org/en_US.ISO8859-1/books/handbook/ = vs. https://docs.freebsd.org/en/books/handbook/. Which one to use? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 14:10:13 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 439FC52E9AB for ; Mon, 15 Feb 2021 14:10:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfQwj1GClz4cXJ for ; Mon, 15 Feb 2021 14:10:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 2B48A52E9AA; Mon, 15 Feb 2021 14:10:13 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B13752EB74 for ; Mon, 15 Feb 2021 14:10:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfQwj0hKrz4cQr for ; Mon, 15 Feb 2021 14:10:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AE4C1EEA9 for ; Mon, 15 Feb 2021 14:10:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FEACKo092948 for ; Mon, 15 Feb 2021 14:10:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FEACGu092947 for doc@FreeBSD.org; Mon, 15 Feb 2021 14:10:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253391] 24.4.2. Using FreeBSD-STABLE is outdated, links to non-existent pages Date: Mon, 15 Feb 2021 14:10:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: panden@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 14:10:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253391 Andreas Bj=C3=B8rnestad changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |panden@gmail.com --- Comment #2 from Andreas Bj=C3=B8rnestad --- The links referred to as broken are actually correct in the repo. Why would these differ? Out of sync? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 14:19:42 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1838E52EE4E for ; Mon, 15 Feb 2021 14:19:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfR7f01sxz4d3y for ; Mon, 15 Feb 2021 14:19:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id F33B852E9EC; Mon, 15 Feb 2021 14:19:41 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F304752EE4D for ; Mon, 15 Feb 2021 14:19:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfR7d6VkTz4d8F for ; Mon, 15 Feb 2021 14:19:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE7381EECD for ; Mon, 15 Feb 2021 14:19:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FEJfLt000578 for ; Mon, 15 Feb 2021 14:19:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FEJfEh000577 for doc@FreeBSD.org; Mon, 15 Feb 2021 14:19:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253533] The links to FreeBSD-STABLE and FreeBSD-CURRENT are outdated Date: Mon, 15 Feb 2021 14:19:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: panden@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 14:19:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253533 --- Comment #3 from Andreas Bj=C3=B8rnestad --- Created attachment 222470 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222470&action= =3Dedit patch to fix links --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 14:20:46 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DFBF452EFC1 for ; Mon, 15 Feb 2021 14:20:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfR8t5m0xz4d6P for ; Mon, 15 Feb 2021 14:20:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id C5AD852EFBF; Mon, 15 Feb 2021 14:20:46 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C574652EEC1 for ; Mon, 15 Feb 2021 14:20:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfR8t594gz4d4P for ; Mon, 15 Feb 2021 14:20:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A478B1F10B for ; Mon, 15 Feb 2021 14:20:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FEKkBe001312 for ; Mon, 15 Feb 2021 14:20:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FEKkTS001302 for doc@FreeBSD.org; Mon, 15 Feb 2021 14:20:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253533] The links to FreeBSD-STABLE and FreeBSD-CURRENT are outdated Date: Mon, 15 Feb 2021 14:20:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: panden@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 14:20:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253533 --- Comment #4 from Andreas Bj=C3=B8rnestad --- I think you might as well apply this patch. NB! Discard first patch; use the one I uploaded just now. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 14:37:12 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D97C52F6A7 for ; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfRWr14M2z4dx4 for ; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 22BD452F711; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 215FA52F710 for ; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfRWr08Lrz4f2Z for ; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8A061F0C3 for ; Mon, 15 Feb 2021 14:37:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FEbBKk011199 for ; Mon, 15 Feb 2021 14:37:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FEbBv0011198 for doc@FreeBSD.org; Mon, 15 Feb 2021 14:37:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253533] The links to FreeBSD-STABLE and FreeBSD-CURRENT are outdated Date: Mon, 15 Feb 2021 14:37:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 14:37:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253533 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |DUPLICATE --- Comment #5 from Daniel Ebdrup Jensen --- Please put the updated patch in bug #253391. Also, bugzilla supports invalidating earlier patches when uploading newer patches, you may want to use that. :) *** This bug has been marked as a duplicate of bug 253391 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 14:37:12 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7230952F86D for ; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfRWr2dCqz4fDD for ; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 5A2D252F86C; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59FDD52F86B for ; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfRWr20cPz4fGm for ; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37A0A1F4A2 for ; Mon, 15 Feb 2021 14:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FEbC7D011211 for ; Mon, 15 Feb 2021 14:37:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FEbCsw011210 for doc@FreeBSD.org; Mon, 15 Feb 2021 14:37:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253391] 24.4.2. Using FreeBSD-STABLE is outdated, links to non-existent pages Date: Mon, 15 Feb 2021 14:37:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 14:37:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253391 --- Comment #3 from Daniel Ebdrup Jensen --- *** Bug 253533 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 15:41:54 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 824D9530A78 for ; Mon, 15 Feb 2021 15:41:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfSyV34FJz4jMD for ; Mon, 15 Feb 2021 15:41:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6960F530CCB; Mon, 15 Feb 2021 15:41:54 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 692AE530DCC for ; Mon, 15 Feb 2021 15:41:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfSyV2SCpz4jlm for ; Mon, 15 Feb 2021 15:41:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47B831FFEC for ; Mon, 15 Feb 2021 15:41:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FFfskU042714 for ; Mon, 15 Feb 2021 15:41:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FFfsR1042713 for doc@FreeBSD.org; Mon, 15 Feb 2021 15:41:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253391] 24.4.2. Using FreeBSD-STABLE is outdated, links to non-existent pages Date: Mon, 15 Feb 2021 15:41:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 15:41:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253391 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |debdrup@freebsd.org Assignee|doc@FreeBSD.org |debdrup@freebsd.org Status|New |In Progress --- Comment #4 from Daniel Ebdrup Jensen --- Andreas submitted a patch in bug #253533 comment #3. I'll apply it, see if it builds, and check that I don't need permission sin= ce it affects stuff that the release engineering team usually works with. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 16:13:24 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5DD6D531A16 for ; Mon, 15 Feb 2021 16:13:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfTfr22jJz4l8Y for ; Mon, 15 Feb 2021 16:13:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 45EFA531A8A; Mon, 15 Feb 2021 16:13:24 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 449AA531B62 for ; Mon, 15 Feb 2021 16:13:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfTfr1GNxz4lL2 for ; Mon, 15 Feb 2021 16:13:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1EC70208CA for ; Mon, 15 Feb 2021 16:13:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FGDOVj062767 for ; Mon, 15 Feb 2021 16:13:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FGDObO062766 for doc@FreeBSD.org; Mon, 15 Feb 2021 16:13:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253533] The links to FreeBSD-STABLE and FreeBSD-CURRENT are outdated Date: Mon, 15 Feb 2021 16:13:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 16:13:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253533 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Closed |In Progress Resolution|DUPLICATE |--- --- Comment #6 from Daniel Ebdrup Jensen --- Nevermind, I thought the two were related, but they aren't. I'll fix this as soon as I know whether I need permission to commit. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 16:13:39 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 548B6531A8C for ; Mon, 15 Feb 2021 16:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfTg71YvFz4l4M for ; Mon, 15 Feb 2021 16:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 357ED5316E5; Mon, 15 Feb 2021 16:13:39 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 353155317D6 for ; Mon, 15 Feb 2021 16:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfTg66cjzz4l4L for ; Mon, 15 Feb 2021 16:13:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6308207DF for ; Mon, 15 Feb 2021 16:13:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FGDcX6062824 for ; Mon, 15 Feb 2021 16:13:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FGDc7F062823 for doc@FreeBSD.org; Mon, 15 Feb 2021 16:13:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253533] The links to FreeBSD-STABLE and FreeBSD-CURRENT are outdated Date: Mon, 15 Feb 2021 16:13:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 16:13:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253533 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|doc@FreeBSD.org |debdrup@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 18:05:46 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 428CB534918 for ; Mon, 15 Feb 2021 18:05:46 +0000 (UTC) (envelope-from marc@blackend.org) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfX8T226dz4sCc; Mon, 15 Feb 2021 18:05:45 +0000 (UTC) (envelope-from marc@blackend.org) Received: from emphyrio.blackend.org (unknown [82.64.86.146]) by smtp1-g21.free.fr (Postfix) with ESMTPS id C5446B005A3; Mon, 15 Feb 2021 19:05:35 +0100 (CET) Received: from emphyrio.blackend.org (localhost [127.0.0.1]) by emphyrio.blackend.org (8.15.2/8.15.2) with ESMTPS id 11FI59Vl003104 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 15 Feb 2021 19:05:09 +0100 (CET) (envelope-from marc@emphyrio.blackend.org) Received: (from marc@localhost) by emphyrio.blackend.org (8.15.2/8.15.2/Submit) id 11FI59Ot003103; Mon, 15 Feb 2021 19:05:09 +0100 (CET) (envelope-from marc) Date: Mon, 15 Feb 2021 19:05:09 +0100 From: Marc Fonvieille To: Sergio Carlavilla Cc: Daniel Ebdrup Jensen , Doc Manager , freebsd-doc@freebsd.org Subject: Re: Regarding AsciiDoctor and long lines Message-ID: Mail-Followup-To: Sergio Carlavilla , Daniel Ebdrup Jensen , Doc Manager , freebsd-doc@freebsd.org References: <20210210140716.pr6up7uxjdf2gydu@nerd-thinkpad.local> <20210210160348.xfy3un6bx5u7cqvj@nerd-thinkpad.local> <20210212170859.lzzj5qrriovjd2ux@nerd-thinkpad.local> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 4DfX8T226dz4sCc X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of marc@blackend.org has no SPF policy when checking 2a01:e0c:1:1599::10) smtp.mailfrom=marc@blackend.org X-Spamd-Result: default: False [-0.01 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[marc]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a01:e0c:1:1599::10:from]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.79)[0.790]; SPAMHAUS_ZRD(0.00)[2a01:e0c:1:1599::10:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-0.998]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[blackend@freebsd.org,marc@blackend.org]; RECEIVED_SPAMHAUS_PBL(0.00)[82.64.86.146:received]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12322, ipnet:2a01:e00::/26, country:FR]; FROM_NEQ_ENVFROM(0.00)[blackend@freebsd.org,marc@blackend.org]; MAILMAN_DEST(0.00)[freebsd-doc] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 18:05:46 -0000 Le 12.02.2021 18:24, Sergio Carlavilla a écrit : > > I think the doceng team should pronounce about this. > > IMHO, use the 72 characters per line would be a problem in the future. > Why it would be a problem? With the current setup, we can't really use the diff and the commit logs. Paragraphs are now single long lines. For a single character change, we now commit hundreds of characters instead of 72 in the worst case in past. Just from a sustainability point of view, I'm concerned about that situation. -- Marc From owner-freebsd-doc@freebsd.org Mon Feb 15 20:04:37 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 310885384A5 for ; Mon, 15 Feb 2021 20:04:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfZnd0jl2z3Jvf for ; Mon, 15 Feb 2021 20:04:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 16CEE538518; Mon, 15 Feb 2021 20:04:37 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 16988538241 for ; Mon, 15 Feb 2021 20:04:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfZnd04SPz3Jmg for ; Mon, 15 Feb 2021 20:04:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E624E238EF for ; Mon, 15 Feb 2021 20:04:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11FK4ax8088882 for ; Mon, 15 Feb 2021 20:04:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11FK4abb088881 for doc@FreeBSD.org; Mon, 15 Feb 2021 20:04:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 244569] please document path for mount.fstab in jail.conf(5) Date: Mon, 15 Feb 2021 20:04:37 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 20:04:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244569 --- Comment #3 from Dan Langille --- Sounds good. A highlighted reference, sounds good. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 06:32:22 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C828352A973 for ; Tue, 16 Feb 2021 06:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dfrjy57dVz4rTd for ; Tue, 16 Feb 2021 06:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B00EF52A972; Tue, 16 Feb 2021 06:32:22 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AFD7352AA0F for ; Tue, 16 Feb 2021 06:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dfrjy4ZBTz4rTc for ; Tue, 16 Feb 2021 06:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 901924491 for ; Tue, 16 Feb 2021 06:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11G6WMX7042631 for ; Tue, 16 Feb 2021 06:32:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11G6WMZf042630 for doc@FreeBSD.org; Tue, 16 Feb 2021 06:32:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 244569] please document path for mount.fstab in jail.conf(5) Date: Tue, 16 Feb 2021 06:32:22 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: joneum@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 06:32:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244569 Jochen Neumeister changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joneum@FreeBSD.org --- Comment #4 from Jochen Neumeister --- (In reply to Dan Langille from comment #3) +1. Thank you for this! :-)) --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Mon Feb 15 18:07:21 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49B5B534870 for ; Mon, 15 Feb 2021 18:07:21 +0000 (UTC) (envelope-from bxf4@runbox.com) Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfXBH65CXz4sJl for ; Mon, 15 Feb 2021 18:07:19 +0000 (UTC) (envelope-from bxf4@runbox.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From; bh=P+e1dgqrcEp/uh2s0QAggYUNcpUACUnEATR3ZneAEzE=; b=pOzHYixuV5VMuLCMItprabWqy /CMkaR2l3utNxnkaAOx23EZ+VDtdJESbGTMxQoyrzGnbt/9nG5t3WQ/nDRuYiHRxOdeGY+V2+BJ5M tD1n0Qbg1ixHNpNQ7jEPlV4hIBLmdbijMMU/aQPEAvxEfHdRctsSMhrWmfKbntC8SiJxjSYDvl2sB w3pvG1phBPkk2bzCOkpJLPhGBiCbyOz3gHNmpU3XguZWTZCnBfzbn0iZzchYs9Swi+8ShEOAcHTnv lixcquSzD4CcpLahr222B0ewnRkgbeMuc5nEDvlpo0rbkrz8Lc8mfyXMD+jR6/DiJMqOIx8PM+m5y IK+x71WKg==; Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1lBiHF-0004uP-Ji for freebsd-doc@FreeBSD.org; Mon, 15 Feb 2021 19:07:17 +0100 Received: by submission02.runbox with esmtpsa [Authenticated alias (658145)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1lBiHB-0007JR-NK for freebsd-doc@FreeBSD.org; Mon, 15 Feb 2021 19:07:14 +0100 User-agent: mu4e 1.4.15; emacs 27.1 From: Brian Flaherty To: freebsd-doc@FreeBSD.org Subject: Bad link in doc page Date: Mon, 15 Feb 2021 10:07:11 -0800 Message-ID: <87v9atb3xs.fsf@discrete.fios-router.home> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4DfXBH65CXz4sJl X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=runbox.com header.s=selector2 header.b=pOzHYixu; dmarc=pass (policy=none) header.from=runbox.com; spf=pass (mx1.freebsd.org: domain of bxf4@runbox.com designates 91.220.196.211 as permitted sender) smtp.mailfrom=bxf4@runbox.com X-Spamd-Result: default: False [-2.10 / 15.00]; RWL_MAILSPIKE_GOOD(0.00)[91.220.196.211:from]; FREEMAIL_FROM(0.00)[runbox.com]; R_SPF_ALLOW(-0.20)[+ip4:91.220.196.211]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[runbox.com:+]; DMARC_POLICY_ALLOW(-0.50)[runbox.com,none]; RCVD_IN_DNSWL_LOW(-0.10)[91.220.196.211:from]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[runbox.com]; ASN(0.00)[asn:50304, ipnet:91.220.196.0/24, country:NO]; RBL_DBL_DONT_QUERY_IPS(0.00)[91.220.196.211:from]; DWL_DNSWL_NONE(0.00)[runbox.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[runbox.com:s=selector2]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(1.00)[1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[91.220.196.211:from:127.0.2.255]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-doc] X-Mailman-Approved-At: Tue, 16 Feb 2021 06:36:51 +0000 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2021 18:07:21 -0000 Good morning, I am beginning to try FreeBSD and I was reading this page: https://docs.freebsd.org/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html That page contains a like to installation media: https://docs.freebsd.org/where.html#download but that take me to "Page not found". But changing "docs" to "www" appears to work. Brian Flaherty From owner-freebsd-doc@freebsd.org Tue Feb 16 07:48:13 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0706852C3FF for ; Tue, 16 Feb 2021 07:48:13 +0000 (UTC) (envelope-from debdrup@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DftPS6nb3z3BpC; Tue, 16 Feb 2021 07:48:12 +0000 (UTC) (envelope-from debdrup@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613461693; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=c72l9x0DuXcpIifRkMne6Z/MkEUbnurVdBNs6Lx9+pA=; b=EOlN2i7ycowxns2Vu5zGERg+gkY685qhNT2Op/BHtVwdBmnntCqZC4MLlU5j3ZMf3vtWhk Cf/4Q0Ogw764li7AzWrxaVPmslOh1P/xQs6NEN8sfgzi3ZnsU9d5mkuF3cT7iwUFlZu+0f A/uj8QaWsC3d0fK1a949OfjhvmfMARaHKlbGuRAJQgvn1oWQJA/YwqnUPTW89+//99Q5Cy 12u6X7cIsAFHNF4JtGXnzSKvjAFjeO89OpsLmCvhVvxRqBneNSmKxdGHuJXMleL/uTBPW7 8xDsWDA7JlcZB9lHf8ualnTJ9vgSlcklJ5pYMl+FK8IRTTydfPaor679pjotTg== Received: by freefall.freebsd.org (Postfix, from userid 1471) id D35DE1D5C4; Tue, 16 Feb 2021 07:48:12 +0000 (UTC) Date: Tue, 16 Feb 2021 08:48:10 +0100 From: Daniel Ebdrup Jensen To: freebsd-doc@freebsd.org Cc: Sergio Carlavilla , Doc Manager Subject: Re: Regarding AsciiDoctor and long lines Message-ID: <20210216074810.qwaotlonqdaulvk2@nerd-thinkpad.local> Mail-Followup-To: Daniel Ebdrup Jensen , freebsd-doc@freebsd.org, Sergio Carlavilla , Doc Manager References: <20210210140716.pr6up7uxjdf2gydu@nerd-thinkpad.local> <20210210160348.xfy3un6bx5u7cqvj@nerd-thinkpad.local> <20210212170859.lzzj5qrriovjd2ux@nerd-thinkpad.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7gtdcxqxk4vugbmc" Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613461693; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=c72l9x0DuXcpIifRkMne6Z/MkEUbnurVdBNs6Lx9+pA=; b=yknjaAwkOLqhTID4R60KIHAbsq2pRnVUhf1RBU/p3U4NuBNcmLwjDHBJLZkCpin4u9YiEi pIRgAMNqJD1pXTnmV/AP4yv9WdDXeajNrfxNO3N2pmZsk7mIhfnTxu/AK5b1HeweFf3YNb 6KeLrCmUPfdOfyXCpXxwERrjnQFGtcrQALS/ugeQ2WQVlX3B5othjOh4Bo2fm+AaSkypr+ w/5G7RwOOZKinZJkE85ort1d/KoI5eR9r5VWvWDjPh8KwpSfqfCfihDcEEtmCwG+3FQnCb 2ss9cipKN2eBSaUByTn+HZLD/7otT08pfUEjbq7JK7LSOPABBPNqjIeU9JQktQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1613461693; a=rsa-sha256; cv=none; b=eqSe0ADdLeCjQX6RP1fRMBBNiSB1r3ejxuXsFy3ID9hKOIZC9tZbhP8XkyhUzE+b+6+lwb dayXiLj2A9Foam1ucWi4w90lTnZ2kWTA35vPBpNGFy7jRKYqSwWXUjLI+k3oDqTOPbmYVx qsEVzDh5pDVxv1UuA8Kuw3XzvQYeTwkVIpdqH4UbGsiifIbjatX0NxwECOlM+D2rR7OeRB GyoYSanH9G6AXdP6uWjrIb2CO5u4v2rIeuqNiAaYwVFZ0jh7uIStVQ3hc9YEwDLf+gaI9B LfRIWkpqdS4nvVmWK+2qNaHfApZ5dmNzFaEU0D5zKBl2Wy8Hpn96B+oR+km9Sg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 07:48:13 -0000 --7gtdcxqxk4vugbmc Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 15, 2021 at 07:05:09PM +0100, Marc Fonvieille wrote: >Le 12.02.2021 18:24, Sergio Carlavilla a =E9crit : >> >> I think the doceng team should pronounce about this. >> >> IMHO, use the 72 characters per line would be a problem in the future. >> > >Why it would be a problem? >With the current setup, we can't really use the diff and the commit >logs. Paragraphs are now single long lines. For a single character >change, we now commit hundreds of characters instead of 72 in the worst >case in past. Just from a sustainability point of view, I'm concerned >about that situation. > >--=20 >Marc Hi folks, Can we make a compromise where real paragraphs, ie. the only things=20 which don't seem to need much in the way of AsciiDoctor markup, are kept=20 at 72 columns, and headings, lists, images, include macros, variables=20 and custom macros are allowed to go beyond the 72 columns? If they have to, there's always word-smithing options for trying to be=20 as concise as possible (without, of course, making things too obtuse -=20 it's a tough balance, admittedly? That seemed to work for DocBook, so is there a reason it won't work=20 here? Yours, Daniel Ebdrup Jensen --7gtdcxqxk4vugbmc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEEDonNJPbg/JLIMoS6Ps5hSHzN87oFAmAreLpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDBF ODlDRDI0RjZFMEZDOTJDODMyODRCQTNFQ0U2MTQ4N0NDREYzQkEACgkQPs5hSHzN 87pUxwf/d0/erVFipgUWq+qU5yHG3ivhEKxjW0gSQOh89tQctFU4DRaN6dn0TSeh WYvmZHn8W/t720HObpzs0oky+QCSWbMC4oZqWYoeByPI6p97l2r/YnUH3FLVulLF HbhjhvpLAgT0ELqh2HODzkBs7XsIgVvK593oExwSY3ZZTOXoPrUpbTtwVzoLXS1p 1HQqW1B1HRIFjVdGqnPlh2OPzH+kLx2hnFJ2BJDwcMtqznvJCUnzcKTjjsTCxcsO pqHPGkCSRhC0YZpJXY3C92guC4Uf69FuC0csaylX2I/13/ht5dxaEDIXVE05Kc4A 6kIrRiRHR7jWvYMnUYKYgM7Xu1SBBw== =rZ8Q -----END PGP SIGNATURE----- --7gtdcxqxk4vugbmc-- From owner-freebsd-doc@freebsd.org Tue Feb 16 08:02:58 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 717BE52D516 for ; Tue, 16 Feb 2021 08:02:58 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DftkV2jw0z3CmH for ; Tue, 16 Feb 2021 08:02:58 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com [209.85.208.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id 503ECD406 for ; Tue, 16 Feb 2021 08:02:58 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-lj1-f181.google.com with SMTP id q14so10696033ljp.4 for ; Tue, 16 Feb 2021 00:02:58 -0800 (PST) X-Gm-Message-State: AOAM530lTk7MGXxQmEeD2gN5A7fBUupROUDhbQQaKvzTHOGlMdyXcZ1q vfc9ataV0UyrNxvA/JPnC9iNXZj2zt/4ACynrWw= X-Google-Smtp-Source: ABdhPJz1BqZBrdWwUID0EGoPxkzzjmUheppZlwoAY4Kej4DW9LYvlifELPBlDAm8Y82nJHXgqKgWT4M/FgxDyISWNz0= X-Received: by 2002:a2e:b81b:: with SMTP id u27mr11649900ljo.365.1613462576524; Tue, 16 Feb 2021 00:02:56 -0800 (PST) MIME-Version: 1.0 References: <87v9atb3xs.fsf@discrete.fios-router.home> In-Reply-To: <87v9atb3xs.fsf@discrete.fios-router.home> From: Sergio Carlavilla Date: Tue, 16 Feb 2021 09:02:45 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Bad link in doc page To: Brian Flaherty Cc: freebsd-doc@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 08:02:58 -0000 On Tue, 16 Feb 2021 at 07:36, Brian Flaherty wrote: > Good morning, > > I am beginning to try FreeBSD and I was reading this page: > > https://docs.freebsd.org/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html > > That page contains a like to installation media: > > https://docs.freebsd.org/where.html#download > > but that take me to "Page not found". But changing "docs" to "www" > appears to work. > > Brian Flaherty > _______________________________________________ > freebsd-doc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > Hi, Use this link https://docs.freebsd.org/en/books/handbook/ Sorry for the inconvenience. From owner-freebsd-doc@freebsd.org Tue Feb 16 09:24:15 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A324552FAD1 for ; Tue, 16 Feb 2021 09:24:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfwXH413Sz3K9x for ; Tue, 16 Feb 2021 09:24:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 8776652FCA2; Tue, 16 Feb 2021 09:24:15 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 873B852FC5F for ; Tue, 16 Feb 2021 09:24:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DfwXH27Zhz3K9v for ; Tue, 16 Feb 2021 09:24:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C61E63C5 for ; Tue, 16 Feb 2021 09:24:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11G9OF5n036361 for ; Tue, 16 Feb 2021 09:24:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11G9OFL1036360 for doc@FreeBSD.org; Tue, 16 Feb 2021 09:24:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 244569] please document path for mount.fstab in jail.conf(5) Date: Tue, 16 Feb 2021 09:24:15 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 09:24:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244569 Fernando Apestegu=C3=ADa changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress Assignee|doc@FreeBSD.org |fernape@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 11:35:41 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A057E534127 for ; Tue, 16 Feb 2021 11:35:41 +0000 (UTC) (envelope-from no-reply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfzRx3z0Yz3kWg for ; Tue, 16 Feb 2021 11:35:41 +0000 (UTC) (envelope-from no-reply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 87E7B533D64; Tue, 16 Feb 2021 11:35:41 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87A9A534126 for ; Tue, 16 Feb 2021 11:35:41 +0000 (UTC) (envelope-from no-reply@freebsd.org) Received: from omr-relay-2.cniteam.com (omr-relay-2.cniteam.com [209.143.0.82]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfzRx38vFz3kjS for ; Tue, 16 Feb 2021 11:35:41 +0000 (UTC) (envelope-from no-reply@freebsd.org) Received: from panaceus-01.cniteam.com (dakus.cniteam.com [209.143.0.76]) by omr-relay-2.cniteam.com (8.14.4/8.14.4) with ESMTP id 11GBYe8c030923 for ; Tue, 16 Feb 2021 06:34:40 -0500 Received: from panaceus-01.cniteam.com (unknown [192.168.29.41]) by panaceus-01.cniteam.com (Postfix) with ESMTP id 5D1503ACA for ; Tue, 16 Feb 2021 06:34:40 -0500 (EST) X-Spam-Status: No X-MailScanner-Envelope-From: no-reply@freebsd.org X-Scan-MailScanner-SpamScore: medium X-Scan-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=3.811, required 6, BAYES_00 -0.50, HTML_IMAGE_ONLY_32 0.00, HTML_IMAGE_RATIO_02 0.00, HTML_MESSAGE 0.00, MIME_HTML_ONLY 0.10, PDS_FRNOM_TODOM_NAKED_TO 1.50, PDS_FROM_NAME_TO_DOMAIN 2.00, RCPTS_exact1 0.01, URIBL_BLOCKED 0.50, override_iw_trust 0.20) X-Scan-MailScanner: None Received: from iw-mail.cniteam.com (iw-mail-01.cniteam-internal.com [10.1.1.187]) by panaceus-01.cniteam.com (Postfix) with ESMTPS id D224ADA6A for ; Tue, 16 Feb 2021 05:19:58 -0500 (EST) Received: from abts-mum-static-068.118.170.122.airtelbroadband.in ([122.170.118.68]) by iw-mail.cniteam.com (12.1.1 build 5 (2019-01-21) RHEL7 x64) with ASMTP (SSL) id 01202102160519554190 for ; Tue, 16 Feb 2021 05:19:55 -0500 From: "freebsd.org Administrator" To: doc@freebsd.org Subject: New sign-in on Email Date: 16 Feb 2021 15:49:29 +0530 Message-ID: <20210216154929.75F9F302B0F31036@freebsd.org> X-CNI-Spam-Score: 0.00 X-CNI-Spam-Reason: Bypass=L X-Sender-ID: dikah@bright.net X-Sender-Address: no-reply@freebsd.org X-IW-SC: 0.00 X-Rspamd-Queue-Id: 4DfzRx38vFz3kjS X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:7106, ipnet:209.143.0.0/21, country:US] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 11:35:41 -0000 From owner-freebsd-doc@freebsd.org Tue Feb 16 11:42:03 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE24E5338FD for ; Tue, 16 Feb 2021 11:42:03 +0000 (UTC) (envelope-from no-reply@freebsd.org) Received: from omr-relay-2.cniteam.com (omr-relay-2.cniteam.com [209.143.0.82]) by mx1.freebsd.org (Postfix) with ESMTP id 4DfzbH4M11z3krX for ; Tue, 16 Feb 2021 11:42:03 +0000 (UTC) (envelope-from no-reply@freebsd.org) Received: from panaceus-01.cniteam.com (dakus.cniteam.com [209.143.0.76]) by omr-relay-2.cniteam.com (8.14.4/8.14.4) with ESMTP id 11GBeZYW040260 for ; Tue, 16 Feb 2021 06:41:03 -0500 Received: from panaceus-01.cniteam.com (unknown [192.168.29.41]) by panaceus-01.cniteam.com (Postfix) with ESMTP id B98F834F6 for ; Tue, 16 Feb 2021 06:31:47 -0500 (EST) X-Spam-Status: No X-MailScanner-Envelope-From: no-reply@freebsd.org X-Scan-MailScanner-SpamScore: medium X-Scan-MailScanner-SpamCheck: not spam, SpamAssassin (cached, score=3.811, required 6, BAYES_00 -0.50, HTML_IMAGE_ONLY_32 0.00, HTML_IMAGE_RATIO_02 0.00, HTML_MESSAGE 0.00, MIME_HTML_ONLY 0.10, PDS_FRNOM_TODOM_NAKED_TO 1.50, PDS_FROM_NAME_TO_DOMAIN 2.00, RCPTS_exact1 0.01, URIBL_BLOCKED 0.50, override_iw_trust 0.20) X-Scan-MailScanner: None Received: from iw-mail.cniteam.com (iw-mail-01.cniteam-internal.com [10.1.1.187]) by panaceus-01.cniteam.com (Postfix) with ESMTPS id DFD3EDA89 for ; Tue, 16 Feb 2021 05:19:58 -0500 (EST) Received: from abts-mum-static-068.118.170.122.airtelbroadband.in ([122.170.118.68]) by iw-mail.cniteam.com (12.1.1 build 5 (2019-01-21) RHEL7 x64) with ASMTP (SSL) id 01202102160519564452 for ; Tue, 16 Feb 2021 05:19:56 -0500 From: "freebsd.org Administrator" To: freebsd-doc@freebsd.org Subject: New sign-in on Email Date: 16 Feb 2021 15:49:29 +0530 Message-ID: <20210216154929.7513950653AFE067@freebsd.org> X-CNI-Spam-Score: 0.00 X-CNI-Spam-Reason: Bypass=L X-Sender-ID: dikah@bright.net X-Sender-Address: no-reply@freebsd.org X-IW-SC: 0.00 X-Rspamd-Queue-Id: 4DfzbH4M11z3krX X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:7106, ipnet:209.143.0.0/21, country:US]; local_wl_from(0.00)[freebsd.org] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 11:42:03 -0000 From owner-freebsd-doc@freebsd.org Tue Feb 16 11:57:33 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 01896534C0D for ; Tue, 16 Feb 2021 11:57:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dfzx86RySz3lZJ for ; Tue, 16 Feb 2021 11:57:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DD5DE534C0C; Tue, 16 Feb 2021 11:57:32 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD2A5534B50 for ; Tue, 16 Feb 2021 11:57:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dfzx85v7sz3lcm for ; Tue, 16 Feb 2021 11:57:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC47910AE4 for ; Tue, 16 Feb 2021 11:57:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GBvWF1022834 for ; Tue, 16 Feb 2021 11:57:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GBvWU5022833 for doc@FreeBSD.org; Tue, 16 Feb 2021 11:57:32 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 244569] please document path for mount.fstab in jail.conf(5) Date: Tue, 16 Feb 2021 11:57:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 11:57:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244569 --- Comment #5 from Fernando Apestegu=C3=ADa --- https://reviews.freebsd.org/D28701 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 12:10:55 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B405535D33 for ; Tue, 16 Feb 2021 12:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg0Db1V7bz3mtP for ; Tue, 16 Feb 2021 12:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 33047535BF4; Tue, 16 Feb 2021 12:10:55 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 32C75535E84 for ; Tue, 16 Feb 2021 12:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg0Db0tq4z3mlr for ; Tue, 16 Feb 2021 12:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10C2710D2B for ; Tue, 16 Feb 2021 12:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GCAt7w029915 for ; Tue, 16 Feb 2021 12:10:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GCAtqi029914 for doc@FreeBSD.org; Tue, 16 Feb 2021 12:10:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253554] Incorrect $FreeBSD$ expansion in Building Products articles Date: Tue, 16 Feb 2021 12:10:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ceri@submonkey.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 12:10:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253554 Bug ID: 253554 Summary: Incorrect $FreeBSD$ expansion in Building Products articles Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: doc@FreeBSD.org Reporter: ceri@submonkey.net Created attachment 222485 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222485&action= =3Dedit Patch which may correct this There is an incorrect expansion of $FreeBSD$ in the building products artic= le. I don't know what expansion looks like in the git world, but have submitted= a patch which *may* fix it. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 12:21:05 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC9F3536400 for ; Tue, 16 Feb 2021 12:21:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg0SK5G1Pz3nCd for ; Tue, 16 Feb 2021 12:21:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B479B535EFF; Tue, 16 Feb 2021 12:21:05 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B43F6536386 for ; Tue, 16 Feb 2021 12:21:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg0SK4Zrqz3nQK for ; Tue, 16 Feb 2021 12:21:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90B4610BE0 for ; Tue, 16 Feb 2021 12:21:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GCL5s6037504 for ; Tue, 16 Feb 2021 12:21:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GCL54G037503 for doc@FreeBSD.org; Tue, 16 Feb 2021 12:21:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253554] Incorrect $FreeBSD$ expansion in Building Products articles Date: Tue, 16 Feb 2021 12:21:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 12:21:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253554 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |debdrup@freebsd.org --- Comment #1 from Daniel Ebdrup Jensen --- git doesn't support RCS expansions at all, so it's better to get rid of it all-together. Hugo (or AsciiDoctor) has a facility for doing this, I believe? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 12:22:01 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C2AE25365C3 for ; Tue, 16 Feb 2021 12:22:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg0TP4zYZz3nTf for ; Tue, 16 Feb 2021 12:22:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id AAC2A536237; Tue, 16 Feb 2021 12:22:01 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA88653666E for ; Tue, 16 Feb 2021 12:22:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg0TP4QHrz3nP7 for ; Tue, 16 Feb 2021 12:22:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8ADBD10F1A for ; Tue, 16 Feb 2021 12:22:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GCM19F038199 for ; Tue, 16 Feb 2021 12:22:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GCM1oq038189 for doc@FreeBSD.org; Tue, 16 Feb 2021 12:22:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253554] Incorrect $FreeBSD$ expansion in Building Products articles Date: Tue, 16 Feb 2021 12:22:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ceri@submonkey.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 12:22:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253554 --- Comment #2 from Ceri Davies --- That's probably good then, as it shouldn't be expanded :) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 12:29:53 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83B1453692C for ; Tue, 16 Feb 2021 12:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg0fT37d5z3p1t for ; Tue, 16 Feb 2021 12:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 69050536772; Tue, 16 Feb 2021 12:29:53 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68CA7536856 for ; Tue, 16 Feb 2021 12:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg0fT2SX4z3njC for ; Tue, 16 Feb 2021 12:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47B8D11051 for ; Tue, 16 Feb 2021 12:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GCTrfv042660 for ; Tue, 16 Feb 2021 12:29:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GCTrm6042659 for doc@FreeBSD.org; Tue, 16 Feb 2021 12:29:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253556] Stop telling people they have to have RCS identifiers in translations Date: Tue, 16 Feb 2021 12:29:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ceri@submonkey.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 12:29:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253556 Bug ID: 253556 Summary: Stop telling people they have to have RCS identifiers in translations Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: doc@FreeBSD.org Reporter: ceri@submonkey.net Created attachment 222487 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222487&action= =3Dedit remove RCS requirement Apparently git doesn't support RCS identifiers, so I don't know they would still be required in translations. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 13:02:25 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F231853798F for ; Tue, 16 Feb 2021 13:02:25 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg1N11F35z3qsb for ; Tue, 16 Feb 2021 13:02:24 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: by mail-ej1-x632.google.com with SMTP id y26so16309346eju.13 for ; Tue, 16 Feb 2021 05:02:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=submonkey-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=m2c4ufXDUoUI20oX0Jr/io2aIDF3jLxPihCq7UWEtEk=; b=NIubdRlRfdNIrIPi9UWztw1mJHKPHHzVy0saIgsB+7OhLsTDQ94XYlbKccd2Hd8YKd eYN5g7/Lg8VHZNUF1YQcEiPdC6rj+39n50ZhUM7ihHTO3f9nxX8JJvIwLYAhHCoS6J8a z4y+dGGhxRnVhHRnbX1XrD7aYoJjNQf/Dl08YNjKKnEBpP9Qno2+raQTMovgW6x1Y0Ow dYmVhNAuhuds3N956EiaZ1j8D3rzSQqhZ7je3pwDx8kcnQUBBgxWc874vfXc/8WebysJ Iy1HceW1KHyomUVOmm4VZCmMTvfVsfDspNGmJ+jHe7zCtL/T8/pOWTjF9c3zGg9xXVZA h2sQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=m2c4ufXDUoUI20oX0Jr/io2aIDF3jLxPihCq7UWEtEk=; b=c4AlM3chPnaF0yTAWggEoyuxRfhz+RYd0Kv4Y+va1sdLWr8nWniOWo4fbpyQg0sJRE eez8VTYW0wcu0q3P9sErwqGuQfqGG4CgU97LJMAAIsB1fDlR8jOLbkukDc/oZsimJWM7 9XpC/OcMXxY20CnZ2LYQ+HLhmAlayeWUR9kjaUyr/ESdPUne1NuuT3O2QVL/2h5V0Kq0 8wj5mFP5GPpKjeU+5Bx3YX+j8Cnpz/8O+W/UjfLX30TBo2d1ahBhEvSBw9yDwM1cOzll pIThwUP2Qo4J9kAEBJp5I8VEyqV/k+hE32SxmaDZHDCh1SPWcdBBgWofsVySjiQaqs7m ZC+A== X-Gm-Message-State: AOAM532ImYz/LQP6jfjQsqVCIeto9hzU6BwqSodbO55FMm4HxjSYteY4 NK2BkJQVAmU7a6lDm23PfwwNuI6b26cip49VfgA6z7/mQP6IKoPu X-Google-Smtp-Source: ABdhPJyZUpuNcBndQapsX/XAPjTd1NuqKJBdJZK+XZ3j37Pdxg2SSB6sCtwHJ4pbmsCKFkBXiAaXgtfVNTa1B3f9Zdc= X-Received: by 2002:a17:906:e284:: with SMTP id gg4mr2233634ejb.546.1613480543013; Tue, 16 Feb 2021 05:02:23 -0800 (PST) MIME-Version: 1.0 References: <20210210140716.pr6up7uxjdf2gydu@nerd-thinkpad.local> <20210210160348.xfy3un6bx5u7cqvj@nerd-thinkpad.local> <20210212170859.lzzj5qrriovjd2ux@nerd-thinkpad.local> <20210216074810.qwaotlonqdaulvk2@nerd-thinkpad.local> In-Reply-To: <20210216074810.qwaotlonqdaulvk2@nerd-thinkpad.local> From: Ceri Davies Date: Tue, 16 Feb 2021 13:01:45 +0000 Message-ID: Subject: Re: Regarding AsciiDoctor and long lines To: Daniel Ebdrup Jensen , freebsd-doc@freebsd.org, Sergio Carlavilla , Doc Manager X-Rspamd-Queue-Id: 4Dg1N11F35z3qsb X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=submonkey-net.20150623.gappssmtp.com header.s=20150623 header.b=NIubdRlR; dmarc=fail reason="No valid SPF, DKIM not aligned (relaxed)" header.from=submonkey.net (policy=none); spf=none (mx1.freebsd.org: domain of ceri@submonkey.net has no SPF policy when checking 2a00:1450:4864:20::632) smtp.mailfrom=ceri@submonkey.net X-Spamd-Result: default: False [-3.20 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[submonkey-net.20150623.gappssmtp.com:s=20150623]; FREEFALL_USER(0.00)[ceri]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-doc@freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::632:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[submonkey-net.20150623.gappssmtp.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::632:from]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::632:from]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-doc]; DMARC_POLICY_SOFTFAIL(0.10)[submonkey.net : No valid SPF, DKIM not aligned (relaxed), none] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 13:02:26 -0000 On Tue, 16 Feb 2021 at 07:48, Daniel Ebdrup Jensen wrote: > On Mon, Feb 15, 2021 at 07:05:09PM +0100, Marc Fonvieille wrote: > >Le 12.02.2021 18:24, Sergio Carlavilla a =C3=A9crit : > >> > >> I think the doceng team should pronounce about this. > >> > >> IMHO, use the 72 characters per line would be a problem in the future. > >> > > > >Why it would be a problem? > > > >-- > >Marc > > Hi folks, > > Can we make a compromise where real paragraphs, ie. the only things > which don't seem to need much in the way of AsciiDoctor markup, are kept > at 72 columns, and headings, lists, images, include macros, variables > and custom macros are allowed to go beyond the 72 columns? > If they have to, there's always word-smithing options for trying to be > as concise as possible (without, of course, making things too obtuse - > it's a tough balance, admittedly? > > That seemed to work for DocBook, so is there a reason it won't work > here? > For HTML output it doesn't look like it's an issue; although whitespace is preserved in the output, it's luckily irrelevant to HTML output. For other output formats such as PDF or mdoc then I can see that it is problematic to hard wrap text but that suggests that there's a tooling issue; Marc's need to be able to actually see what has changed is really important. Butting out for another 9 years now :D Ceri From owner-freebsd-doc@freebsd.org Tue Feb 16 14:16:21 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 93E9E53977F for ; Tue, 16 Feb 2021 14:16:21 +0000 (UTC) (envelope-from debdrup@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg31K3lMjz3w1t for ; Tue, 16 Feb 2021 14:16:21 +0000 (UTC) (envelope-from debdrup@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613484981; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ik5hgFb49+9FZdTVYa0k+2fW6IFBCz1W6dnGBAZm+oE=; b=xF8NKjqkXc8PIZeGGwrFkT4WRR0ukWB820b8zjswiZHPsc7dVL2EgO2oxlk8/yldEtU9Mi ld9P0HfMAjou8i4hqJOa70k8/xkJWXQ+C/4Ur+MDzYr5uH9w2zOirp7/cx4dnbpU8YKR94 1RMBywzGGVyStA+ONt3dZKt2ljkr7vakeiqYvMtoi9074jSedsWRxyMiIJLWeeHsuhFw1b VeK9PUhHeytskNW2vyEsE3fUBM6HFsqtEhfN8fc9/4LUQqPPSqgu0Wzg+co9WUyE7hsGxs X7s2iFfxGWKZULQTqQdRR2P9JGLeyOmuEt0pXEIVzZ+GUpv/x8X954eLKuAHnw== Received: by freefall.freebsd.org (Postfix, from userid 1471) id 74DD02ACD; Tue, 16 Feb 2021 14:16:21 +0000 (UTC) Date: Tue, 16 Feb 2021 15:16:20 +0100 From: Daniel Ebdrup Jensen To: freebsd-doc@freebsd.org Subject: Re: Regarding AsciiDoctor and long lines Message-ID: <20210216141620.k4rwqtvwfnhk7xty@nerd-thinkpad.local> Mail-Followup-To: Daniel Ebdrup Jensen , freebsd-doc@freebsd.org References: <20210210160348.xfy3un6bx5u7cqvj@nerd-thinkpad.local> <20210212170859.lzzj5qrriovjd2ux@nerd-thinkpad.local> <20210216074810.qwaotlonqdaulvk2@nerd-thinkpad.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rsdh7ahyvm7qxe5e" Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613484981; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ik5hgFb49+9FZdTVYa0k+2fW6IFBCz1W6dnGBAZm+oE=; b=Q1TpLqmFApbTPORwE4hDU6tEqpxGJoh0n9QXj2fP09W446MsBZVPSxLPg1jjndhgOMXckD A4693GjtcjiJUZtGWVs9eM4BZGraPsIUuzZ3V4T3vOqiSgLzbhr/9BVo9d9iitmvQlfCzd S5uvZcGHOcgO8Rh4F1Ph4ZJpo+bX4qHyzqSBbkG65T8/Lw5difYfoFPAxLMiYuw8QuZd8j bqDoIdFnfn/ALjQx/xcen1jOpq+P+TRiL9vwtYWK+hyLMDrpWSaMlPf5cdBDMy+oi4eVka Gh9Ni8Zfe1HlsVuUjrEomgwA3KpRxwn75tfsIDkC/gLREGBMWQr2jzVr4+6KEQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1613484981; a=rsa-sha256; cv=none; b=IqQMFMKWgsGjwh2AkB4G0+Jg9xvp7tA11dSX+4L2ZMZBToFzpPMEFl6FtzOgRfFLHzLVv+ e27gwUWnczCG7PcbO7vohFDwGdca1pTeTtGi+o/a7wduaMhRUBpM7+0SdPEpy8Ubc7twsX uMlAFAidqA9ADmXj/0ngvjgenbPfcn42DzVK0HiF9BbwLwqmaO0fMHFvAK/2WKvKMkdD2X dNBU/S+ySNFBL361oO28bUHsv2Hoy7rrd5SLarJzjxuuk+Lyf6w3p2j0RJhqvA2FXnAvZK k9Fu/D/R/PMIXbF07CrJI5nwxXSx/Kcgs4ydJF46zcPNvPDLzJXbshS9FU6cMw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 14:16:21 -0000 --rsdh7ahyvm7qxe5e Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 16, 2021 at 01:01:45PM +0000, Ceri Davies wrote: >On Tue, 16 Feb 2021 at 07:48, Daniel Ebdrup Jensen >wrote: > >> On Mon, Feb 15, 2021 at 07:05:09PM +0100, Marc Fonvieille wrote: >> >Le 12.02.2021 18:24, Sergio Carlavilla a =E9crit : >> >> >> >> I think the doceng team should pronounce about this. >> >> >> >> IMHO, use the 72 characters per line would be a problem in the future. >> >> >> > >> >Why it would be a problem? >> > >> >-- >> >Marc >> >> Hi folks, >> >> Can we make a compromise where real paragraphs, ie. the only things >> which don't seem to need much in the way of AsciiDoctor markup, are kept >> at 72 columns, and headings, lists, images, include macros, variables >> and custom macros are allowed to go beyond the 72 columns? >> If they have to, there's always word-smithing options for trying to be >> as concise as possible (without, of course, making things too obtuse - >> it's a tough balance, admittedly? >> >> That seemed to work for DocBook, so is there a reason it won't work >> here? >> > > For HTML output it doesn't look like it's an issue; although whitespace >is preserved in the output, it's luckily irrelevant to HTML output. > >For other output formats such as PDF or mdoc then I can see that it is >problematic to hard wrap text but that suggests that there's a tooling >issue; Marc's need to be able to actually see what has changed is really >important. > >Butting out for another 9 years now :D > >Ceri I don't see how mdoc would be impacted, since that lives in the src=20 repo. As for pdf files, I couldn't tell you the last time I used the handbook=20 in a pdf format, so I had to generate it by grabbing asciidoctor-pdf=20 and running it on doc/documentation/content/en/books/handbook/book.adoc -= =20 and it produced [1]. Aside from things which I think can be addressed separately, the change=20 I made in order to test the theories that pdf should work with extra=20 linebreaks inserted at 72 columns, is on page 21, on the paragraph=20 "The hardware requirements to install FreeBSD vary by.." To me, this looks exactly like how I would expect it to look. So I think we'll be fine with this change, at least for newlines as it=20 relates to paragraphs. Yours, Daniel Ebdrup Jensen [1]: https://people.freebsd.org/~debdrup/book.pdf --rsdh7ahyvm7qxe5e Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEEDonNJPbg/JLIMoS6Ps5hSHzN87oFAmAr07RfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDBF ODlDRDI0RjZFMEZDOTJDODMyODRCQTNFQ0U2MTQ4N0NDREYzQkEACgkQPs5hSHzN 87oLfAf8CIjU2yDRT9Cck/ShiTpobO2RvDPri9ZzTjq7JfoFUQLCEdf/9q8JxtLI 8gT6zY9EpSOCWlfFhO5I1zDE0Y8dDcnwrq/+qTbK+ah2Pw3AI+E7TZ5Tv8RAKgpg HEzIg8PSn7pAGpw4l3AoLSW3Hzs7YY7uOsf14vSDHX9D+qHbkC5cW4k53shcWwsd FkBdEgUqTAQtIWF9ftN8f8H8qFiOYOAa4BOgr4yUzGLhNoVgyw7Jo5lZHIxnt0f6 NE1jpiwLj3EsxXKyoMCqAcNz0ptZUBrJp0g35FE19Jxtr3AlBZ1SioSFGU01sPbr NkRze/R9MfMdS13AXO2PGLsxAi7gXA== =21Kj -----END PGP SIGNATURE----- --rsdh7ahyvm7qxe5e-- From owner-freebsd-doc@freebsd.org Tue Feb 16 14:40:08 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA1C053AA55 for ; Tue, 16 Feb 2021 14:40:08 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg3Xm5CQxz4VKq; Tue, 16 Feb 2021 14:40:08 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id A25F2200AD; Tue, 16 Feb 2021 14:40:08 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-lf1-f52.google.com with SMTP id j19so16087120lfr.12; Tue, 16 Feb 2021 06:40:08 -0800 (PST) X-Gm-Message-State: AOAM532QFeQU+T5jTc+FZurzgdJLI/js4WvCOe3fiTxN0FFYPxDmyTBs QYRaZYsE/eYb5b+zrL4JdhCMoxHu2J3Gyuz3n4s= X-Google-Smtp-Source: ABdhPJwT4fBhAK3piclhmK3/J3aC7/+tLZWiPurBsRYTFqrFvV152T5TBqmLumxJ064yl26bHaVJ8+mHdSTmBWxJ/fo= X-Received: by 2002:a19:f814:: with SMTP id a20mr11495003lff.212.1613486406855; Tue, 16 Feb 2021 06:40:06 -0800 (PST) MIME-Version: 1.0 References: <20210210160348.xfy3un6bx5u7cqvj@nerd-thinkpad.local> <20210212170859.lzzj5qrriovjd2ux@nerd-thinkpad.local> <20210216074810.qwaotlonqdaulvk2@nerd-thinkpad.local> <20210216141620.k4rwqtvwfnhk7xty@nerd-thinkpad.local> In-Reply-To: <20210216141620.k4rwqtvwfnhk7xty@nerd-thinkpad.local> From: Sergio Carlavilla Date: Tue, 16 Feb 2021 15:39:55 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Regarding AsciiDoctor and long lines To: Daniel Ebdrup Jensen , freebsd-doc@freebsd.org, Marc Fonvieille Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 14:40:08 -0000 On Tue, 16 Feb 2021 at 15:16, Daniel Ebdrup Jensen wr= ote: > > On Tue, Feb 16, 2021 at 01:01:45PM +0000, Ceri Davies wrote: > >On Tue, 16 Feb 2021 at 07:48, Daniel Ebdrup Jensen > >wrote: > > > >> On Mon, Feb 15, 2021 at 07:05:09PM +0100, Marc Fonvieille wrote: > >> >Le 12.02.2021 18:24, Sergio Carlavilla a =C3=A9crit : > >> >> > >> >> I think the doceng team should pronounce about this. > >> >> > >> >> IMHO, use the 72 characters per line would be a problem in the futu= re. > >> >> > >> > > >> >Why it would be a problem? > >> > > >> >-- > >> >Marc > >> > >> Hi folks, > >> > >> Can we make a compromise where real paragraphs, ie. the only things > >> which don't seem to need much in the way of AsciiDoctor markup, are ke= pt > >> at 72 columns, and headings, lists, images, include macros, variables > >> and custom macros are allowed to go beyond the 72 columns? > >> If they have to, there's always word-smithing options for trying to be > >> as concise as possible (without, of course, making things too obtuse - > >> it's a tough balance, admittedly? > >> > >> That seemed to work for DocBook, so is there a reason it won't work > >> here? > >> > > > > For HTML output it doesn't look like it's an issue; although whitespac= e > >is preserved in the output, it's luckily irrelevant to HTML output. > > > >For other output formats such as PDF or mdoc then I can see that it is > >problematic to hard wrap text but that suggests that there's a tooling > >issue; Marc's need to be able to actually see what has changed is really > >important. > > > >Butting out for another 9 years now :D > > > >Ceri > > I don't see how mdoc would be impacted, since that lives in the src > repo. > > As for pdf files, I couldn't tell you the last time I used the handbook > in a pdf format, so I had to generate it by grabbing asciidoctor-pdf > and running it on doc/documentation/content/en/books/handbook/book.adoc - > and it produced [1]. > > Aside from things which I think can be addressed separately, the change > I made in order to test the theories that pdf should work with extra > linebreaks inserted at 72 columns, is on page 21, on the paragraph > "The hardware requirements to install FreeBSD vary by.." > > To me, this looks exactly like how I would expect it to look. > So I think we'll be fine with this change, at least for newlines as it > relates to paragraphs. > > Yours, > Daniel Ebdrup Jensen > > [1]: https://people.freebsd.org/~debdrup/book.pdf Hi, I think that I did not explain my position correctly hehehe. What we have *right now* it's the result of a mechanical conversion. What we have right now *it's not* the "one sentence per line" that the AsciiDoctor team recommends. What we have right now it's the result of converting Docbook to AsciiDoc automatically. So for example, is we took for example this paragraph from[1]: [[desktop-productivity]] =3D=3D Productivity When it comes to productivity, users often look for an office suite or an easy-to-use word processor. While some <> like KDE provide an office suite, there is no default productivity package. Several office suites and graphical word processors are available for FreeBSD, regardless of the installed window manager. Using the one sentence per line would be: [[desktop-productivity]] =3D=3D Productivity When it comes to productivity, users often look for an office suite or an easy-to-use word processor. (new line) While some <> like KDE provide an office suite, there is no default productivity package. (new line) Several office suites and graphical word processors are available for FreeBSD, regardless of the installed window manager. (new line) I don't see the problem of using this approach. But I see a lot of problems using the 72 line approach. What problems? - Headings, unordered list, ordered list, qandas, tables and a long etc... - Another problem? Right now the paragraphs work as you expected with the 72 characters per line, but what gonna happen if the AsciiDoctor team changes this in the future? How is going to assume the responsibilit= y of changing everything to fit the new requirements? The good point of this is that AsciiDoctor is under heavy development. And of course, I'm not saying that the current behaviour with the diff's are correct. I know that right now it's *****very***** difficult to read the diffs. For example, you can read an example of the "one sentence per line" here[2]= . I think here[2] you can see very clear the "one sentence per line" approach= . IMHO, the other approach returns to the "Docbook approach". Bye. [1] https://raw.githubusercontent.com/freebsd/freebsd-doc/main/documentatio= n/content/en/books/handbook/desktop/_index.adoc [2] https://raw.githubusercontent.com/freebsd/freebsd-quarterly/master/repo= rt-sample.adoc From owner-freebsd-doc@freebsd.org Tue Feb 16 15:06:00 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5253E53B945 for ; Tue, 16 Feb 2021 15:06:00 +0000 (UTC) (envelope-from debdrup@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg46c1qVrz4Y0v for ; Tue, 16 Feb 2021 15:06:00 +0000 (UTC) (envelope-from debdrup@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613487960; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FKIE1N2eAsu23U5ur7aPdRDHf59fSoMDV8wh3Eh07o4=; b=dJKd7kxi9XIdMNVvOvkIjawQwlTz6rv6tnPuugkR/chEAlU1FLTdTDgd3E9ENWFBmV/Zut va3SSjHPwjqjuvXVrK+FXS1+2oCp3wVR7vmZoOeii2CoD5I1ELsT/4V8h2/XRLIRGMW6C3 KlRTZ61WFXKqrNDW2jDtho+6oUlurxHYRsOmyZNkM3vuo+bJNSii3aTU6MeRAW395cFIkt sq5JCn35N2y/0dfmadT3WC+L1qaE2fuzO9XBeub4ynuWjzfxyGBzixRpiAdmvutwIehwbg aYuSf0SQwlpR3I9rxk0+EVzRUpY4+5I5VzT+C6ZTNI91ti7aheMByhZA4BhAyw== Received: by freefall.freebsd.org (Postfix, from userid 1471) id 34915611D; Tue, 16 Feb 2021 15:06:00 +0000 (UTC) Date: Tue, 16 Feb 2021 16:05:58 +0100 From: Daniel Ebdrup Jensen To: freebsd-doc@freebsd.org Subject: Re: Regarding AsciiDoctor and long lines Message-ID: <20210216150558.psilddo4pglnpoff@nerd-thinkpad.local> Mail-Followup-To: Daniel Ebdrup Jensen , freebsd-doc@freebsd.org References: <20210212170859.lzzj5qrriovjd2ux@nerd-thinkpad.local> <20210216074810.qwaotlonqdaulvk2@nerd-thinkpad.local> <20210216141620.k4rwqtvwfnhk7xty@nerd-thinkpad.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4n2xtkifyxiljw3f" Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613487960; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FKIE1N2eAsu23U5ur7aPdRDHf59fSoMDV8wh3Eh07o4=; b=xWo0l2jIpo/m+efA3qBIz72WF68L/Ux3DoEDUpD1weoFQtUSS4577hdzKetGwMOppGzKSM W4aGCAUHn6zCZ/wSDYIh0F4lB2Jl7FZIDizcYlgMf0OpncrtueURy9wgh24kFo3CUNsKkS a0sc8K4STgK3BCBSPQEgmhdikwspsML08XqEHKjNkcOPizeceX6KnnhM4KTxTBkVmDZadY PGmLfEdc775/Y3xi/3OvyK4HGxxcNsM+xKxmm2W6UZB8VwVNwNb2bLC0/G7xt1PsINMaFB dcp0/f7FxE/1Tpjj+VUemZECyxW4ZmHXgmiNskp6JPyJax4DigC2DTIaJX9+ig== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1613487960; a=rsa-sha256; cv=none; b=ODB325gD2RWnkoxypfuTb9giwmmNqICDPVhC0dhXYVD+Ieayt+LFsuE5t7+I3kWybCDJRZ hSp7nhJHRLwWRq9PyhNlRelmjc3k+cU/wjXRM4tHT2NsvlvHAUtYY2i7OlhI4kXw47eShh LO1XwYW2Zmw7YB0kNvlj5QYAinDeljLXYcTJcMYZXN21Spz0EXsH1JLx4ZjmbmMEAlNO7B BDoumd4zISeWGDtgOMN8gqqcMvTxdDIrq7P73nVXLCYPJbHFriCNr1nd78SCP7CQ6P72Lx FKQ8V6dyfN6MCe3KvffaO52S2Ew2qtw8QZ/+Y3jgVmEIKoEC8BgnGuuiuOgWAg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 15:06:00 -0000 --4n2xtkifyxiljw3f Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 16, 2021 at 03:39:55PM +0100, Sergio Carlavilla wrote: >On Tue, 16 Feb 2021 at 15:16, Daniel Ebdrup Jensen w= rote: >> >> On Tue, Feb 16, 2021 at 01:01:45PM +0000, Ceri Davies wrote: >> >On Tue, 16 Feb 2021 at 07:48, Daniel Ebdrup Jensen >> >wrote: >> > >> >> On Mon, Feb 15, 2021 at 07:05:09PM +0100, Marc Fonvieille wrote: >> >> >Le 12.02.2021 18:24, Sergio Carlavilla a =E9crit : >> >> >> >> >> >> I think the doceng team should pronounce about this. >> >> >> >> >> >> IMHO, use the 72 characters per line would be a problem in the fut= ure. >> >> >> >> >> > >> >> >Why it would be a problem? >> >> > >> >> >-- >> >> >Marc >> >> >> >> Hi folks, >> >> >> >> Can we make a compromise where real paragraphs, ie. the only things >> >> which don't seem to need much in the way of AsciiDoctor markup, are k= ept >> >> at 72 columns, and headings, lists, images, include macros, variables >> >> and custom macros are allowed to go beyond the 72 columns? >> >> If they have to, there's always word-smithing options for trying to be >> >> as concise as possible (without, of course, making things too obtuse - >> >> it's a tough balance, admittedly? >> >> >> >> That seemed to work for DocBook, so is there a reason it won't work >> >> here? >> >> >> > >> > For HTML output it doesn't look like it's an issue; although whitespa= ce >> >is preserved in the output, it's luckily irrelevant to HTML output. >> > >> >For other output formats such as PDF or mdoc then I can see that it is >> >problematic to hard wrap text but that suggests that there's a tooling >> >issue; Marc's need to be able to actually see what has changed is really >> >important. >> > >> >Butting out for another 9 years now :D >> > >> >Ceri >> >> I don't see how mdoc would be impacted, since that lives in the src >> repo. >> >> As for pdf files, I couldn't tell you the last time I used the handbook >> in a pdf format, so I had to generate it by grabbing asciidoctor-pdf >> and running it on doc/documentation/content/en/books/handbook/book.adoc - >> and it produced [1]. >> >> Aside from things which I think can be addressed separately, the change >> I made in order to test the theories that pdf should work with extra >> linebreaks inserted at 72 columns, is on page 21, on the paragraph >> "The hardware requirements to install FreeBSD vary by.." >> >> To me, this looks exactly like how I would expect it to look. >> So I think we'll be fine with this change, at least for newlines as it >> relates to paragraphs. >> >> Yours, >> Daniel Ebdrup Jensen >> >> [1]: https://people.freebsd.org/~debdrup/book.pdf > >Hi, > >I think that I did not explain my position correctly hehehe. > >What we have *right now* it's the result of a mechanical conversion. >What we have right now *it's not* the "one sentence per line" that the >AsciiDoctor team recommends. What we have right now it's the result >of converting Docbook to AsciiDoc automatically. > >So for example, is we took for example this paragraph from[1]: > >[[desktop-productivity]] >=3D=3D Productivity > >When it comes to productivity, users often look for an office suite or >an easy-to-use word processor. While some <environments>> like KDE provide an office suite, there is no default >productivity package. Several office suites and graphical word >processors are available for FreeBSD, regardless of the installed >window manager. > >Using the one sentence per line would be: > >[[desktop-productivity]] >=3D=3D Productivity > >When it comes to productivity, users often look for an office suite or >an easy-to-use word processor. (new line) >While some <> like KDE provide an office >suite, there is no default productivity package. (new line) >Several office suites and graphical word processors are available for >FreeBSD, regardless of the installed window manager. (new line) > >I don't see the problem of using this approach. > >But I see a lot of problems using the 72 line approach. > >What problems? >- Headings, unordered list, ordered list, qandas, tables and a long etc... >- Another problem? Right now the paragraphs work as you expected > with the 72 characters per line, but what gonna happen if the AsciiDoctor > team changes this in the future? How is going to assume the responsibili= ty > of changing everything to fit the new requirements? > The good point of this is that AsciiDoctor is under heavy development. > >And of course, I'm not saying that the current behaviour with the >diff's are correct. >I know that right now it's *****very***** difficult to read the diffs. > >For example, you can read an example of the "one sentence per line" here[2= ]. >I think here[2] you can see very clear the "one sentence per line" approac= h. > >IMHO, the other approach returns to the "Docbook approach". > >Bye. > >[1] https://raw.githubusercontent.com/freebsd/freebsd-doc/main/documentati= on/content/en/books/handbook/desktop/_index.adoc >[2] https://raw.githubusercontent.com/freebsd/freebsd-quarterly/master/rep= ort-sample.adoc Hi folks, So, at least for simple paragraphs, one sentence per line is largely=20 orthogonal to whether we try to wrap paragraphs at 72 columns? I'm not sure what the solution is here, unfortunately. I'd just like to=20 make it easy to review, while also keeping it easy to write. Yours, Daniel Ebdrup Jensen --4n2xtkifyxiljw3f Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEEDonNJPbg/JLIMoS6Ps5hSHzN87oFAmAr31ZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDBF ODlDRDI0RjZFMEZDOTJDODMyODRCQTNFQ0U2MTQ4N0NDREYzQkEACgkQPs5hSHzN 87r5rQf9E4pW03QjHULD+tdIKFgF4MtSJFiPPbhbUHhCIeXLL44TWZLcea5guUoW 1YlaC5VsM9uYlHs8TdoefQc/vwPNbpJOfT/1/QoQQnlNOrA/Cap7SvyckT79at4J uvqMI6rJaLONKlkh1lZpuRrUzZe8z7u34MeWas6fsjIRFvmTW8MHcQtnacRZpRM3 Wg39yQ8JmffS9QKawgi/rBRWD+ThDLOcpgjIxEoxxRHlFpvYBk4GzDgWPdcc25Qh dvG9+++5KvbPyzFe1G9+Qo9DFVK/O4AjcLcnfC0OHn0dpaJhIuMSQk9dpR24Qp62 YGkEz79T+r5Z0G3gvwn8lso9Z/eXQA== =5lcR -----END PGP SIGNATURE----- --4n2xtkifyxiljw3f-- From owner-freebsd-doc@freebsd.org Tue Feb 16 15:36:14 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D9D453C6EC for ; Tue, 16 Feb 2021 15:36:14 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg4nV0d07z4bWb; Tue, 16 Feb 2021 15:36:14 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id EEADE20C3D; Tue, 16 Feb 2021 15:36:13 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-lf1-f47.google.com with SMTP id p21so16399525lfu.11; Tue, 16 Feb 2021 07:36:13 -0800 (PST) X-Gm-Message-State: AOAM533/ymAubPJfIvR1wHYrIK05q9f8SwEE28H1GiILiZwzj7mxcEwA 0vhX+y2eWG8+VuxO9ZAXFWKw/ZZadbDjn2obUPM= X-Google-Smtp-Source: ABdhPJwV9MU7bQnb8M4qaG+AU31Q2PD2vVNwgJ5/DkbyF8VRVeQq16MczF4W6dWVu08llZCBwtzCKFXkxExEVGfLnAY= X-Received: by 2002:a05:6512:1108:: with SMTP id l8mr11749356lfg.255.1613489772304; Tue, 16 Feb 2021 07:36:12 -0800 (PST) MIME-Version: 1.0 References: <20210212170859.lzzj5qrriovjd2ux@nerd-thinkpad.local> <20210216074810.qwaotlonqdaulvk2@nerd-thinkpad.local> <20210216141620.k4rwqtvwfnhk7xty@nerd-thinkpad.local> <20210216150558.psilddo4pglnpoff@nerd-thinkpad.local> In-Reply-To: <20210216150558.psilddo4pglnpoff@nerd-thinkpad.local> From: Sergio Carlavilla Date: Tue, 16 Feb 2021 16:36:01 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Regarding AsciiDoctor and long lines To: Daniel Ebdrup Jensen , freebsd-doc@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 15:36:14 -0000 On Tue, 16 Feb 2021 at 16:06, Daniel Ebdrup Jensen wrote: > On Tue, Feb 16, 2021 at 03:39:55PM +0100, Sergio Carlavilla wrote: > >On Tue, 16 Feb 2021 at 15:16, Daniel Ebdrup Jensen > wrote: > >> > >> On Tue, Feb 16, 2021 at 01:01:45PM +0000, Ceri Davies wrote: > >> >On Tue, 16 Feb 2021 at 07:48, Daniel Ebdrup Jensen < > debdrup@freebsd.org> > >> >wrote: > >> > > >> >> On Mon, Feb 15, 2021 at 07:05:09PM +0100, Marc Fonvieille wrote: > >> >> >Le 12.02.2021 18:24, Sergio Carlavilla a =C3=A9crit : > >> >> >> > >> >> >> I think the doceng team should pronounce about this. > >> >> >> > >> >> >> IMHO, use the 72 characters per line would be a problem in the > future. > >> >> >> > >> >> > > >> >> >Why it would be a problem? > >> >> > > >> >> >-- > >> >> >Marc > >> >> > >> >> Hi folks, > >> >> > >> >> Can we make a compromise where real paragraphs, ie. the only things > >> >> which don't seem to need much in the way of AsciiDoctor markup, are > kept > >> >> at 72 columns, and headings, lists, images, include macros, variabl= es > >> >> and custom macros are allowed to go beyond the 72 columns? > >> >> If they have to, there's always word-smithing options for trying to > be > >> >> as concise as possible (without, of course, making things too obtus= e > - > >> >> it's a tough balance, admittedly? > >> >> > >> >> That seemed to work for DocBook, so is there a reason it won't work > >> >> here? > >> >> > >> > > >> > For HTML output it doesn't look like it's an issue; although > whitespace > >> >is preserved in the output, it's luckily irrelevant to HTML output. > >> > > >> >For other output formats such as PDF or mdoc then I can see that it i= s > >> >problematic to hard wrap text but that suggests that there's a toolin= g > >> >issue; Marc's need to be able to actually see what has changed is > really > >> >important. > >> > > >> >Butting out for another 9 years now :D > >> > > >> >Ceri > >> > >> I don't see how mdoc would be impacted, since that lives in the src > >> repo. > >> > >> As for pdf files, I couldn't tell you the last time I used the handboo= k > >> in a pdf format, so I had to generate it by grabbing asciidoctor-pdf > >> and running it on doc/documentation/content/en/books/handbook/book.ado= c > - > >> and it produced [1]. > >> > >> Aside from things which I think can be addressed separately, the chang= e > >> I made in order to test the theories that pdf should work with extra > >> linebreaks inserted at 72 columns, is on page 21, on the paragraph > >> "The hardware requirements to install FreeBSD vary by.." > >> > >> To me, this looks exactly like how I would expect it to look. > >> So I think we'll be fine with this change, at least for newlines as it > >> relates to paragraphs. > >> > >> Yours, > >> Daniel Ebdrup Jensen > >> > >> [1]: https://people.freebsd.org/~debdrup/book.pdf > > > >Hi, > > > >I think that I did not explain my position correctly hehehe. > > > >What we have *right now* it's the result of a mechanical conversion. > >What we have right now *it's not* the "one sentence per line" that the > >AsciiDoctor team recommends. What we have right now it's the result > >of converting Docbook to AsciiDoc automatically. > > > >So for example, is we took for example this paragraph from[1]: > > > >[[desktop-productivity]] > >=3D=3D Productivity > > > >When it comes to productivity, users often look for an office suite or > >an easy-to-use word processor. While some < >environments>> like KDE provide an office suite, there is no default > >productivity package. Several office suites and graphical word > >processors are available for FreeBSD, regardless of the installed > >window manager. > > > >Using the one sentence per line would be: > > > >[[desktop-productivity]] > >=3D=3D Productivity > > > >When it comes to productivity, users often look for an office suite or > >an easy-to-use word processor. (new line) > >While some <> like KDE provide an office > >suite, there is no default productivity package. (new line) > >Several office suites and graphical word processors are available for > >FreeBSD, regardless of the installed window manager. (new line) > > > >I don't see the problem of using this approach. > > > >But I see a lot of problems using the 72 line approach. > > > >What problems? > >- Headings, unordered list, ordered list, qandas, tables and a long etc.= .. > >- Another problem? Right now the paragraphs work as you expected > > with the 72 characters per line, but what gonna happen if the > AsciiDoctor > > team changes this in the future? How is going to assume the > responsibility > > of changing everything to fit the new requirements? > > The good point of this is that AsciiDoctor is under heavy development. > > > >And of course, I'm not saying that the current behaviour with the > >diff's are correct. > >I know that right now it's *****very***** difficult to read the diffs. > > > >For example, you can read an example of the "one sentence per line" > here[2]. > >I think here[2] you can see very clear the "one sentence per line" > approach. > > > >IMHO, the other approach returns to the "Docbook approach". > > > >Bye. > > > >[1] > https://raw.githubusercontent.com/freebsd/freebsd-doc/main/documentation/= content/en/books/handbook/desktop/_index.adoc > >[2] > https://raw.githubusercontent.com/freebsd/freebsd-quarterly/master/report= -sample.adoc > > Hi folks, > > So, at least for simple paragraphs, one sentence per line is largely > orthogonal to whether we try to wrap paragraphs at 72 columns? > > I'm not sure what the solution is here, unfortunately. I'd just like to > make it easy to review, while also keeping it easy to write. > > Yours, > Daniel Ebdrup Jensen > Hi, I=E2=80=99m gonna talk about the diffs with the AsciiDoctor team, maybe the= y can help as with this bikeshed. As I said before, I don=E2=80=99t like the diffs behavior right now too. It= =E2=80=99s a problem. Bye! From owner-freebsd-doc@freebsd.org Tue Feb 16 13:10:26 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5EE47537E9C for ; Tue, 16 Feb 2021 13:10:26 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: from mail-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg1YF3SPjz3rGy for ; Tue, 16 Feb 2021 13:10:25 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: by mail-il1-f178.google.com with SMTP id z18so8190993ile.9 for ; Tue, 16 Feb 2021 05:10:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Noq3jmnWOIaxmA/k9Kukk8hO/8/wiFH4eAl4xraWjGs=; b=cCPvPNVljTzOLbsUnxL0ip+CXU0eFk5RQipF8/QnqkvEeeQYCUVs53dFMw72R1aiyC Jl6gyjne49mAXhB/KG2nTe4HuEZToBXrwY9EXHvbb5jQVbgm1SV32H4EDWwZHU+lAlE+ hrRTUwRgo4LSVmqps+8cLelmWUUmb+PvqWdmoLF5iMfXMt/psQsSJ+1B0QgRMaK76OXy yp6zjRut+AUg3kSmJLEHZz2dAy6nP4RfTNyYbM8KMopcyhfavm1rLk3ifraan6Bry3fJ JRDnfn/u+94Trm2t+1tOiPbP5bgdaPzSMGYvYWlXfxNGHyJdoKvzlq2Jjdn0Xss7gJPG g15w== X-Gm-Message-State: AOAM53032ULOfLu2BhPlfyGfpX0MB1eGs1FhrORMhA5+KTO5iB4I2APG 9Vg4voKGzKihuk/VnYb0y8KeqTrDNk7x7ez8JaIzyM55zw== X-Google-Smtp-Source: ABdhPJxy2U7QyPIBnhN8Z/9ZpabyR/cAbvUbFjQZRqV3juks8dnjjXI89GIacyd/B821fvS5WyKzJccghXklA9rnc0s= X-Received: by 2002:a05:6e02:138b:: with SMTP id d11mr16808407ilo.307.1613481024184; Tue, 16 Feb 2021 05:10:24 -0800 (PST) MIME-Version: 1.0 From: Rob Belics Date: Tue, 16 Feb 2021 07:10:13 -0600 Message-ID: Subject: Edited web page does not update To: freebsd-doc@freebsd.org X-Rspamd-Queue-Id: 4Dg1YF3SPjz3rGy X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=belics.com (policy=none); spf=pass (mx1.freebsd.org: domain of robbelics@gmail.com designates 209.85.166.178 as permitted sender) smtp.mailfrom=robbelics@gmail.com X-Spamd-Result: default: False [-1.90 / 15.00]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_DN_NONE(0.00)[]; URI_COUNT_ODD(1.00)[1]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FORGED_SENDER(0.30)[rob@belics.com,robbelics@gmail.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.85.166.178:from]; R_DKIM_NA(0.00)[]; FROM_NEQ_ENVFROM(0.00)[rob@belics.com,robbelics@gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-doc@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[209.85.166.178:from:127.0.2.255]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.178:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.178:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-doc]; DMARC_POLICY_SOFTFAIL(0.10)[belics.com : SPF not aligned (relaxed), No valid DKIM, none] X-Mailman-Approved-At: Tue, 16 Feb 2021 15:54:32 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 13:10:26 -0000 I tried to dabble with updating documentation--specifically the web site--using this link: https://docs.freebsd.org/en/books/fdp-primer/ I put everything together and get the site to come up locally using Hugo as outlined. However, I do not understand how to edit the web pages. First, I can't find the home page (index) at all. Second, I tried editing the About page doc/website/content/en/about.adoc, and rebuilt the whole thing, but nothing changed when I refreshed the page. From owner-freebsd-doc@freebsd.org Tue Feb 16 16:00:53 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66E5053DA0B for ; Tue, 16 Feb 2021 16:00:53 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg5Kx2SHXz4dRX for ; Tue, 16 Feb 2021 16:00:53 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com [209.85.208.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id 4259C20F0E for ; Tue, 16 Feb 2021 16:00:53 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-lj1-f181.google.com with SMTP id c17so11437769ljn.0 for ; Tue, 16 Feb 2021 08:00:53 -0800 (PST) X-Gm-Message-State: AOAM5305DbuLUN3oakYOjO/BydeLa8nUZUbPaBI6Izp1VwG1+6ZmHxl7 AQ7D7vuAxpphHE73cICk0/uvPQdOkS/LfnGMECY= X-Google-Smtp-Source: ABdhPJzRwEHrgc9o2d6V1hbKMC6ttJ08QGEmsTLdZH3XLBghr1/zNqESPA2btYecW2MzENffSV24M0Smz7xTPsiZGhw= X-Received: by 2002:a2e:9b8b:: with SMTP id z11mr9009816lji.331.1613491251730; Tue, 16 Feb 2021 08:00:51 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Sergio Carlavilla Date: Tue, 16 Feb 2021 17:00:40 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Edited web page does not update To: Rob Belics Cc: freebsd-doc@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 16:00:53 -0000 On Tue, 16 Feb 2021 at 16:54, Rob Belics wrote: > I tried to dabble with updating documentation--specifically the web > site--using this link: https://docs.freebsd.org/en/books/fdp-primer/ I pu= t > everything together and get the site to come up locally using Hugo as > outlined. However, I do not understand how to edit the web pages. First, = I > can't find the home page (index) at all. Second, I tried editing the Abou= t > page doc/website/content/en/about.adoc, and rebuilt the whole thing, but > nothing changed when I refreshed the page. > _______________________________________________ > freebsd-doc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > Hi Rob, First, thanks for your interest in helping us :) Second, can you tell me the commands you=E2=80=99re using? If you execute =E2=80=9Cmake run=E2=80=9D this should update the changes au= tomatically. Bye. From owner-freebsd-doc@freebsd.org Tue Feb 16 16:03:55 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0939C53DB6C for ; Tue, 16 Feb 2021 16:03:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg5PQ6fjQz4dlV for ; Tue, 16 Feb 2021 16:03:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E46D353DC78; Tue, 16 Feb 2021 16:03:54 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E438453DBF3 for ; Tue, 16 Feb 2021 16:03:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg5PQ5whgz4dsm for ; Tue, 16 Feb 2021 16:03:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD97E13F5B for ; Tue, 16 Feb 2021 16:03:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GG3sFX074475 for ; Tue, 16 Feb 2021 16:03:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GG3sEd074474 for doc@FreeBSD.org; Tue, 16 Feb 2021 16:03:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253560] Handbook examples for DOS prompt Date: Tue, 16 Feb 2021 16:03:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ceri@submonkey.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 16:03:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253560 Bug ID: 253560 Summary: Handbook examples for DOS prompt Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: doc@FreeBSD.org Reporter: ceri@submonkey.net Created attachment 222491 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222491&action= =3Dedit change e: to c: The handbook says "Examples starting with C:\> " and then immediately gives= an example starting with "E:\>" --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 16:13:21 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9AE3753DFE5 for ; Tue, 16 Feb 2021 16:13:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg5cK3plSz4ffk for ; Tue, 16 Feb 2021 16:13:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 82C5853DFE3; Tue, 16 Feb 2021 16:13:21 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 828E053E29F for ; Tue, 16 Feb 2021 16:13:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg5cK3Dd2z4fcC for ; Tue, 16 Feb 2021 16:13:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 620C514050 for ; Tue, 16 Feb 2021 16:13:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GGDLeU082548 for ; Tue, 16 Feb 2021 16:13:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GGDLVV082547 for doc@FreeBSD.org; Tue, 16 Feb 2021 16:13:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253560] Handbook examples for DOS prompt Date: Tue, 16 Feb 2021 16:13:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: carlavilla@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: carlavilla@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 16:13:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253560 Sergio Carlavilla Delgado changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|doc@FreeBSD.org |carlavilla@FreeBSD.org CC| |carlavilla@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 16:13:25 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A62E753E0EB for ; Tue, 16 Feb 2021 16:13:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg5cP40pdz4fPJ for ; Tue, 16 Feb 2021 16:13:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 8937F53DFEF; Tue, 16 Feb 2021 16:13:25 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88EFB53DFEE for ; Tue, 16 Feb 2021 16:13:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg5cP2gJGz4fTb for ; Tue, 16 Feb 2021 16:13:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDDF5141CF for ; Tue, 16 Feb 2021 16:13:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GGDOL0082577 for ; Tue, 16 Feb 2021 16:13:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GGDOeN082576 for doc@FreeBSD.org; Tue, 16 Feb 2021 16:13:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253556] Stop telling people they have to have RCS identifiers in translations Date: Tue, 16 Feb 2021 16:13:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: carlavilla@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: carlavilla@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 16:13:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253556 Sergio Carlavilla Delgado changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|doc@FreeBSD.org |carlavilla@FreeBSD.org CC| |carlavilla@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 16:13:26 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7FBA653DEF4 for ; Tue, 16 Feb 2021 16:13:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg5cQ2z3fz4ffv for ; Tue, 16 Feb 2021 16:13:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 65EAA53DFF0; Tue, 16 Feb 2021 16:13:26 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65B1553E150 for ; Tue, 16 Feb 2021 16:13:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg5cQ2Hbbz4fZ1 for ; Tue, 16 Feb 2021 16:13:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4215C142E4 for ; Tue, 16 Feb 2021 16:13:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GGDQxg082597 for ; Tue, 16 Feb 2021 16:13:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GGDQn8082596 for doc@FreeBSD.org; Tue, 16 Feb 2021 16:13:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253554] Incorrect $FreeBSD$ expansion in Building Products articles Date: Tue, 16 Feb 2021 16:13:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: carlavilla@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: carlavilla@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 16:13:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253554 Sergio Carlavilla Delgado changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|doc@FreeBSD.org |carlavilla@FreeBSD.org CC| |carlavilla@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 16:13:33 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B507053E0F3 for ; Tue, 16 Feb 2021 16:13:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg5cY1WzCz4fgB for ; Tue, 16 Feb 2021 16:13:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 2632F53E306; Tue, 16 Feb 2021 16:13:33 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 25F5E53DFF4 for ; Tue, 16 Feb 2021 16:13:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg5cX6dwdz4fV5 for ; Tue, 16 Feb 2021 16:13:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C383F14383 for ; Tue, 16 Feb 2021 16:13:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GGDWYO082649 for ; Tue, 16 Feb 2021 16:13:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GGDWem082648 for doc@FreeBSD.org; Tue, 16 Feb 2021 16:13:32 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253527] FreeBSD Download Page does not list 13-STABLE snapshots Date: Tue, 16 Feb 2021 16:13:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: carlavilla@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: carlavilla@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 16:13:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253527 Sergio Carlavilla Delgado changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|doc@FreeBSD.org |carlavilla@FreeBSD.org CC| |carlavilla@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 16:13:35 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1454153DF72 for ; Tue, 16 Feb 2021 16:13:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg5cZ6xWxz4fPj for ; Tue, 16 Feb 2021 16:13:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id EE38853E161; Tue, 16 Feb 2021 16:13:34 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EDFCD53E15E for ; Tue, 16 Feb 2021 16:13:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg5cZ6HFHz4fVF for ; Tue, 16 Feb 2021 16:13:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CADA914052 for ; Tue, 16 Feb 2021 16:13:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GGDYqC082671 for ; Tue, 16 Feb 2021 16:13:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GGDYwA082670 for doc@FreeBSD.org; Tue, 16 Feb 2021 16:13:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253519] freebsd.org/ports links incorrect. Date: Tue, 16 Feb 2021 16:13:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: carlavilla@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: carlavilla@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 16:13:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253519 Sergio Carlavilla Delgado changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carlavilla@FreeBSD.org Assignee|doc@FreeBSD.org |carlavilla@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 16:20:38 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3674F53E6B2 for ; Tue, 16 Feb 2021 16:20:38 +0000 (UTC) (envelope-from debdrup@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg5mk17tcz4g4V for ; Tue, 16 Feb 2021 16:20:38 +0000 (UTC) (envelope-from debdrup@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613492438; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=m6hHebaxcBqPJAsJ0HjHEVDw3arEaVeiCf0SGIn9iVE=; b=eXciBElHHhxURfTxGYCTweVcSXOAl7oOS7OP5SrgOWEAPWWEgdoX/IeQHN+A/qIsPqANr0 KXP3KCh2XZyEM8LimBli68lyIAbvbsDdfJsb6kDhBYe14haHKwJwXlQTHInQx3lII95VuN UGC2fU8EB/uoDkLg/9yeV/nzRvVgGiywEgIqJDG4Kza4iSZNdpfzRRtlZn3rxomjqC+6lY 4zFoLl4nHS31o6LzevQym1tPAlMJeiMnaENYHiiiEsebjfiCx/addyFRX/nX+1XXPnpsPC N+xTuPK8o2MPS6BU9h9srAgnLNUjVNqGyEWflGUaudTHvuHc/HVr1SjMHoHMPA== Received: by freefall.freebsd.org (Postfix, from userid 1471) id 20BD781BF; Tue, 16 Feb 2021 16:20:38 +0000 (UTC) Date: Tue, 16 Feb 2021 17:20:36 +0100 From: Daniel Ebdrup Jensen To: freebsd-doc@freebsd.org Subject: Re: Edited web page does not update Message-ID: <20210216162036.tv7fvcv4jjd4rv6q@nerd-thinkpad.local> Mail-Followup-To: Daniel Ebdrup Jensen , freebsd-doc@freebsd.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mudmja3czgfbpjrd" Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613492438; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=m6hHebaxcBqPJAsJ0HjHEVDw3arEaVeiCf0SGIn9iVE=; b=s9n1p6yuoK2dy9GvHOxoPj59Y9B90EThqcbOOMqKVXKtuhwLi4XRcMCn0kNsOt9O9cdf+q H/e1sYB1ox92uZ+QFJhHjNJ0Ml4IPd04oDWe5Y7jYg4nY0QnSv4OZV3ZBXE8/NmzYwNckZ NL1c9oziroI/S7zkb4tAO1FQUXGFnB2vvvlKeouTTGs0uChjXNShMpZXpdJDOMTFapmoh5 AbXZ8hRLUpCUKu8E8ARcGZpYZHIlR1465Y8ByqfnwuGjzdJpnjWHsqTKC6UTuTH67cBUI+ PLBcAOkdKX8hzfjU/g14L21DWwVw+fY5Ll4JRuhC/gfUbeogKaXs7zPX3aGWMg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1613492438; a=rsa-sha256; cv=none; b=y3DDqVepMxls9EVHA/XgsSF+q05+PbMnJzUmHbiBy2xGwOD08Yhp3VlbO4Zddn9UdSKE/K ow7MJEcbkR0xYGlQWMZCq4t5LZpfKVDG8Pkl6OcUp4roF/rV6rubZbBjYJueUATcBDKrul Zyjr2J6X0h09F7NI6Jl2k6O0r2d4IaFUH5l66IwxkbAMXaQM0aak3qcLNKJLJnTBofcUmZ dQTOhRA+wHCVlNZkwSswbH9pfDaj4SVBJrFFy3I4DcTkH4RfED46B17lUOJep6/0F4ULxB laFarm1tbtO+jGxdFzsEOPwwRWb+c/X/yiJb0zNGz9QP4eVhjbgj6wWs+akoLw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 16:20:38 -0000 --mudmja3czgfbpjrd Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 16, 2021 at 05:00:40PM +0100, Sergio Carlavilla wrote: >On Tue, 16 Feb 2021 at 16:54, Rob Belics wrote: > >> I tried to dabble with updating documentation--specifically the web >> site--using this link: https://docs.freebsd.org/en/books/fdp-primer/ I p= ut >> everything together and get the site to come up locally using Hugo as >> outlined. However, I do not understand how to edit the web pages. First,= I >> can't find the home page (index) at all. Second, I tried editing the Abo= ut >> page doc/website/content/en/about.adoc, and rebuilt the whole thing, but >> nothing changed when I refreshed the page. >> _______________________________________________ >> freebsd-doc@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-doc >> To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" >> >Hi Rob, > >First, thanks for your interest in helping us :) > >Second, can you tell me the commands you=E2=80=99re using? > >If you execute =E2=80=9Cmake run=E2=80=9D this should update the changes a= utomatically. > >Bye. >_______________________________________________ >freebsd-doc@freebsd.org mailing list >https://lists.freebsd.org/mailman/listinfo/freebsd-doc >To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" Hi folks, To add to this a bit, my workflow is as follows: Optional: ensure that the HOSTNAME variable is set, so that hugo listens=20 on a host that isn't localhost, as I run it on a server that's a bit=20 more powerful than my old laptop. git checkout -b `make -C /usr/doc/website run` (Replace website with documentation if you want to monitor the=20 documentation) Alter whatever it is I wanna change, and save the file. Hugo should=20 rebuild the changed part (although this doesn't always work, possibly=20 due to includes; I've yet to root-cause this) git add . && git diff -staged Then rinse and repeat for the editing and git add'ing, until satisfied. Finally, make -C /usr/doc/website build, to make sure nothing else=20 broke during all the editing. ;) The asciidoctor binary can also be used to lint files. If you grab git arc by doing `make -C /usr/src/tools/tools/git-arc build`= =20 and throw the install target at it afterwards (you'll need to be in the=20 tree for 14-CURRENT for this), you can use git arc (and it's manual=20 page, adopted to mdoc(7) by yours truly) to upload directly to=20 reviews.freebsd.org. I hope this helps, but please feel free to reach out (preferably on=20 #bsddocs on IRC) if necessary. Also, yes, I do intend to add this to the FDP, but it could be added by=20 someone else too. *hint hint, wink wink, nudge nudge* Yours, Daniel Ebdrup Jensen --mudmja3czgfbpjrd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEEDonNJPbg/JLIMoS6Ps5hSHzN87oFAmAr8NRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDBF ODlDRDI0RjZFMEZDOTJDODMyODRCQTNFQ0U2MTQ4N0NDREYzQkEACgkQPs5hSHzN 87rnMwf/azssfREk91t76N0XXNPbMKaCb18cDXk7oAgo8DKNc8IGUDnXBy3xkZKD SQ6cVtumyhUtElrVlfIjTKMKKs6KzUywrDt38VpVyrYjgTrpjfgRO7MCCOwGjo0u vutVOhSIve+WR+Kk67ZRzbnNsuTQN7ZiEDhAkX/GcsqzwowI8otZMyIUS4rZ2WkA tRDuaYWwHcbTUe8dZWlEFB1CFrXlEDqDykH+dmwDqTgEkT4OYQnni1yjnE34gW7Z qXPNY62TrKDK37aR3Z0IDtFyIMCwmX07bFA9WH9iZPsUL76Yt0mkfl6qFoiIPvHV hIKhgpCptS0jOoC1S7oK/2Hf6PzcXg== =kcPd -----END PGP SIGNATURE----- --mudmja3czgfbpjrd-- From owner-freebsd-doc@freebsd.org Tue Feb 16 18:10:04 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF3F75422A2 for ; Tue, 16 Feb 2021 18:10:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg8C04PwMz4qQK for ; Tue, 16 Feb 2021 18:10:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 97589542224; Tue, 16 Feb 2021 18:10:04 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9720E5422A1 for ; Tue, 16 Feb 2021 18:10:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg8C03S8yz4qMw for ; Tue, 16 Feb 2021 18:10:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6985915AA7 for ; Tue, 16 Feb 2021 18:10:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GIA4Ho047128 for ; Tue, 16 Feb 2021 18:10:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GIA4Yd047127 for doc@FreeBSD.org; Tue, 16 Feb 2021 18:10:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253563] Use '/usr/local/bin/python3' as the value of PYTHON_CMD Date: Tue, 16 Feb 2021 18:10:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yasu@utahime.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 18:10:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253563 Bug ID: 253563 Summary: Use '/usr/local/bin/python3' as the value of PYTHON_CMD Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: doc@FreeBSD.org Reporter: yasu@utahime.org Created attachment 222495 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222495&action= =3Dedit Patch file Currently '/usr/local/bin/python3.7' is used as the value of PYTHON_CMD. Ri= ght now it is proper because 3.7 is the default version of Python 3 in ports tr= ee. But it will be change to newer version in the future. Additionally, if user build packages from ports tree by himself he can change default version of Python 3 by adding 'DEFAULT_VERSIONS+=3Dpython3=3D3.x' in make.conf. In suc= h cases setting PYTHON_CMD to '/usr/local/bin/python3.7' is improper. BTW in the section 1.1 of FDP user is told to install 'python3' package. Th= is is meta package that depends on the default version of Python 3. And if it = is installed '/usr/local/bin/python3' is created as the symbolic link to the Python 3 interpreter of the default version (e.g. /usr/local/bin/python3.7)= . So if '/usr/local/bin/python3' is used as the value of PYTHON_CMD, it works fi= ne regardless of which version is assigned to the default of Python 3. So change the value of PYTHON_CMD in doc tree to '/usr/local/bin/python3'. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 18:16:11 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1545542A60 for ; Tue, 16 Feb 2021 18:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg8L33yvZz4r9J for ; Tue, 16 Feb 2021 18:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 882625428C3; Tue, 16 Feb 2021 18:16:11 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87F1F542BAE for ; Tue, 16 Feb 2021 18:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg8L33NGTz4r6l for ; Tue, 16 Feb 2021 18:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6780F15ADC for ; Tue, 16 Feb 2021 18:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GIGBgN053894 for ; Tue, 16 Feb 2021 18:16:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GIGBor053893 for doc@FreeBSD.org; Tue, 16 Feb 2021 18:16:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 239012] jexec(8) doesn't change directory into the user's home directory in jail Date: Tue, 16 Feb 2021 18:16:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 18:16:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239012 Fernando Apestegu=C3=ADa changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Works As Intended CC| |fernape@FreeBSD.org --- Comment #3 from Fernando Apestegu=C3=ADa --- ^Triage: the related option seems to be documented. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 18:24:39 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67240542EDD for ; Tue, 16 Feb 2021 18:24:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg8Wq2JLZz4rm6 for ; Tue, 16 Feb 2021 18:24:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4F019542EDC; Tue, 16 Feb 2021 18:24:39 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4ECD3542FDE for ; Tue, 16 Feb 2021 18:24:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg8Wq1jRjz4rpF for ; Tue, 16 Feb 2021 18:24:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D80416091 for ; Tue, 16 Feb 2021 18:24:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GIOdDq060791 for ; Tue, 16 Feb 2021 18:24:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GIOdbJ060790 for doc@FreeBSD.org; Tue, 16 Feb 2021 18:24:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 246381] popen(3) doesn't say if pclose sets errno when it returns -1 Date: Tue, 16 Feb 2021 18:24:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 18:24:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246381 Fernando Apestegu=C3=ADa changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fernape@FreeBSD.org Status|New |Open --- Comment #1 from Fernando Apestegu=C3=ADa --- It says "The popen() function does not reliably set errno." Do you mean something else? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 18:28:48 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA1EE543067 for ; Tue, 16 Feb 2021 18:28:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg8cc4Fr6z4rsQ for ; Tue, 16 Feb 2021 18:28:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9209F543589; Tue, 16 Feb 2021 18:28:48 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 91D14543066 for ; Tue, 16 Feb 2021 18:28:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg8cc3ft1z4rxn for ; Tue, 16 Feb 2021 18:28:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70F5B161C2 for ; Tue, 16 Feb 2021 18:28:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GISmvG061840 for ; Tue, 16 Feb 2021 18:28:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GISm61061839 for doc@FreeBSD.org; Tue, 16 Feb 2021 18:28:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253563] Use '/usr/local/bin/python3' as the value of PYTHON_CMD Date: Tue, 16 Feb 2021 18:28:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 18:28:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253563 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|doc@FreeBSD.org |debdrup@freebsd.org Status|New |Open CC| |debdrup@freebsd.org --- Comment #1 from Daniel Ebdrup Jensen --- I'll take this. Are you okay with being credited with `git commit --author=3D"Yasuhiro Kimu= ra " ? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 18:36:05 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 01B9D543574 for ; Tue, 16 Feb 2021 18:36:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg8n06ST3z4sSh for ; Tue, 16 Feb 2021 18:36:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DDACC543573; Tue, 16 Feb 2021 18:36:04 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD75A543572 for ; Tue, 16 Feb 2021 18:36:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg8n05tN7z4sKG for ; Tue, 16 Feb 2021 18:36:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD0601639D for ; Tue, 16 Feb 2021 18:36:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GIa4PV066086 for ; Tue, 16 Feb 2021 18:36:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GIa4bK066085 for doc@FreeBSD.org; Tue, 16 Feb 2021 18:36:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 246381] popen(3) doesn't say if pclose sets errno when it returns -1 Date: Tue, 16 Feb 2021 18:36:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 18:36:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246381 Yuri Victorovich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended Status|Open |Closed --- Comment #2 from Yuri Victorovich --- Not sure now. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 18:44:06 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CAFC543D40 for ; Tue, 16 Feb 2021 18:44:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dg8yG070Nz4t5v for ; Tue, 16 Feb 2021 18:44:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0419B543B31; Tue, 16 Feb 2021 18:44:06 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03DE8543D3F for ; Tue, 16 Feb 2021 18:44:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg8yF6KsQz4sq0 for ; Tue, 16 Feb 2021 18:44:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CCFDB162E8 for ; Tue, 16 Feb 2021 18:44:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GIi5Hb070632 for ; Tue, 16 Feb 2021 18:44:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GIi5ES070631 for doc@FreeBSD.org; Tue, 16 Feb 2021 18:44:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 239012] jexec(8) doesn't change directory into the user's home directory in jail Date: Tue, 16 Feb 2021 18:44:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 18:44:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239012 --- Comment #4 from Yuri Victorovich --- jexec(8) has -l in 14-CURRENT, but not in 12.2-STABLE. But this is a minor thing. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 18:50:13 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0184B543D76 for ; Tue, 16 Feb 2021 18:50:13 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: from mail-il1-f175.google.com (mail-il1-f175.google.com [209.85.166.175]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg95J2Fkxz4t4g for ; Tue, 16 Feb 2021 18:50:12 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: by mail-il1-f175.google.com with SMTP id y15so9128137ilj.11 for ; Tue, 16 Feb 2021 10:50:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=y5WteNIdHU0x4L+JIjVy/J+ZskAz0L685jy7DWvyrbQ=; b=WokPQ6gvj922inJt1Vp74gGTOYewSSHlw7DCVfSdKPRtfr8rPWRBMkWNIqE1EjLlPJ jbTZ9G5h4FIUDtLm3Xry6ue8pL7e291RYW49Ez/UVnEffRTXeTkKjEhw4ZoM7b/Voesq ea9neA/MReLjXk/2Jt4qVP7WBL7sDrlj2r/CCv7Ybq02JtVXt8VNrk25QzqGMmj7XVgv OpLLUA/jVwdXVE5y6ORBbzukRjoQeSBZdpPAyKK3/nvrOsTGhIU8J8+PAH1yVDWZE1Y9 y9Ev76pCatBq1PdSVFW+of3vHlUs8pHsqYs3gIKEYxEnWL3b4rSRvqLdIlMgFPgz6tfH PkPQ== X-Gm-Message-State: AOAM533C/whqlPg+4yw4SULqOfoHdtEpHWfJNZEpZK2Hu5aKyLHQ+MtB 9MpSRmf9ujw3DRnJBZ6dbETLfp9m/w8TJKQ7+CGo9SRKbg== X-Google-Smtp-Source: ABdhPJxCsmlRubbUDQpMBy8W/3ogcEDje7aABYn+CETTL15qnQKNlylswgAIHbu5x4Q2OMrJhPzSsLSg8fONznIvMsg= X-Received: by 2002:a92:d90e:: with SMTP id s14mr17656217iln.291.1613501411143; Tue, 16 Feb 2021 10:50:11 -0800 (PST) MIME-Version: 1.0 From: Rob Belics Date: Tue, 16 Feb 2021 12:50:00 -0600 Message-ID: Subject: Edited web page does not update To: freebsd-doc@freebsd.org X-Rspamd-Queue-Id: 4Dg95J2Fkxz4t4g X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=belics.com (policy=none); spf=pass (mx1.freebsd.org: domain of robbelics@gmail.com designates 209.85.166.175 as permitted sender) smtp.mailfrom=robbelics@gmail.com X-Spamd-Result: default: False [-2.90 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.85.166.175:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_POLICY_SOFTFAIL(0.10)[belics.com : SPF not aligned (relaxed), No valid DKIM,none]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-doc@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[209.85.166.175:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.175:from]; FORGED_SENDER(0.30)[rob@belics.com,robbelics@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.175:from]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FROM_NEQ_ENVFROM(0.00)[rob@belics.com,robbelics@gmail.com]; MAILMAN_DEST(0.00)[freebsd-doc] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 18:50:13 -0000 And, just like that, I'm wrong. I was able to update the About page after all. I don't know where my confusion was. However, I'm still not sure where the Home index page is. Which file is that? From owner-freebsd-doc@freebsd.org Tue Feb 16 19:05:47 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 740C25446C2 for ; Tue, 16 Feb 2021 19:05:47 +0000 (UTC) (envelope-from debdrup@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg9RH2rqZz4vff for ; Tue, 16 Feb 2021 19:05:47 +0000 (UTC) (envelope-from debdrup@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613502347; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3E47jI6/tm/Ut6oa7LY/EhpsaY+74Ht3QGcc4UBkgSs=; b=MJ/CADE+/DCNdmU/UA2jel7THh2pv+xcXHeTkfIkj8yuMg+wDtOrLVRoYA+/wD8uVilmT3 1zO7p2R/EucrC97UDQcsJtTQa0+yOGNf7wiBFfYfsHmeqpC6YWG5Q4ZY+RR4/DuwquUyhi I6PLbuYgMbGJgksUBYAe2qMiswX21UHskkxjN2QbbxBsE5J/iggB5Pg2Fqj/d2xX+SRDB1 3G/4QPkmu+9TEBeupn12RXdRNoeM58fPjRddaPVosO7m4iyIMYzGguNqxxt7sHVSLoSJPY mOqc2ldYE2P+W6pQhUbtwvf/jNnrQSp/uxMF/60knF+R+9MMZ5rKe5ahKhPzhw== Received: by freefall.freebsd.org (Postfix, from userid 1471) id 57EEEBD92; Tue, 16 Feb 2021 19:05:47 +0000 (UTC) Date: Tue, 16 Feb 2021 20:05:45 +0100 From: Daniel Ebdrup Jensen To: freebsd-doc@freebsd.org Subject: Re: Edited web page does not update Message-ID: <20210216190545.im44y3apvzbzynt2@nerd-thinkpad.local> Mail-Followup-To: Daniel Ebdrup Jensen , freebsd-doc@freebsd.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7tocybo6jdvjczue" Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1613502347; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3E47jI6/tm/Ut6oa7LY/EhpsaY+74Ht3QGcc4UBkgSs=; b=xXHq8KCZ1WZ+YK+D9R7fmw7cpFKW/9sgXDY6ato4rn7MAtN9tYQOBpSqLcbo98wcpkE2lp pw51BuQWRU39TtMZC6O/x7zZ2vWf9U5vJcXtrsTXmCa03DSyAQYWQ9o1s514j2PfLghlB3 Qduxb7tdgeaJ1pWyQZ1rAQjpFshYd28WcVoafzHLNOqzvmfakCp582ge+ifI3vZlzyJmZl OUMZIqRL4fbrN9JLiZ8JZ8xAsW+jb3+kZg1LrdRQbrfuIooZDtd4qhR1hvbo/eRKCJV4MN yEnqw2N4E7Nknw3vHwyCRQ99tCZmdVaY97K6oIDZDgrq8L0J36VJk/c90WzsyA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1613502347; a=rsa-sha256; cv=none; b=aWCiuwfOn1IDjaIvJEtRg4rPwrVBZXcog8c/UCc2g8flZQPt+9mVv6uOL8+0tVk5OyKwob Ok7MbRR+AuGO8bZF2fmkTIF87DyseB3nC4Ihc9jC1Z6Co2gJfpdZ3srLBmShFCO7cn8bOH iWQgwmmt1vUEznbOGzcXV4EAuICxv0KTCNbl0JuVuctuAJ18nxpHAjqOPoSToqzLHu1b76 EwK4FIbpcchf2cKJ2m+LrhPDm/hoRHiFJ/Bo/pqiE/nPComRyWDXPCNovdd0PEgZvpRux+ 2RNK7x0+6kXJFVf2uSgk+mgv5pNsClLB6qFocG7xpxpZEYDszTTpQYfNnQgFjQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 19:05:47 -0000 --7tocybo6jdvjczue Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 16, 2021 at 12:50:00PM -0600, Rob Belics wrote: >And, just like that, I'm wrong. I was able to update the About page after >all. I don't know where my confusion was. > >However, I'm still not sure where the Home index page is. Which file is >that? >_______________________________________________ >freebsd-doc@freebsd.org mailing list >https://lists.freebsd.org/mailman/listinfo/freebsd-doc >To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" Hi folks, It's not really easy to answer that question for me, partly because I'm=20 still learning hugo, and partly because hugo is designed to be very=20 modular. You'll find the structure which defines the actual HTML elements in=20 doc/website/themes/beastie/layouts and its sub-directories, but it won't=20 make much sense unless you're either quite familiar with it, or take a=20 long time to look into it. I'm also pretty sure it's one of the things that's going to have to be=20 approved specifically by a maintainer, if you're looking to change it. Yours, Daniel Ebdrup Jensen --7tocybo6jdvjczue Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEEDonNJPbg/JLIMoS6Ps5hSHzN87oFAmAsF4lfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDBF ODlDRDI0RjZFMEZDOTJDODMyODRCQTNFQ0U2MTQ4N0NDREYzQkEACgkQPs5hSHzN 87qeuAf/d2FtVdH3+1ZScVU5qQZBRtarQ9PbBEml4X0vpxdiTsQhdAyPLMPoU6RM TG1Ro69IstNIDfWt5UIbWBKIBNdGzP5kX1YZ8jmD+EDyOH7N7zRolr6Eijp0KtJy DrMeyORheO8lrrRvdJlHRZdB0IDKmo8E0qfH7thVF5YFS7Nm1urFQSXFE/yhn8h0 larfVv6piZ+gzaj0go5wweUhazam/+IyFLFqN9WVOlIfCilo9UmJvNbRtD+41LM5 AJdIpXZ8Qep5kZuZAcBnp/8YHfR2JTvNAsBIc3/th0kEcRqRuSZQPiGd2RRi/lqT qxfb2zssbWiQV/4Lazs6djAYWN7v7w== =yKWq -----END PGP SIGNATURE----- --7tocybo6jdvjczue-- From owner-freebsd-doc@freebsd.org Tue Feb 16 19:31:38 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE13C545BCE for ; Tue, 16 Feb 2021 19:31:38 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: from mail-io1-f54.google.com (mail-io1-f54.google.com [209.85.166.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgB160TgZz3Dyf for ; Tue, 16 Feb 2021 19:31:37 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: by mail-io1-f54.google.com with SMTP id p132so11311635iod.11 for ; Tue, 16 Feb 2021 11:31:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=j0eHAs6uaT4QdCIypJnUzkVBqHP7HDItgXwp8vF8Yj4=; b=SRKKqaGncj2dK2Ww0wkqKIRHOrEJPpgzz1hHakMAcdfHkoTaB2gMlEvIuEznIQDAwD Ke3Qy4it31B+ZjIBQiwxLPXY8iO/HjVr6Qm75Ld+rdxZMYXoSTo0fVdLbeLlFfyqMcqF ShnqrBx8cIW+BKXCMqDRiUVs5GRho5eA9gFktZOYhdFB+OSAyV96llHVCjpflqPpnbOD z6hYO0q/9uemqqVWC8z00NbeL49YJvm3vuWG4Q5TPKzpWDdh/VbsAyeuGN1XToaqVMFE 2ea+EdtzzH8WpmKY79QTE+xqe6RwW8VnDJIxFb21p2SmAJcx0XuWFEM8WVbDvz4meZZ8 DUvQ== X-Gm-Message-State: AOAM5331GcT627ejC2cYPQNWEuJZ8VHT2adks0r6wztGLSUfvgUu1XsZ koYEMX5je9lbpoqFWPHMm+88TAh/HbeRk7gOtmCB/6U= X-Google-Smtp-Source: ABdhPJxRt08dAS1rGwyqy2ZfrvUia0iRcoyYHt40eEFPXbmx4od6Y6ucwb7nei0zwSciZNdKSALj6NH2LG1kWfCM9+g= X-Received: by 2002:a6b:6206:: with SMTP id f6mr5845751iog.18.1613503896437; Tue, 16 Feb 2021 11:31:36 -0800 (PST) MIME-Version: 1.0 From: Rob Belics Date: Tue, 16 Feb 2021 13:31:24 -0600 Message-ID: Subject: Edited web page does not update To: freebsd-doc@freebsd.org X-Rspamd-Queue-Id: 4DgB160TgZz3Dyf X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=belics.com (policy=none); spf=pass (mx1.freebsd.org: domain of robbelics@gmail.com designates 209.85.166.54 as permitted sender) smtp.mailfrom=robbelics@gmail.com X-Spamd-Result: default: False [-2.90 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.85.166.54:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_POLICY_SOFTFAIL(0.10)[belics.com : SPF not aligned (relaxed), No valid DKIM,none]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-doc@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[209.85.166.54:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.54:from]; FORGED_SENDER(0.30)[rob@belics.com,robbelics@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.54:from]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FROM_NEQ_ENVFROM(0.00)[rob@belics.com,robbelics@gmail.com]; MAILMAN_DEST(0.00)[freebsd-doc] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 19:31:39 -0000 Ok. I found it in themes/beastie/layouts/ Now I just need to find my way around how this is all put together. asciidoc it seems but I need to read the documentation. From owner-freebsd-doc@freebsd.org Tue Feb 16 17:30:31 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1580540CEF for ; Tue, 16 Feb 2021 17:30:31 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg7KL5d0lz4lcl for ; Tue, 16 Feb 2021 17:30:30 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: by mail-il1-f174.google.com with SMTP id m20so8912240ilj.13 for ; Tue, 16 Feb 2021 09:30:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=gCLWJUira/5T3tLl3lGoxy2lEe7+1fWz/pKkEYJVJ4I=; b=Sb2WvMo+ISU5m+d1whlAMn5o68fgN87YFzXR37NMPjuSW7z4Ml5L7N30yFDjLc6yA6 p409uKsrfF+cACd/jXHV0G5OFYszXVeIhKCrCJCYGb5tWOXHQvUf1Cp9pnOzSSVugrZ4 1r9drrXPrvwdHC8X4pJqqUsHVR2HRRa0HASk9W9t1bgjbiAfsCn/SvIjvWToD6EOeyc+ YasBnXFDkyyFGCoomEBQN4RnJliTKaomu4oidO4XA9zdhfMpl5jckVifEwbtD49X+c8c qtiY3HeLAFrbfge2incOd6OnRN3AHpEeBzQWrWuI3aYH+dSU5TAbnSXrg7FhglZWVols bw5A== X-Gm-Message-State: AOAM530m8CMGoEi270mgNkklFsN/EcJVDNpFhO/a4+BOZ2I3KWNVWuI9 FdVLL2VdE/AmzUQmul9rpWIxSbqpD/zPd8mCpwQcC0A= X-Google-Smtp-Source: ABdhPJymjevMr/PTSvm6ZbZyUcgq82CzQl+SihfaCF8Au0JSmcF19yznJb6cBbV+K4gMAl2CwFmcfQOqL8vZnGQds+o= X-Received: by 2002:a05:6e02:164c:: with SMTP id v12mr17419591ilu.49.1613496629496; Tue, 16 Feb 2021 09:30:29 -0800 (PST) MIME-Version: 1.0 From: Rob Belics Date: Tue, 16 Feb 2021 11:30:18 -0600 Message-ID: Subject: Re: Edited web page does not update To: freebsd-doc@freebsd.org X-Rspamd-Queue-Id: 4Dg7KL5d0lz4lcl X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=belics.com (policy=none); spf=pass (mx1.freebsd.org: domain of robbelics@gmail.com designates 209.85.166.174 as permitted sender) smtp.mailfrom=robbelics@gmail.com X-Spamd-Result: default: False [-1.90 / 15.00]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; TO_DN_NONE(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FORGED_SENDER(0.30)[rob@belics.com,robbelics@gmail.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.85.166.174:from]; R_DKIM_NA(0.00)[]; FROM_NEQ_ENVFROM(0.00)[rob@belics.com,robbelics@gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; ARC_NA(0.00)[]; FAKE_REPLY(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-doc@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[209.85.166.174:from:127.0.2.255]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.174:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.174:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-doc]; DMARC_POLICY_SOFTFAIL(0.10)[belics.com : SPF not aligned (relaxed), No valid DKIM, none] X-Mailman-Approved-At: Tue, 16 Feb 2021 19:36:51 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 17:30:31 -0000 And, just like that, I'm wrong. I was able to update the About page after all. I don't know where my confusion was. However, I'm still not sure where the Home index page is. Which file is that? From owner-freebsd-doc@freebsd.org Tue Feb 16 17:34:31 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E798E540D73 for ; Tue, 16 Feb 2021 17:34:31 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: from mail-il1-x130.google.com (mail-il1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dg7Pz1FWgz4mD7 for ; Tue, 16 Feb 2021 17:34:30 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: by mail-il1-x130.google.com with SMTP id a16so8966509ilq.5 for ; Tue, 16 Feb 2021 09:34:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=iHdWtZrrWxR7qCZ5PwTQLOuF7AMNMsBQeUMPp04XEV8=; b=hi37ZIb06aKbI9HDtPOZIQ4Whov9k0SRc/d8IEU3He9qoKbKOgVInON3LBHZoWBZyF URrLwAL5NBseSCOsqjiAvxPcdOB63h4tx1TzERG78Li7sJsYJued+xFPpyDllUH/dUf7 VT6mWQVSM3dAxj06nTzNhTKNTgvPawyXmYFkHO191bHj7qxJA4BXlqpRFwiAmUsh1TFI iNHa6i4D3m7Wr1UzjR8o+JdgvyVNU9dYjPKLJ6+IQcNWt7T1Gn6+lUQJ+DR74QrqwZMV /rIIg0cW91WsOfXvzijNakDQvbYiwOER32AdM/8tU4Mldh5wdSb/Pu3WhRAVGPa8ffS4 a53A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=iHdWtZrrWxR7qCZ5PwTQLOuF7AMNMsBQeUMPp04XEV8=; b=qSrzYI3E/eX55KZA48HRkDX6o5cB7VlW3wmvBuGwrNrgtfqU/UnT/iEeI6hkrE/WN/ gSpnV8gZJxZdJ0pVM+E3d6ISlDPQlOEAYeJpgqv+azDtG+jKhj6JZ8S1SWTaRxLiz81h Ru+GCI4Y9c5O4KYzvYzCxio2sQuL0C3DLXkjhXWfn1wpkP5J7ZgQ1Sc89cD355YuTEFY xe3xJnNETjPaLEDYX/igDYsXXdVQ0xs5zd8vIMJ05GcQ3LPypLBGSCT/LJoEP9plujvU EMZfR9J7CoD/TT9Mvg19yJyrpUhyBQKP2oLRKTeNk1kbIYiuoZpbTVJ3Lq0QpvJPvnKu VWMg== X-Gm-Message-State: AOAM5324BCWcboSxXgfIdey9r1yfFZnx9KBWgwY4tEYAQLZH5/zVVVwi PbQLK0JL67F/+W8ZZF9JfGsNkuTnUaU8LsxF20T1RW3nXg== X-Google-Smtp-Source: ABdhPJx6Qk/zqwKuJgxiIdmX9mns5iXmqSfzOQqSFhoPP3Ih2nZl3kGJrdekjhw8uhRtIAd6+ZrNL5qrkImN17uweRU= X-Received: by 2002:a05:6e02:164c:: with SMTP id v12mr17433832ilu.49.1613496869038; Tue, 16 Feb 2021 09:34:29 -0800 (PST) MIME-Version: 1.0 From: Rob Belics Date: Tue, 16 Feb 2021 11:34:18 -0600 Message-ID: Subject: Re: Edited web page does not update To: freebsd-doc@freebsd.org X-Rspamd-Queue-Id: 4Dg7Pz1FWgz4mD7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=hi37ZIb0; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of robbelics@gmail.com designates 2607:f8b0:4864:20::130 as permitted sender) smtp.mailfrom=robbelics@gmail.com X-Spamd-Result: default: False [-3.00 / 15.00]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[2607:f8b0:4864:20::130:from]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; FAKE_REPLY(1.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-doc@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2607:f8b0:4864:20::130:from:127.0.2.255]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::130:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-doc] X-Mailman-Approved-At: Tue, 16 Feb 2021 19:37:07 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 17:34:32 -0000 And, just like that, I'm wrong. I was able to update the About page after all. I don't know where my confusion was. However, I'm still not sure where the Home index page is. Which file is that? From owner-freebsd-doc@freebsd.org Tue Feb 16 20:52:35 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C16345498A3 for ; Tue, 16 Feb 2021 20:52:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DgCpW4xlNz3PdP for ; Tue, 16 Feb 2021 20:52:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A9B44549748; Tue, 16 Feb 2021 20:52:35 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A98155498A1 for ; Tue, 16 Feb 2021 20:52:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgCpW4FGYz3P82 for ; Tue, 16 Feb 2021 20:52:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 850A217F45 for ; Tue, 16 Feb 2021 20:52:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GKqZ65052766 for ; Tue, 16 Feb 2021 20:52:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GKqZhi052765 for doc@FreeBSD.org; Tue, 16 Feb 2021 20:52:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253568] The link to FreeBSD Mall is formatted incorrectly, thus unable to click directly. Date: Tue, 16 Feb 2021 20:52:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: callistasgraves@icloud.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 20:52:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253568 Bug ID: 253568 Summary: The link to FreeBSD Mall is formatted incorrectly, thus unable to click directly. Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Website Assignee: doc@FreeBSD.org Reporter: callistasgraves@icloud.com Created attachment 222503 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222503&action= =3Dedit FreeBSD Website Malformed URL When attempting to surf to FreeBSDmall, there is a single quote mark that is formatted incorrectly, rendering the url not completable. This affects both release pages. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Tue Feb 16 20:57:26 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D13B85497FF for ; Tue, 16 Feb 2021 20:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DgCw65Nshz3Plv for ; Tue, 16 Feb 2021 20:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B8FAA549C36; Tue, 16 Feb 2021 20:57:26 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8C22549BB1 for ; Tue, 16 Feb 2021 20:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgCw64pG5z3PgQ for ; Tue, 16 Feb 2021 20:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9809C1814C for ; Tue, 16 Feb 2021 20:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GKvQZY054123 for ; Tue, 16 Feb 2021 20:57:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11GKvQmB054122 for doc@FreeBSD.org; Tue, 16 Feb 2021 20:57:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253568] The link to FreeBSD Mall is formatted incorrectly, thus unable to click directly. Date: Tue, 16 Feb 2021 20:57:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: carlavilla@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: carlavilla@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 20:57:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253568 Sergio Carlavilla Delgado changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carlavilla@FreeBSD.org Assignee|doc@FreeBSD.org |carlavilla@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Wed Feb 17 08:18:56 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E277C5371B9 for ; Wed, 17 Feb 2021 08:18:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DgW2S5vJdz4wjC for ; Wed, 17 Feb 2021 08:18:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CA70853714B; Wed, 17 Feb 2021 08:18:56 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA349537518 for ; Wed, 17 Feb 2021 08:18:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgW2S5GK6z4wfG for ; Wed, 17 Feb 2021 08:18:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7EC2210FA for ; Wed, 17 Feb 2021 08:18:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11H8IuE3078960 for ; Wed, 17 Feb 2021 08:18:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11H8Iu7d078959 for doc@FreeBSD.org; Wed, 17 Feb 2021 08:18:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253578] Fix typos and improve wording in handbook Date: Wed, 17 Feb 2021 08:18:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: panden@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 08:18:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253578 Bug ID: 253578 Summary: Fix typos and improve wording in handbook Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: doc@FreeBSD.org Reporter: panden@gmail.com Created attachment 222510 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222510&action= =3Dedit patch to fix typos and improve wording in handbook See patch. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Wed Feb 17 08:30:19 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E50F65378F0 for ; Wed, 17 Feb 2021 08:30:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DgWHb60cQz4xXG for ; Wed, 17 Feb 2021 08:30:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CC48F5378EF; Wed, 17 Feb 2021 08:30:19 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC13A537A4B for ; Wed, 17 Feb 2021 08:30:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgWHb5M92z4xPb for ; Wed, 17 Feb 2021 08:30:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB1D82159C for ; Wed, 17 Feb 2021 08:30:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11H8UJpK084409 for ; Wed, 17 Feb 2021 08:30:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11H8UJ3I084408 for doc@FreeBSD.org; Wed, 17 Feb 2021 08:30:19 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253578] Fix typos and improve wording in handbook Date: Wed, 17 Feb 2021 08:30:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 08:30:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253578 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|doc@FreeBSD.org |debdrup@freebsd.org CC| |debdrup@freebsd.org --- Comment #1 from Daniel Ebdrup Jensen --- I'll take this. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Wed Feb 17 11:41:09 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5882953C6F6 for ; Wed, 17 Feb 2021 11:41:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DgbWn1tfQz58kK for ; Wed, 17 Feb 2021 11:41:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 40B5553C9C0; Wed, 17 Feb 2021 11:41:09 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4083753C6F4 for ; Wed, 17 Feb 2021 11:41:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgbWn1LPgz591M for ; Wed, 17 Feb 2021 11:41:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2183423DAC for ; Wed, 17 Feb 2021 11:41:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HBf9pW098517 for ; Wed, 17 Feb 2021 11:41:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11HBf9mi098516 for doc@FreeBSD.org; Wed, 17 Feb 2021 11:41:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253581] Fix malformed note in handbook Date: Wed, 17 Feb 2021 11:41:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: panden@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 11:41:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253581 Bug ID: 253581 Summary: Fix malformed note in handbook Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: doc@FreeBSD.org Reporter: panden@gmail.com Created attachment 222524 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222524&action= =3Dedit patch to fix malformed note in handbook Fix malformed note in handbook. See patch. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Wed Feb 17 14:25:35 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A842F542F35 for ; Wed, 17 Feb 2021 14:25:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dgg9W4Bdjz3MRN for ; Wed, 17 Feb 2021 14:25:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 8FF525428D8; Wed, 17 Feb 2021 14:25:35 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8FC28542F34 for ; Wed, 17 Feb 2021 14:25:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgg9W3csSz3MZm for ; Wed, 17 Feb 2021 14:25:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F5BE25CDC for ; Wed, 17 Feb 2021 14:25:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HEPZQ3001940 for ; Wed, 17 Feb 2021 14:25:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11HEPZDD001939 for doc@FreeBSD.org; Wed, 17 Feb 2021 14:25:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 237693] ibnd_debug(3) manpage is broken Date: Wed, 17 Feb 2021 14:25:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 14:25:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237693 Fernando Apestegu=C3=ADa changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fernape@FreeBSD.org Assignee|bugs@FreeBSD.org |fernape@FreeBSD.org Status|New |Open --- Comment #2 from Fernando Apestegu=C3=ADa --- https://reviews.freebsd.org/D28727 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Wed Feb 17 15:57:07 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 381A8547842 for ; Wed, 17 Feb 2021 15:57:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DgjC70xHtz3kn4 for ; Wed, 17 Feb 2021 15:57:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1E491547C05; Wed, 17 Feb 2021 15:57:07 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E1055477B7 for ; Wed, 17 Feb 2021 15:57:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgjC704qmz3kf4 for ; Wed, 17 Feb 2021 15:57:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA16F2742E for ; Wed, 17 Feb 2021 15:57:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HFv63v053820 for ; Wed, 17 Feb 2021 15:57:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11HFv6sh053819 for doc@FreeBSD.org; Wed, 17 Feb 2021 15:57:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253581] Fix malformed note in handbook Date: Wed, 17 Feb 2021 15:57:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 15:57:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253581 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|doc@FreeBSD.org |debdrup@freebsd.org CC| |debdrup@freebsd.org --- Comment #1 from Daniel Ebdrup Jensen --- I'll take this. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Wed Feb 17 17:12:42 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9BDCE54A23A for ; Wed, 17 Feb 2021 17:12:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DgktL3rmjz3s86 for ; Wed, 17 Feb 2021 17:12:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 840A854A317; Wed, 17 Feb 2021 17:12:42 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83D0954A398 for ; Wed, 17 Feb 2021 17:12:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgktL35TJz3s67 for ; Wed, 17 Feb 2021 17:12:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D005803 for ; Wed, 17 Feb 2021 17:12:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HHCgsd099851 for ; Wed, 17 Feb 2021 17:12:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11HHCgAA099850 for doc@FreeBSD.org; Wed, 17 Feb 2021 17:12:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253592] zfsprops(8) sharenfs description references non-existent options Date: Wed, 17 Feb 2021 17:12:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 17:12:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253592 Bug ID: 253592 Summary: zfsprops(8) sharenfs description references non-existent options Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: markj@FreeBSD.org CC: doc@FreeBSD.org The zfsprops man page references "crossmnt" and "no_subtree_check" options, which don't appear to exist on FreeBSD. It also references exportfs(8), wh= ich appears to be Linux-specific. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Wed Feb 17 17:59:29 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ABCC854D06B for ; Wed, 17 Feb 2021 17:59:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DglwJ701zz4SGG for ; Wed, 17 Feb 2021 17:59:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id D58B854CF4B; Wed, 17 Feb 2021 17:59:28 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8AAE54D063 for ; Wed, 17 Feb 2021 17:59:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DglwJ1kGSz4SLB for ; Wed, 17 Feb 2021 17:59:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB2A49EA for ; Wed, 17 Feb 2021 17:59:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HHxRhF024624 for ; Wed, 17 Feb 2021 17:59:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11HHxRRt024623 for doc@FreeBSD.org; Wed, 17 Feb 2021 17:59:27 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253592] zfsprops(8) sharenfs description references non-existent options Date: Wed, 17 Feb 2021 17:59:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: allanjude@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 17:59:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253592 Allan Jude changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |allanjude@FreeBSD.org --- Comment #1 from Allan Jude --- The sharenfs section likely needs to be almost entirely different on FreeBSD basically, setting 'sharenfs=3Don' adds the mountpoint to /etc/zfs/exports = which mountd(8) reads in addition to /etc/exports any other value is added as the flags in the file. You can use comma rather than space to avoid quoting issues. sharenfs=3D-maproot=3Dnobody,alldirs,-network,10.1.1.0,-mask,255.255.255.0 etc. I think there is a way to handle this upstream, as I think we include the 'jail' subsection only if compiling for FreeBSD --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 18 10:16:46 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A5E553271D for ; Thu, 18 Feb 2021 10:16:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dh9by041Tz3n56 for ; Thu, 18 Feb 2021 10:16:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 007FC53271C; Thu, 18 Feb 2021 10:16:46 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0046E53235A for ; Thu, 18 Feb 2021 10:16:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dh9bx6ZXPz3mfr for ; Thu, 18 Feb 2021 10:16:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0D5E166F5 for ; Thu, 18 Feb 2021 10:16:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IAGj44096269 for ; Thu, 18 Feb 2021 10:16:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11IAGjFx096268 for doc@FreeBSD.org; Thu, 18 Feb 2021 10:16:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253615] Update release(7) after the switch to Git and removal of DOCDIR support Date: Thu, 18 Feb 2021 10:16:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: 0mp@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 10:16:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253615 Bug ID: 253615 Summary: Update release(7) after the switch to Git and removal of DOCDIR support Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: 0mp@FreeBSD.org CC: doc@FreeBSD.org We've got to update the release(7) manual page. It should no longer mention Subversion, but Git instead. Also, we removed support for DOCDIR and NODOC = in https://cgit.FreeBSD.org/src/commit/?id=3Df61e92ca5a23450bc28169bbdd71d7674= df98c19 so this should be reflected in the manual as well. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 18 12:17:22 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 38E6A535FF8 for ; Thu, 18 Feb 2021 12:17:22 +0000 (UTC) (envelope-from admin@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhDH60wbQz3tgQ for ; Thu, 18 Feb 2021 12:17:22 +0000 (UTC) (envelope-from admin@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1FA52535DD2; Thu, 18 Feb 2021 12:17:22 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F6BC535D43 for ; Thu, 18 Feb 2021 12:17:22 +0000 (UTC) (envelope-from admin@freebsd.org) Received: from server1.websitedesignfaridabad.com (server2.websitedesignfaridabad.com [162.144.105.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhDH55YjLz3trF for ; Thu, 18 Feb 2021 12:17:21 +0000 (UTC) (envelope-from admin@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=copmediacampaign.com; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:To:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=8mpYn5hR/q6ZVZoOywFKk74ePu8kzoBF+SM77goSWlo=; b=awdoS+wmTK4x4ngM32zxSTDle2 nEYesIemXIWlawGNHYZ7hVJmL5KpZweVHLZb9Mr5/8cB7rm/vUF17T7lH670A6mp/mOX0VZDU/ExU SY9zow+2VRQRNY5ewx6zjDaP8NnUrkAborM97JvnxsztmYkBoDUHjI+RsXHY8sju9e6eYEb0OmUWk e1KLY9NWz6o0va+ujfn6HAnwyQi1dj+afnI6ocWdHCAYo4wgZ66OfcGYBFKz9iG/fmkC/zv8ejBuI jWOuHYpGUDNPfdFwa6dP1uOAhyh4X5YKC/68fOW0/IP+k7UqqRkPgKv7Jyjb7nHR93OwzCsSoMIzx k+bESQtw==; Received: from [122.170.118.68] (port=51869 helo=abts-mum-static-068.118.170.122.airtelbroadband.in) by server.websitedesignfaridabad.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lCiF6-00043M-Mq for doc@freebsd.org; Thu, 18 Feb 2021 05:17:13 -0700 From: Email Administrator Team To: doc@freebsd.org Subject: Email account unusual sign-in activity Date: 18 Feb 2021 17:46:55 +0530 Message-ID: <20210218174655.F2156C95BA1492F4@freebsd.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.websitedesignfaridabad.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org X-Get-Message-Sender-Via: server.websitedesignfaridabad.com: authenticated_id: info@copmediacampaign.com X-Authenticated-Sender: server.websitedesignfaridabad.com: info@copmediacampaign.com X-Source: X-Source-Args: X-Source-Dir: X-Rspamd-Queue-Id: 4DhDH55YjLz3trF X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:46606, ipnet:162.144.0.0/16, country:US] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 12:17:22 -0000 From owner-freebsd-doc@freebsd.org Thu Feb 18 15:06:14 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 272CB53BC84 for ; Thu, 18 Feb 2021 15:06:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhJ1y0HHkz4fxq for ; Thu, 18 Feb 2021 15:06:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0942353BB38; Thu, 18 Feb 2021 15:06:14 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 08F2B53B5D0 for ; Thu, 18 Feb 2021 15:06:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhJ1x6QWzz4flB for ; Thu, 18 Feb 2021 15:06:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC1E51A78D for ; Thu, 18 Feb 2021 15:06:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IF6DbI051576 for ; Thu, 18 Feb 2021 15:06:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11IF6D82051575 for doc@FreeBSD.org; Thu, 18 Feb 2021 15:06:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 237693] ibnd_debug(3) manpage is broken Date: Thu, 18 Feb 2021 15:06:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 15:06:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237693 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D0577e39bec76b23aa099b68d5d1c832cc= 3823c38 commit 0577e39bec76b23aa099b68d5d1c832cc3823c38 Author: Fernando Apestegu=C3=83=C2=ADa AuthorDate: 2021-02-17 14:55:57 +0000 Commit: Fernando Apestegu=C3=83=C2=ADa CommitDate: 2021-02-18 14:59:34 +0000 Fix ibnd_* manpages sources Some ibnd_* manpages source other manpages from a `man3/` directory whe= n it should reference the pages in the current directory. Instead of modifying contributing sources and using `.so` (discouraged = by mandoc(1)) use MLINKS in the proper Makefile and do not install the affected manpages. PR: 237693 Reported by: wosch@FreeBSD.org Reviewed by: gbe@ (mentor) yuripv@ Approved by: gbe@ (mentor) yuripv@ Differential Revision: https://reviews.freebsd.org/D28727 lib/ofed/libibnetdisc/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 18 15:07:06 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5333653BC2C for ; Thu, 18 Feb 2021 15:07:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhJ2y1kxWz4fwG for ; Thu, 18 Feb 2021 15:07:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3B9A753B5E3; Thu, 18 Feb 2021 15:07:06 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3B65953B955 for ; Thu, 18 Feb 2021 15:07:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhJ2y15dvz4fqS for ; Thu, 18 Feb 2021 15:07:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18FC01A78F for ; Thu, 18 Feb 2021 15:07:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IF76M7051750 for ; Thu, 18 Feb 2021 15:07:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11IF763f051749 for doc@FreeBSD.org; Thu, 18 Feb 2021 15:07:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 237693] ibnd_debug(3) manpage is broken Date: Thu, 18 Feb 2021 15:07:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 15:07:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237693 Fernando Apestegu=C3=ADa changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Open |Closed --- Comment #4 from Fernando Apestegu=C3=ADa --- Fixed, Thanks! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 18 15:59:23 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FBEB53DD76 for ; Thu, 18 Feb 2021 15:59:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhKCH0hBvz4kNB for ; Thu, 18 Feb 2021 15:59:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 15B0153DD74; Thu, 18 Feb 2021 15:59:23 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1578B53E023 for ; Thu, 18 Feb 2021 15:59:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhKCH031kz4kBq for ; Thu, 18 Feb 2021 15:59:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8D4A1AEC6 for ; Thu, 18 Feb 2021 15:59:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IFxMr4075855 for ; Thu, 18 Feb 2021 15:59:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11IFxMD3075854 for doc@FreeBSD.org; Thu, 18 Feb 2021 15:59:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 224370] Wrong path documented in make package in ports(7) Date: Thu, 18 Feb 2021 15:59:23 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc component bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 15:59:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224370 Oleksandr Tymoshenko changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|doc@FreeBSD.org |bugs@FreeBSD.org CC| |doc@FreeBSD.org Component|Documentation |Manual Pages Fernando Apestegu=C3=ADa changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|bugs@FreeBSD.org |fernape@FreeBSD.org CC| |fernape@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 18 18:00:43 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4E14542E08 for ; Thu, 18 Feb 2021 18:00:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhMvH0r4pz4vND for ; Thu, 18 Feb 2021 18:00:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id EFAF7542A56; Thu, 18 Feb 2021 18:00:42 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3CC75429A3 for ; Thu, 18 Feb 2021 18:00:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhMvG1KpYz4vCK for ; Thu, 18 Feb 2021 18:00:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2C1A1CB42 for ; Thu, 18 Feb 2021 18:00:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11II0fQ3039689 for ; Thu, 18 Feb 2021 18:00:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11II0fpd039688 for doc@FreeBSD.org; Thu, 18 Feb 2021 18:00:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 243174] mq_unlink(3) manual page is missing Date: Thu, 18 Feb 2021 18:00:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 18:00:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243174 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dacab1d58befaa8f42930bd62c26558e60= 05e1c13 commit acab1d58befaa8f42930bd62c26558e6005e1c13 Author: Fernando Apestegu=C3=83=C2=ADa AuthorDate: 2021-02-18 17:53:06 +0000 Commit: Fernando Apestegu=C3=83=C2=ADa CommitDate: 2021-02-18 17:56:52 +0000 mq_unlink(3): Add manual page Summary: Add a succinct manual page for mq_unlink Mostly borrowed from https://pubs.opengroup.org/onlinepubs/9699959099/ = and hence, the disclaimer note at the bottom. PR: 243174 Reported by: rfg-freebsd@tristatelogic.com Reviewed by: gbe@, yuripv@ Approved by: gbe@ (mentor), yuripv@ Differential Revision: https://reviews.freebsd.org/D28593 lib/libc/sys/Makefile.inc | 1 + lib/libc/sys/mq_unlink.2 (new) | 121 +++++++++++++++++++++++++++++++++++++= ++++ 2 files changed, 122 insertions(+) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 18 18:02:56 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 86FB854351F for ; Thu, 18 Feb 2021 18:02:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhMxr3D6zz3Bpv for ; Thu, 18 Feb 2021 18:02:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6E8E15434D0; Thu, 18 Feb 2021 18:02:56 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E5DF5432D2 for ; Thu, 18 Feb 2021 18:02:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhMxr2dW3z3Bpt for ; Thu, 18 Feb 2021 18:02:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D73F1CAC6 for ; Thu, 18 Feb 2021 18:02:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11II2uT9042960 for ; Thu, 18 Feb 2021 18:02:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11II2uMY042959 for doc@FreeBSD.org; Thu, 18 Feb 2021 18:02:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 243174] mq_unlink(3) manual page is missing Date: Thu, 18 Feb 2021 18:02:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 18:02:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243174 Fernando Apestegu=C3=ADa changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --- Comment #3 from Fernando Apestegu=C3=ADa --- Done. Thanks! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 18 21:13:41 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE4B854F278 for ; Thu, 18 Feb 2021 21:13:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhS9x2ywcz3npc for ; Thu, 18 Feb 2021 21:13:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0F5DB54F1F3; Thu, 18 Feb 2021 21:13:41 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 09E2054F606 for ; Thu, 18 Feb 2021 21:13:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhS9v44hjz3nhL for ; Thu, 18 Feb 2021 21:13:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58AE41F8A8 for ; Thu, 18 Feb 2021 21:13:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11ILDbog048648 for ; Thu, 18 Feb 2021 21:13:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11ILDbV1048647 for doc@FreeBSD.org; Thu, 18 Feb 2021 21:13:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253179] ports(7) man page description of 'packages' target is out of date Date: Thu, 18 Feb 2021 21:13:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: 0mp@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 21:13:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253179 Mateusz Piotrowski <0mp@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|0mp@FreeBSD.org |bugs@FreeBSD.org --- Comment #3 from Mateusz Piotrowski <0mp@FreeBSD.org> --- Return to the pool for the time being. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 18 21:40:58 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6DEF8528A7B for ; Thu, 18 Feb 2021 21:40:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhSnQ2TrSz3rL0 for ; Thu, 18 Feb 2021 21:40:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 55482528CBC; Thu, 18 Feb 2021 21:40:58 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 550C0528B4E for ; Thu, 18 Feb 2021 21:40:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhSnQ1tl9z3rN5 for ; Thu, 18 Feb 2021 21:40:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33E631FD99 for ; Thu, 18 Feb 2021 21:40:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11ILewmx064016 for ; Thu, 18 Feb 2021 21:40:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11ILewU6064015 for doc@FreeBSD.org; Thu, 18 Feb 2021 21:40:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253179] ports(7) man page description of 'packages' target is out of date Date: Thu, 18 Feb 2021 21:40:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 21:40:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253179 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |debdrup@freebsd.org Status|Open |In Progress Assignee|bugs@FreeBSD.org |debdrup@freebsd.org --- Comment #4 from Daniel Ebdrup Jensen --- Yoink. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Thu Feb 18 22:01:03 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C61F0529B4D for ; Thu, 18 Feb 2021 22:01:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhTDb54Xbz3sq1 for ; Thu, 18 Feb 2021 22:01:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id AE409529BC1; Thu, 18 Feb 2021 22:01:03 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE0CD529CCB for ; Thu, 18 Feb 2021 22:01:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhTDb4Vcvz3ssX for ; Thu, 18 Feb 2021 22:01:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DCA120413 for ; Thu, 18 Feb 2021 22:01:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11IM13WE078271 for ; Thu, 18 Feb 2021 22:01:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11IM13A1078270 for doc@FreeBSD.org; Thu, 18 Feb 2021 22:01:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253179] ports(7) man page description of 'packages' target is out of date Date: Thu, 18 Feb 2021 22:01:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 22:01:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253179 --- Comment #5 from Daniel Ebdrup Jensen --- I opened review D28781, mostly because I wanted to ensure I got the phrasing correct. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 19 11:23:30 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D035854600A for ; Fri, 19 Feb 2021 11:23:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dhq2V5Pfgz3pJZ for ; Fri, 19 Feb 2021 11:23:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B97C8546009; Fri, 19 Feb 2021 11:23:30 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B946F546006 for ; Fri, 19 Feb 2021 11:23:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dhq2V4fgMz3pD5 for ; Fri, 19 Feb 2021 11:23:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 92DE22AEA for ; Fri, 19 Feb 2021 11:23:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JBNU4L000766 for ; Fri, 19 Feb 2021 11:23:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11JBNUkU000765 for doc@FreeBSD.org; Fri, 19 Feb 2021 11:23:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 224370] Wrong path documented in make package in ports(7) Date: Fri, 19 Feb 2021 11:23:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 11:23:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224370 --- Comment #1 from Fernando Apestegu=C3=ADa --- https://reviews.freebsd.org/D28785 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 19 11:43:39 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0097B54677C for ; Fri, 19 Feb 2021 11:43:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhqTk6STvz3qfL for ; Fri, 19 Feb 2021 11:43:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DBF9654677B; Fri, 19 Feb 2021 11:43:38 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DBC73546A59 for ; Fri, 19 Feb 2021 11:43:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhqTk5qzWz3qc0 for ; Fri, 19 Feb 2021 11:43:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB7932F51 for ; Fri, 19 Feb 2021 11:43:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JBhcoi015104 for ; Fri, 19 Feb 2021 11:43:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11JBhcrp015103 for doc@FreeBSD.org; Fri, 19 Feb 2021 11:43:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 224370] Wrong path documented in make package in ports(7) Date: Fri, 19 Feb 2021 11:43:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: fernape@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 11:43:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224370 --- Comment #2 from Fernando Apestegu=C3=ADa --- This already existent review is more complete. https://reviews.freebsd.org/D28781 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 19 12:45:35 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 001FF529E14 for ; Fri, 19 Feb 2021 12:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhrsB67dxz4Qp4 for ; Fri, 19 Feb 2021 12:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0129F529CF4; Fri, 19 Feb 2021 12:45:32 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EF503529E8B for ; Fri, 19 Feb 2021 12:45:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dhrs60g0Yz3wQy for ; Fri, 19 Feb 2021 12:45:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC71B3CDD for ; Fri, 19 Feb 2021 12:45:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JCjTnC054284 for ; Fri, 19 Feb 2021 12:45:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11JCjTax054283 for doc@FreeBSD.org; Fri, 19 Feb 2021 12:45:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 224370] Wrong path documented in make package in ports(7) Date: Fri, 19 Feb 2021 12:45:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 12:45:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224370 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D248a47a4c2fb229ae815fa61875b3f62a= 2d6856c commit 248a47a4c2fb229ae815fa61875b3f62a2d6856c Author: Daniel Ebdrup Jensen AuthorDate: 2021-02-18 21:50:54 +0000 Commit: Daniel Ebdrup Jensen CommitDate: 2021-02-19 12:42:16 +0000 ports(7): Update instructions for package target Packages default to ending up in a different location compared to the documentation, so catch up to the implementation by referring to the location where packages can usually be found if no environment variables have been set. While here, also update the mention of the file extension to match the txz format that packages use. PR: 253179, 224370 Reported by: rwatson, jeromer at fastmail dotnet share/man/man7/ports.7 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 19 12:45:35 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70D15529DA4 for ; Fri, 19 Feb 2021 12:45:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhrsC25hBz3wJZ for ; Fri, 19 Feb 2021 12:45:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 69C40529CF8; Fri, 19 Feb 2021 12:45:33 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 681BB529CF7 for ; Fri, 19 Feb 2021 12:45:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dhrs857wNz4Qny for ; Fri, 19 Feb 2021 12:45:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9411F3CDE for ; Fri, 19 Feb 2021 12:45:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JCjUk2054305 for ; Fri, 19 Feb 2021 12:45:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11JCjUO4054304 for doc@FreeBSD.org; Fri, 19 Feb 2021 12:45:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253179] ports(7) man page description of 'packages' target is out of date Date: Fri, 19 Feb 2021 12:45:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 12:45:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253179 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D248a47a4c2fb229ae815fa61875b3f62a= 2d6856c commit 248a47a4c2fb229ae815fa61875b3f62a2d6856c Author: Daniel Ebdrup Jensen AuthorDate: 2021-02-18 21:50:54 +0000 Commit: Daniel Ebdrup Jensen CommitDate: 2021-02-19 12:42:16 +0000 ports(7): Update instructions for package target Packages default to ending up in a different location compared to the documentation, so catch up to the implementation by referring to the location where packages can usually be found if no environment variables have been set. While here, also update the mention of the file extension to match the txz format that packages use. PR: 253179, 224370 Reported by: rwatson, jeromer at fastmail dotnet share/man/man7/ports.7 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 19 12:46:37 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F201529DCE for ; Fri, 19 Feb 2021 12:46:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DhrtP2xmgz4Qq9 for ; Fri, 19 Feb 2021 12:46:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 650FD529B76; Fri, 19 Feb 2021 12:46:37 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64D64529D7F for ; Fri, 19 Feb 2021 12:46:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhrtP2LQZz4Qxm for ; Fri, 19 Feb 2021 12:46:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 42F66428B for ; Fri, 19 Feb 2021 12:46:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JCkb0O054708 for ; Fri, 19 Feb 2021 12:46:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11JCkbKf054707 for doc@FreeBSD.org; Fri, 19 Feb 2021 12:46:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253179] ports(7) man page description of 'packages' target is out of date Date: Fri, 19 Feb 2021 12:46:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: debdrup@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 12:46:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253179 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --- Comment #7 from Daniel Ebdrup Jensen --- Thank you for your attention to detail. :) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 19 12:47:47 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7E49529E59 for ; Fri, 19 Feb 2021 12:47:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dhrvl4RMCz4R1B for ; Fri, 19 Feb 2021 12:47:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 98591529EFB; Fri, 19 Feb 2021 12:47:47 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 98225529DDB for ; Fri, 19 Feb 2021 12:47:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dhrvl3rJvz4Qvs for ; Fri, 19 Feb 2021 12:47:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 776344231 for ; Fri, 19 Feb 2021 12:47:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JCllQU055123 for ; Fri, 19 Feb 2021 12:47:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11JCllXk055122 for doc@FreeBSD.org; Fri, 19 Feb 2021 12:47:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 224370] Wrong path documented in make package in ports(7) Date: Fri, 19 Feb 2021 12:47:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fernape@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 12:47:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224370 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |debdrup@freebsd.org Status|In Progress |Closed --- Comment #4 from Daniel Ebdrup Jensen --- Thank you for your attention to detail. :) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 19 19:58:31 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 92DCA53A2B2 for ; Fri, 19 Feb 2021 19:58:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dj2Sl3QnRz3CM1 for ; Fri, 19 Feb 2021 19:58:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 757CB53A309; Fri, 19 Feb 2021 19:58:31 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 753EC53A2B0 for ; Fri, 19 Feb 2021 19:58:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dj2Sl2mF6z3C7Q for ; Fri, 19 Feb 2021 19:58:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51FFB12102 for ; Fri, 19 Feb 2021 19:58:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JJwVXE019718 for ; Fri, 19 Feb 2021 19:58:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11JJwVEq019717 for doc@FreeBSD.org; Fri, 19 Feb 2021 19:58:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253701] fix two entries on pkg.FreeBSD.org Date: Fri, 19 Feb 2021 19:58:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 19:58:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253701 Bug ID: 253701 Summary: fix two entries on pkg.FreeBSD.org Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Website Assignee: doc@FreeBSD.org Reporter: linimon@FreeBSD.org Created attachment 222648 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222648&action= =3Dedit diff to index.html Two entries are stale. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 19 19:58:42 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 21CD453A149 for ; Fri, 19 Feb 2021 19:58:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dj2Sy0DyTz3CGR for ; Fri, 19 Feb 2021 19:58:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0813953A06E; Fri, 19 Feb 2021 19:58:42 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 07DD853A1AA for ; Fri, 19 Feb 2021 19:58:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dj2Sx6m6rz3CGQ for ; Fri, 19 Feb 2021 19:58:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAA0211EBB for ; Fri, 19 Feb 2021 19:58:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JJwfvJ019779 for ; Fri, 19 Feb 2021 19:58:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11JJwfcc019778 for doc@FreeBSD.org; Fri, 19 Feb 2021 19:58:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253701] fix two entries on pkg.FreeBSD.org Date: Fri, 19 Feb 2021 19:58:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 19:58:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253701 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|doc@FreeBSD.org |portmgr@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Fri Feb 19 23:15:46 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FD01543A78 for ; Fri, 19 Feb 2021 23:15:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dj6rL19J4z3lgW for ; Fri, 19 Feb 2021 23:15:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 28095543A77; Fri, 19 Feb 2021 23:15:46 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 27D51543D16 for ; Fri, 19 Feb 2021 23:15:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dj6rL0W1Lz3lpM for ; Fri, 19 Feb 2021 23:15:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0478214C54 for ; Fri, 19 Feb 2021 23:15:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JNFjMi041336 for ; Fri, 19 Feb 2021 23:15:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11JNFjGo041335 for doc@FreeBSD.org; Fri, 19 Feb 2021 23:15:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253706] Website's 'features' page is outdated Date: Fri, 19 Feb 2021 23:15:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mhorne@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 23:15:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253706 Bug ID: 253706 Summary: Website's 'features' page is outdated Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Website Assignee: doc@FreeBSD.org Reporter: mhorne@freebsd.org Today I stumbled upon the page at https://www.freebsd.org/features/ which describes some of the unique technical features offered by FreeBSD. The page has detailed entries for both 9.X and 10.X releases, but nothing m= ore recent than that, meaning we lack any information on newer features present= in actively supported releases. This page offers useful information about what makes FreeBSD unique and is accessible from the front page of the website. Presenting older features as= new in this way only serves to make the project appear outdated. Since it does = seem like some effort will be required to update it, it could be that it is a be= tter candidate for removal. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-doc@freebsd.org Sat Feb 20 05:10:17 2021 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA0A453577B for ; Sat, 20 Feb 2021 05:10:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DjGjP4cymz4hKY for ; Sat, 20 Feb 2021 05:10:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9C553535AF4; Sat, 20 Feb 2021 05:10:17 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C0D4535778 for ; Sat, 20 Feb 2021 05:10:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DjGjP3wXkz4hKX for ; Sat, 20 Feb 2021 05:10:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79C5619708 for ; Sat, 20 Feb 2021 05:10:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11K5AHDe052906 for ; Sat, 20 Feb 2021 05:10:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11K5AHKI052905 for doc@FreeBSD.org; Sat, 20 Feb 2021 05:10:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 253706] Website's 'features' page is outdated Date: Sat, 20 Feb 2021 05:10:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: debdrup@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2021 05:10:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253706 Daniel Ebdrup Jensen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |debdrup@freebsd.org --- Comment #1 from Daniel Ebdrup Jensen --- Would it be better to refer users to the release notes for major versions, instead of deleting the page? They typically include all the bigger changes, and it also means not having= to keep track of newer changes separately. For the -CURRENT branch, we can direct users to look at src/RELNOTES and a = cgit log query like this: https://cgit.freebsd.org/src/log/?showmsg=3D1&qt=3Dgrep&q=3DRelnotes --=20 You are receiving this mail because: You are the assignee for the bug.=