From owner-freebsd-doc@FreeBSD.ORG Sun Dec 11 03:40:05 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AAA11065673 for ; Sun, 11 Dec 2011 03:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C5958FC08 for ; Sun, 11 Dec 2011 03:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBB3e49p021182 for ; Sun, 11 Dec 2011 03:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBB3e4E4021181; Sun, 11 Dec 2011 03:40:04 GMT (envelope-from gnats) Date: Sun, 11 Dec 2011 03:40:04 GMT Message-Id: <201112110340.pBB3e4E4021181@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Benjamin Kaduk Cc: Subject: Re: docs/163162: make.conf(5): Update via 'svn' incomplete described. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Benjamin Kaduk List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2011 03:40:05 -0000 The following reply was made to PR docs/163162; it has been noted by GNATS. From: Benjamin Kaduk To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: docs/163162: make.conf(5): Update via 'svn' incomplete described. Date: Sat, 10 Dec 2011 22:38:12 -0500 (EST) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-1942965987-1323574692=:882 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Sat, 10 Dec 2011, Oliver Hartmann wrote: >> Description: > make.conf(5) describes SVN_UPDATE variable to be set for usage subversion for updating and maintainig /usr/src via "make update". But as with the recent settings and even with SVN_UPDATE set to YES in make.conf a simply "make update" typed in /usr/src will fail with a "svn not found" error, since the path to svn hasn't been properly set. > The file /usr/src/Makefile.inc1 reveals that there are to flags that could be set to target mainance via svn: SVN itself targetting the path to the svn binary and SVNFLAGS setting for the repository to be targeted. None of them are mentioned in make.conf(5) and I'd like to see some notes in make.conf(5) on that. The patch I sent to the thread on -current is attached. -Ben Kaduk ---559023410-1942965987-1323574692=:882 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=make.conf.5.diff.txt Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=make.conf.5.diff.txt LS0tIG1ha2UuY29uZi41Lm9yaWcJMjAxMS0xMi0xMCAxOTowNDoyMS4wMDAw MDAwMDAgLTA1MDANCisrKyBtYWtlLmNvbmYuNQkyMDExLTEyLTEwIDE5OjEw OjEzLjAwMDAwMDAwMCAtMDUwMA0KQEAgLTMzMyw2ICszMzMsMTIgQEANCiAu UGEgc3JjDQogdHJlZSB3aXRoDQogLkRxIExpICJtYWtlIHVwZGF0ZSIgLg0K K05vdGUgdGhhdCBzaW5jZSB0aGVyZSBpcyBub3QgYSBzdWJ2ZXJzaW9uIGNs aWVudCBpbiB0aGUgYmFzZSBzeXN0ZW0sDQoreW91IHdpbGwgbmVlZCB0byBz ZXQNCisuVmEgU1ZODQordG8gdGhlIHBhdGggdG8gYQ0KKy5YciBzdm4gMQ0K K2JpbmFyeS4NCiAuSXQgVmEgV1dXU1VQRklMRQ0KIC5QcSBWdCBzdHINCiBU aGUgd3d3DQo= ---559023410-1942965987-1323574692=:882-- From owner-freebsd-doc@FreeBSD.ORG Sun Dec 11 03:46:43 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F456106566B; Sun, 11 Dec 2011 03:46:43 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67E4D8FC0A; Sun, 11 Dec 2011 03:46:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBB3khnm029793; Sun, 11 Dec 2011 03:46:43 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBB3khXv029789; Sun, 11 Dec 2011 03:46:43 GMT (envelope-from gjb) Date: Sun, 11 Dec 2011 03:46:43 GMT Message-Id: <201112110346.pBB3khXv029789@freefall.freebsd.org> To: gjb@FreeBSD.org, freebsd-doc@FreeBSD.org, gjb@FreeBSD.org From: gjb@FreeBSD.org Cc: Subject: Re: docs/163162: make.conf(5): Update via 'svn' incomplete described. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2011 03:46:43 -0000 Synopsis: make.conf(5): Update via 'svn' incomplete described. Responsible-Changed-From-To: freebsd-doc->gjb Responsible-Changed-By: gjb Responsible-Changed-When: Sun Dec 11 03:46:22 UTC 2011 Responsible-Changed-Why: Make this mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=163162 From owner-freebsd-doc@FreeBSD.ORG Sun Dec 11 11:00:03 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 236D71065673 for ; Sun, 11 Dec 2011 11:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB9DE8FC12 for ; Sun, 11 Dec 2011 11:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBBB02r0060658 for ; Sun, 11 Dec 2011 11:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBBB02FQ060657; Sun, 11 Dec 2011 11:00:02 GMT (envelope-from gnats) Resent-Date: Sun, 11 Dec 2011 11:00:02 GMT Resent-Message-Id: <201112111100.pBBB02FQ060657@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Manolis Kiagias Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1128106564A for ; Sun, 11 Dec 2011 10:55:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 977438FC0C for ; Sun, 11 Dec 2011 10:55:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBBAt4sh091129 for ; Sun, 11 Dec 2011 10:55:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pBBAt4Y3091128; Sun, 11 Dec 2011 10:55:04 GMT (envelope-from nobody) Message-Id: <201112111055.pBBAt4Y3091128@red.freebsd.org> Date: Sun, 11 Dec 2011 10:55:04 GMT From: Manolis Kiagias To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/163177: [patch] man page for gnats(7) incorrectly lists gnatsd.user_access twice X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2011 11:00:03 -0000 >Number: 163177 >Category: docs >Synopsis: [patch] man page for gnats(7) incorrectly lists gnatsd.user_access twice >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 11 11:00:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Manolis Kiagias >Release: 9.0-RC3 >Organization: >Environment: >Description: The man page for gnats(7) shows gnatsd.user_access twice. The first occurrence should really be gnatsd.host_access. >How-To-Repeat: man gnats >Fix: Apply the following patch to gnats.7 Patch attached with submission follows: --- gnats.7.orig 2011-12-11 12:46:07.000000000 +0200 +++ gnats.7 2011-12-11 12:46:31.000000000 +0200 @@ -125,7 +125,7 @@ describes the structure of the database, and various database-specific options .TP -.B gnatsd.user_access +.B gnatsd.host_access lists host names and access levels of hosts authorized to access the database .TP >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sun Dec 11 12:50:03 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46B4C106564A for ; Sun, 11 Dec 2011 12:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 149978FC0A for ; Sun, 11 Dec 2011 12:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBBCo2dv065460 for ; Sun, 11 Dec 2011 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBBCo2Li065455; Sun, 11 Dec 2011 12:50:02 GMT (envelope-from gnats) Date: Sun, 11 Dec 2011 12:50:02 GMT Message-Id: <201112111250.pBBCo2Li065455@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Chris Whitehouse Cc: Subject: Re: docs/163149: [patch] Red Hat Linux/i386 9 HTML format man page is mangled X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Whitehouse List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2011 12:50:03 -0000 The following reply was made to PR docs/163149; it has been noted by GNATS. From: Chris Whitehouse To: bug-followup@FreeBSD.org, cwhiteh@onetel.com Cc: Subject: Re: docs/163149: [patch] Red Hat Linux/i386 9 HTML format man page is mangled Date: Sun, 11 Dec 2011 12:36:43 +0000 The synopsis should say it's the sudo man page. [patch] Red Hat Linux/i386 9 HTML format sudo man page is mangled From owner-freebsd-doc@FreeBSD.ORG Mon Dec 12 11:06:10 2011 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C82E106564A for ; Mon, 12 Dec 2011 11:06:10 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 69C708FC16 for ; Mon, 12 Dec 2011 11:06:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBCB6AJq029138 for ; Mon, 12 Dec 2011 11:06:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBCB696M029133 for freebsd-doc@FreeBSD.org; Mon, 12 Dec 2011 11:06:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 Dec 2011 11:06:09 GMT Message-Id: <201112121106.pBCB696M029133@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Cc: Subject: Current unassigned doc problem reports X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2011 11:06:10 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=doc .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/163177 doc [patch] man page for gnats(7) incorrectly lists gnatsd o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page o docs/163119 doc mktemp(3) is referring to (now) non-existent gcc optio o docs/163043 doc [patch] gsched.8: remove reference to gsched_as o docs/162775 doc Document some undocumented zpool import options o docs/162765 doc [patch] lseek(2) may return successful although no see o docs/162699 doc Handbook/Upgrading instructions: should mention delete o docs/162433 doc [handbook] QEMU instructions for FreeBSD guests o docs/162419 doc [request] please document (new) zfs and zpool cmdline o docs/162404 doc [handbook] IPv6 link-local address compared with IPv4 o docs/162380 doc Documentation lacking for getfacl/setfacl p docs/162265 doc [Patch] ipfw.8: Documentation clarity o docs/162172 doc rctl manpage erroneously lists nproc a docs/161808 doc Missing documentation critical to correct usage of uui o docs/161804 doc New documentation: French translation for building-pro o docs/161754 doc p4tcc(4), est(4) and qpi(4) are not documented o docs/161588 doc Missing "-l name" option from pw(8) USER section o docs/161496 doc zfs(1): Please document that sysctl vfs.usermount must o docs/161057 doc [handbook] Error in section 18.17.4 of the handbook o docs/160491 doc [patch] reaper of the dead: remove ancient FAQ entries o docs/160460 doc [handbook] Network setup guide suggestion o docs/160447 doc [handbook] Developer's Handbook contains some outdated o docs/160446 doc [handbook] Handbook sound setup seems outdated o docs/160445 doc [handbook] Handbook does not mention ACL o docs/160399 doc Man page for re(4) missing jumbo frames info o docs/159898 doc [patch] libusb.3 whitespace, markup, grammar fixes o docs/159854 doc [patch] grammar updates for carp.4 o docs/159551 doc [patch] ports(7) makes no mention of LOCALBASE o docs/159307 doc [patch] lpd smm chapter unconditionally installed o docs/159298 doc [handbook] document Konqueror with Webkit support to i o docs/158813 doc [patch] grammar updates for jme(4) o docs/158388 doc Incorrect documentation of LOCAL_SCRIPT in release(7) o docs/158387 doc The tree(3) man should mention the RB_FOREACH_SAFE() A o docs/158378 doc cpio/bsdcpio(1) man page does not document -0 and --nu o docs/157908 doc [handbook] Description of post-install should include o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size o docs/157453 doc [patch] document 16-fib cap in setfib.2 o docs/157452 doc [patch] grammar and style nits in ipfw.8 o docs/157337 doc [handbook] [patch] Indentation changes to network serv o docs/157316 doc [patch] update devstat(9) man page o docs/157234 doc [patch] nullfs(5): //proc/curproc/file returns "unknow o docs/157049 doc FreeBSD Handbook: Chapter 14 (Security) Inaccuracy o docs/156955 doc bug in share/man/man2/setsockopt.2 a docs/156920 doc isspecial(3) is not helpful o docs/156815 doc chmod(1): manpage should describe that chmod kicks +t o docs/156689 doc stf(4) output-only documentation gives bad configurati f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook o docs/156081 doc troff falls with troff.core with UTF-8 man with incorr o docs/155989 doc [patch] Fix offset in boot.config(5) o docs/155982 doc [handbook] reaper of the dead: remove reference to flo o docs/155773 doc dialog(1): dialog manpages not updated o docs/155149 doc [patch] don't encourage using xorg.conf outside of PRE o docs/154838 doc update cvs-tags information on releng_* to reflect sup o docs/153958 doc ksu man-page documented, but not installed o docs/153738 doc [patch] Docuement requirement to alter some sysctls wh a docs/153012 doc [patch] iostat(8) requires an argument to -c option o docs/151752 doc pw.conf(5) doesn't define format for file clearly o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl o docs/150877 doc ambiguity in newsyslog(8) man page about zfs with comp o docs/150255 doc dtrace description should mention makeoptions DEBUG=-g o docs/150219 doc zfs(8) manual page misses jail/unjail o docs/149574 doc [patch] update mi_switch(9) man page o docs/149051 doc [request] No document for clang or clang++ o docs/149047 doc [patch] tcsh(1) bears no mention of brace expansion in o docs/148987 doc [patch] {MD[245]|SHA_|SHA1_|SHA256_}{End|File|FileChun o docs/148984 doc [handbook] Mistake in section 16.15.4 of the handbook o docs/148680 doc [sysctl][patch] Document some sys/kern sysctls o docs/148071 doc Failover mode between wired and wireless interfaces o docs/147995 doc elf.5 man page has has missing reference o docs/146958 doc bad link to "XaQti XMAC II datasheet" in sk(4) manual o docs/146521 doc [handbook] Update IPv6 system handbook section to ment o docs/145719 doc [patch] 7.3 relnotes erroneously describes new getpage o docs/145699 doc hexdump(1) mutes all format qualifier output following o docs/145644 doc Add artical about creating manpage from scratch o docs/145069 doc Dialup firewalling with FreeBSD article out dated. o docs/145066 doc Update for new uart dev names for serial port. s docs/144818 doc all mailinglist archives dated 19970101 contain traili o docs/144630 doc [patch] domainname(1) manpage contains old information o docs/144537 doc Missing _mdconfig_list and _mdconfig2_list explanation o docs/144515 doc [handbook] Expand handbook Table of contents o docs/144488 doc share/examples/etc/make.conf: contains dangerous examp o docs/143850 doc procfs(5) manpage for status > controlling terminal is o docs/143416 doc [handbook] IPFW handbook page issues o docs/143408 doc man filedesc(9) is missing o docs/142168 doc [patch] ld(1): ldd(1) not mentioned in ld(1) manpage o docs/141032 doc misleading documentation for rtadvd.conf(5) raflags se s docs/140847 doc [request] add documentation on ECMP and new route args p docs/140457 doc [patch] Grammar fix for isspace(3) o docs/140444 doc [patch] New Traditional Chinese translation of custom- o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd o docs/139336 doc [request] ZFS documentation suggestion o docs/139165 doc gssapi.3 man page out of sync with between crypto and o docs/139018 doc translation of submitting.sgml from docproj/submitting o docs/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic o docs/138663 doc system(3) man page confuses users about "return value o docs/138485 doc bpf(4) and ip(4) man pages missing important corner ca o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o docs/136666 doc [handbook] Configure serial port for remote kernel deb o docs/136035 doc ftpchroot(5) omits an important option o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/135475 doc [patch] jot(1) manpage and behaviour differ o docs/134123 doc The RUNQUEUE(9) man page is out of date o docs/132839 doc [patch] Fix example script in ldap-auth article o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/132260 doc dhcpd(8) pid not stored in documented location o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o docs/131918 doc [patch] Fixes for the BPF(4) man page o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o docs/129464 doc using packages system o docs/129095 doc ipfw(8): Can not check that packet originating/destine s docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages o docs/127908 doc [patch] readdir(3) error documentation s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage o docs/126590 doc [patch] Write routine called forever in Sample Echo Ps o docs/126484 doc libc function res-zonscut2 is not documented o docs/125921 doc lpd(8) talks about blocks in minfree while it is KB in f docs/122052 doc minor update on handbook section 20.7.1 o docs/121952 doc Handbook chapter on Network Address Translation wrong o docs/121585 doc [handbook] Wrong multicast specification s docs/121541 doc [request] no man pages for wlan_scan_ap o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o docs/120539 doc Inconsistent ipfw's man page o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o docs/118214 doc close(2) error returns incomplete o docs/118020 doc ipfilter(4): man pages query for man 4 ipfilter return o docs/116116 doc mktemp (3) re/move note o docs/116080 doc PREFIX is documented, but not the more important LOCAL p docs/115065 doc [patch] sync ps.1 with p_flag and keywords o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o docs/112804 doc groff(1) command should be called to explicitly use "p o docs/112682 doc Handbook GEOM_GPT explanation does not provide accurat o docs/111425 doc Missing chunks of text in historical manpages o docs/111265 doc [request] Clarify how to set common shell variables o docs/111147 doc hostapd.conf is not documented o docs/110999 doc carp(4) should document unsupported interface types o docs/110692 doc wi(4) man page doesn't say WPA is not supported o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit p docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109973 doc No manual entry for c++filt o docs/109972 doc No manual entry for zless/bzless f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd a docs/108980 doc list of missing man pages o docs/106135 doc [request] articles/vinum needs to be updated o docs/105608 doc fdc(4) debugging description staled o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o docs/100196 doc man login.conf does explain not "unlimited" o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o docs/98974 doc Missing tunables in loader(8) manpage o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/94625 doc [patch] growfs man page -- document "panic: not enough o docs/92626 doc jail manpage should mention disabling some periodic sc o docs/91506 doc ndis(4) man page should be more specific about support o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o docs/87857 doc ifconfig(8) wireless options order matters o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o docs/84271 doc [patch] compress(1) doesn't warn about nasty link hand o docs/83820 doc getino(3) manpage not installed o docs/81611 doc [patch] natd runs with -same_ports by default o docs/78480 doc Networked printer setup unnecessarily complex in handb o docs/61605 doc [request] Improve documentation for i386 disk geometry o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour o docs/57298 doc [patch] add using compact flash cards info to handbook s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o docs/53596 doc Updates to mt(1) manual page o docs/53271 doc bus_dma(9) fails to document alignment restrictions o docs/51480 doc Multiple undefined references in the FreeBSD manual pa o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o docs/48101 doc [patch] Add documentation on the fixit disk o docs/43823 doc [patch] update to environ(7) manpage o docs/41089 doc pax(1) -B option does not mention interaction with -z o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o docs/38982 doc [patch] developers-handbook/Jail fix o docs/38556 doc EPS file of beastie, as addition to existing examples s docs/35678 doc docproj Makefiles for web are broken for paths with sp s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a docs/30008 doc [patch] French softupdates document should be translat o docs/27605 doc [patch] Cross-document references () o docs/26286 doc *printf(3) etc should gain format string warnings o docs/24786 doc missing FILES descriptions in sa(4) s docs/20028 doc ASCII docs should reflect tags in the sourc 207 problems total. From owner-freebsd-doc@FreeBSD.ORG Tue Dec 13 00:00:41 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 292B110656A4 for ; Tue, 13 Dec 2011 00:00:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 21B708FC13 for ; Tue, 13 Dec 2011 00:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBD00RON041280 for ; Tue, 13 Dec 2011 00:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBD00Qtu041279; Tue, 13 Dec 2011 00:00:26 GMT (envelope-from gnats) Resent-Date: Tue, 13 Dec 2011 00:00:26 GMT Resent-Message-Id: <201112130000.pBD00Qtu041279@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41234106564A for ; Mon, 12 Dec 2011 23:58:00 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 1E5348FC1E for ; Mon, 12 Dec 2011 23:57:59 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 24BB06FD138; Mon, 12 Dec 2011 15:57:59 -0800 (PST) Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19OLXpmZ5EZI; Mon, 12 Dec 2011 15:57:59 -0800 (PST) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.experts-exchange.com (Postfix) with SMTP id 00AD46FD133; Mon, 12 Dec 2011 15:57:59 -0800 (PST) Received: (nullmailer pid 1828 invoked by uid 1001); Mon, 12 Dec 2011 23:57:34 -0000 Message-Id: <1323734254.043687.1827.nullmailer@experts-exchange.com> Date: Mon, 12 Dec 2011 15:57:34 -0800 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ehaupt@FreeBSD.org, portmgr@FreeBSD.org Subject: docs/163214: portmgr/qa: possibly new location for distilator X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2011 00:00:41 -0000 >Number: 163214 >Category: docs >Synopsis: portmgr/qa: possibly new location for distilator >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 13 00:00:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD dormouse.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: While reading http://www.freebsd.org/portmgr/qa.html, I hit a unresolvable link for distilator. >How-To-Repeat: >Fix: Index: qa.sgml =================================================================== RCS file: /usr/local/ncvs/www/en/portmgr/qa.sgml,v retrieving revision 1.7 diff -u -r1.7 qa.sgml --- qa.sgml 15 May 2011 19:34:14 -0000 1.7 +++ qa.sgml 12 Dec 2011 23:20:22 -0000 @@ -140,7 +140,7 @@
  • a public list of all ports that have at least one file that fails to fetch from any non-FreeBSD mastersite. For the complete list of results for all files versus all mastersites, - see + see Emanuel Haupt's port survey.

  • private email to an affected port maintainer when a port >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Dec 13 17:39:56 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F2FA106564A; Tue, 13 Dec 2011 17:39:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 65D408FC14; Tue, 13 Dec 2011 17:39:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBDHduo0070845; Tue, 13 Dec 2011 17:39:56 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBDHduha070841; Tue, 13 Dec 2011 17:39:56 GMT (envelope-from pav) Date: Tue, 13 Dec 2011 17:39:56 GMT Message-Id: <201112131739.pBDHduha070841@freefall.freebsd.org> To: jhelfman@experts-exchange.com, pav@FreeBSD.org, freebsd-doc@FreeBSD.org, pav@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: docs/163214: portmgr/qa: possibly new location for distilator X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2011 17:39:56 -0000 Synopsis: portmgr/qa: possibly new location for distilator State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Tue Dec 13 17:37:54 UTC 2011 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-doc->pav Responsible-Changed-By: pav Responsible-Changed-When: Tue Dec 13 17:37:54 UTC 2011 Responsible-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=163214 From owner-freebsd-doc@FreeBSD.ORG Wed Dec 14 00:36:54 2011 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDEEA1065690 for ; Wed, 14 Dec 2011 00:36:54 +0000 (UTC) (envelope-from prvs=132970E0AF=Michael_Faklis@EvolSwSys.net) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.freebsd.org (Postfix) with ESMTP id A13178FC1F for ; Wed, 14 Dec 2011 00:36:54 +0000 (UTC) Received: from remote.EvolSwSys.net (75-101-14-128.static.sonic.net [75.101.14.128]) by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id pBE0PBQe014484 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 13 Dec 2011 16:25:11 -0800 Received: from ESSSBS2011.evolswsys.local ([fe80::94f1:c4ac:ef82:10fa]) by ESSSBS2011.evolswsys.local ([fe80::c07e:5334:662:33b1%18]) with mapi id 14.01.0355.002; Tue, 13 Dec 2011 16:25:10 -0800 From: Michael Faklis To: "freebsd-doc@FreeBSD.org" Thread-Topic: Missing UNIX man sections Thread-Index: Acy59tZh3nJzgmgCQS6Ws85ciACvGg== Date: Wed, 14 Dec 2011 00:25:09 +0000 Message-ID: <7948CDAF2C2C114C97D9C2F518CAE0E807030DF7@ESSSBS2011.evolswsys.local> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.2.13] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Missing UNIX man sections X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 00:36:54 -0000 I just installed the current FreeBSD. I noted that it's missing some man p= age sections. I've searched, but I can't find them. Please tell me how I = can download and install these missing man pages. Thank you Michael Faklis From owner-freebsd-doc@FreeBSD.ORG Wed Dec 14 00:42:24 2011 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D001F1065670 for ; Wed, 14 Dec 2011 00:42:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with SMTP id 7FA478FC15 for ; Wed, 14 Dec 2011 00:42:24 +0000 (UTC) Received: (qmail 57544 invoked by uid 0); 13 Dec 2011 19:42:23 -0500 Received: from unknown (HELO glenbarber.us) (76.124.49.145) by 0 with SMTP; 13 Dec 2011 19:42:23 -0500 Date: Tue, 13 Dec 2011 19:42:21 -0500 From: Glen Barber To: Michael Faklis Message-ID: <20111214004221.GC2942@glenbarber.us> References: <7948CDAF2C2C114C97D9C2F518CAE0E807030DF7@ESSSBS2011.evolswsys.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7948CDAF2C2C114C97D9C2F518CAE0E807030DF7@ESSSBS2011.evolswsys.local> X-Operating-System: FreeBSD 9.0-PRERELEASE amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "freebsd-doc@FreeBSD.org" Subject: Re: Missing UNIX man sections X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 00:42:24 -0000 Hi, On Wed, Dec 14, 2011 at 12:25:09AM +0000, Michael Faklis wrote: > I just installed the current FreeBSD. I noted that it's missing some man page sections. I've searched, but I can't find them. Please tell me how I can download and install these missing man pages. > Can you give an example of which ones are missing? Glen From owner-freebsd-doc@FreeBSD.ORG Wed Dec 14 02:22:06 2011 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A366106564A for ; Wed, 14 Dec 2011 02:22:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with SMTP id E986B8FC13 for ; Wed, 14 Dec 2011 02:22:05 +0000 (UTC) Received: (qmail 58761 invoked by uid 0); 13 Dec 2011 21:22:04 -0500 Received: from unknown (HELO glenbarber.us) (76.124.49.145) by 0 with SMTP; 13 Dec 2011 21:22:04 -0500 Date: Tue, 13 Dec 2011 21:22:03 -0500 From: Glen Barber To: Michael Faklis Message-ID: <20111214022202.GG2942@glenbarber.us> References: <7948CDAF2C2C114C97D9C2F518CAE0E807030DF7@ESSSBS2011.evolswsys.local> <20111214004221.GC2942@glenbarber.us> <7948CDAF2C2C114C97D9C2F518CAE0E807030E5F@ESSSBS2011.evolswsys.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7948CDAF2C2C114C97D9C2F518CAE0E807030E5F@ESSSBS2011.evolswsys.local> X-Operating-System: FreeBSD 9.0-PRERELEASE amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-doc@FreeBSD.org Subject: Re: Missing UNIX man sections X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 02:22:06 -0000 Hi, Please don't top-post, and please keep list replies on-list. On Wed, Dec 14, 2011 at 12:51:40AM +0000, Michael Faklis wrote: >> > Hi, >> >> On Wed, Dec 14, 2011 at 12:25:09AM +0000, Michael Faklis wrote: >> > I just installed the current FreeBSD. I noted that it's missing some man page sections. I've searched, but I can't find them. Please tell me how I can download and install these missing man pages. >> > >> >> Can you give an example of which ones are missing? > > Man sections 1 and 7 are included. Sections 2, 3 ,4 ,5 ,6, 5, 8, 9, n are missing. > > If you go to the man page at freebsd.org, you'll see all 10 sections, but only sections 1 and 7 made it to my computer. > What version of FreeBSD is this? ('uname -a' output would be helpful.) In any case, did you (de-)select the 'doc' distribution from the installer? (This is, in part, why what specific version this is is important). Glen From owner-freebsd-doc@FreeBSD.ORG Thu Dec 15 08:30:16 2011 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBE8D106566B for ; Thu, 15 Dec 2011 08:30:16 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 641908FC13 for ; Thu, 15 Dec 2011 08:30:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.4/8.14.4) with ESMTP id pBF8J1UV048516 for ; Thu, 15 Dec 2011 12:19:01 +0400 (MSK) (envelope-from marck@rinet.ru) Date: Thu, 15 Dec 2011 12:19:01 +0400 (MSK) From: Dmitry Morozovsky To: freebsd-doc@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-834018739-1515815690-1323937141=:24823" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (woozle.rinet.ru [0.0.0.0]); Thu, 15 Dec 2011 12:19:01 +0400 (MSK) Cc: Subject: Adding entity to books formatting X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 08:30:16 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---834018739-1515815690-1323937141=:24823 Content-Type: TEXT/PLAIN; charset=US-ASCII Dear colleagues, I need an advice from dsl-fu-knowledgeable perswon ;) Prodded by glebius@, I'm trying to add new entity svnref to generate a link to svnweb. My quick patch stopped with an erro, while generating seems-to-be-correct content: -- 8< -- marck@woozle:~/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook> grep -6i svnref freebsd-versions.html >Dec 12, 201110-CURRENT after defining boolean true/false in sys/types.h, sizeof(bool) may had changed (rev 228444). foofile Content-Description: Content-Disposition: attachment; filename=svnref.patch SW5kZXg6IGVuX1VTLklTTzg4NTktMS9ib29rcy9wb3J0ZXJzLWhhbmRib29r L2Jvb2suc2dtbA0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KUkNTIGZpbGU6 IC9ob21lL25jdnMvZG9jL2VuX1VTLklTTzg4NTktMS9ib29rcy9wb3J0ZXJz LWhhbmRib29rL2Jvb2suc2dtbCx2DQpyZXRyaWV2aW5nIHJldmlzaW9uIDEu MTEzMA0KZGlmZiAtdSAtcjEuMTEzMCBib29rLnNnbWwNCi0tLSBlbl9VUy5J U084ODU5LTEvYm9va3MvcG9ydGVycy1oYW5kYm9vay9ib29rLnNnbWwJMTMg RGVjIDIwMTEgMDc6MzA6MDcgLTAwMDAJMS4xMTMwDQorKysgZW5fVVMuSVNP ODg1OS0xL2Jvb2tzL3BvcnRlcnMtaGFuZGJvb2svYm9vay5zZ21sCTE1IERl YyAyMDExIDA4OjEyOjE2IC0wMDAwDQpAQCAtMTQ1NDMsNyArMTQ1NDMsMTEg QEANCiAJCSAgPHJvdz4NCiAJCSAgICA8ZW50cnk+MTAwMDAwMjwvZW50cnk+ DQogCQkgICAgPGVudHJ5PkRlYyAxMiwgMjAxMTwvZW50cnk+DQotCQkgICAg PGVudHJ5PjEwLUNVUlJFTlQgYWZ0ZXIgZGVmaW5pbmcgYm9vbGVhbiB0cnVl L2ZhbHNlIGluIHN5cy90eXBlcy5oLCBzaXplb2YoYm9vbCkgbWF5IGhhZCBj aGFuZ2VkIChyMjI4NDQ0KS4gMTAtQ1VSUkVOVCBhZnRlciB4bG9jYWxlLmgg aGFkIGJlZW4gaW50cm9kdWNlZCAocjIyNzc1MykuPC9lbnRyeT4NCisJCSAg ICA8ZW50cnk+MTAtQ1VSUkVOVCBhZnRlciBkZWZpbmluZyBib29sZWFuIHRy dWUvZmFsc2UgaW4gc3lzL3R5cGVzLmgsDQorCQkgICAgICBzaXplb2YoYm9v bCkgbWF5IGhhZCBjaGFuZ2VkIChyZXYgPHN2bnJlZj4yMjg0NDQ8L3N2bnJl Zj4pLg0KKwkJICAgICAgPGZpbGVuYW1lPmZvb2ZpbGU8L2ZpbGVuYW1lPi4N CisJCSAgICAgIDEwLUNVUlJFTlQgYWZ0ZXIgeGxvY2FsZS5oIGhhZCBiZWVu IGludHJvZHVjZWQgKHIyMjc3NTMpLg0KKwkJICAgIDwvZW50cnk+DQogCQkg IDwvcm93Pg0KIAkJPC90Ym9keT4NCiAJICAgICAgPC90Z3JvdXA+DQpJbmRl eDogc2hhcmUvbWlzYy9kb2Nib29rLmNzcw0KPT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PQ0KUkNTIGZpbGU6IC9ob21lL25jdnMvZG9jL3NoYXJlL21pc2MvZG9j Ym9vay5jc3Msdg0KcmV0cmlldmluZyByZXZpc2lvbiAxLjE2DQpkaWZmIC11 IC1yMS4xNiBkb2Nib29rLmNzcw0KLS0tIHNoYXJlL21pc2MvZG9jYm9vay5j c3MJNiBNYXIgMjAxMSAxMzoxODo1OCAtMDAwMAkxLjE2DQorKysgc2hhcmUv bWlzYy9kb2Nib29rLmNzcwkxNSBEZWMgMjAxMSAwODoxMjoxNiAtMDAwMA0K QEAgLTEzMyw2ICsxMzMsMTAgQEANCiAJY29sb3I6ICMwMDdhMDA7DQogfQ0K IA0KK1NWTlJFRiB7DQorCWNvbG9yOiAjMDA3YTAwOw0KK30NCisNCiAuR1VJ TUVOVSwgLkdVSU1FTlVJVEVNLCAuR1VJU1VCTUVOVSwNCiAuR1VJTEFCRUws IC5JTlRFUkZBQ0UsDQogLlNIT1JUQ1VULCAuU0hPUlRDVVQgLktFWUNBUCB7 DQpJbmRleDogc2hhcmUvc2dtbC9mcmVlYnNkLWh0bWwuZHNsDQo9PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09DQpSQ1MgZmlsZTogL2hvbWUvbmN2cy9kb2Mvc2hh cmUvc2dtbC9mcmVlYnNkLWh0bWwuZHNsLHYNCnJldHJpZXZpbmcgcmV2aXNp b24gMS44DQpkaWZmIC11IC1yMS44IGZyZWVic2QtaHRtbC5kc2wNCi0tLSBz aGFyZS9zZ21sL2ZyZWVic2QtaHRtbC5kc2wJNSBTZXAgMjAxMSAyMzoxOTo1 MyAtMDAwMAkxLjgNCisrKyBzaGFyZS9zZ21sL2ZyZWVic2QtaHRtbC5kc2wJ MTUgRGVjIDIwMTEgMDg6MTI6MTYgLTAwMDANCkBAIC0yMDYsNiArMjA2LDE0 IEBADQogICAgICAgICAgICAgICAoKCJwb3J0cyIpICAgKHN0cmluZy1hcHBl bmQgdSAiJiIgImFtcDsiICJtYW5wYXRoPUZyZWVCU0QrOC4yLVJFTEVBU0Ur YW5kK1BvcnRzIikpDQogICAgICAgICAgICAgICAoZWxzZSB1KSkpKQ0KIA0K KyAgICAgICAgPCEtLSBTcGVjaWZ5IGhvdyB0byBnZW5lcmF0ZSB0aGUgbGlu ayBIUkVGIHRvIFNWTiByZXZpc2lvbiBjb21taXQgcGFnZSAtLT4NCisJPCEt LSBodHRwOi8vc3Zud2ViLmZyZWVic2Qub3JnL2Jhc2U/dmlldz1yZXZpc2lv biZyZXZpc2lvbj0yMjI3NDEgLS0+DQorCShlbGVtZW50IHN2bnJlZg0KKwkg ICAgICAobGV0ICgoc3ZudXJsCShzdHJpbmctYXBwZW5kDQorCSAgICAgICAg ICAiaHR0cDovL3N2bndlYi5mcmVlYnNkLm9yZy9iYXNlP3ZpZXc9cmV2aXNp b24iICImIiAiYW1wOyIgInJldmlzaW9uPSINCisJCSAgICAgICAoZGF0YSAo Y3VycmVudC1ub2RlKSkpKSkNCisJCShjcmVhdGUtbGluayAobGlzdCAobGlz dCAiSFJFRiIgc3ZudXJsKSkgKCRtb25vLXNlcSQpKSkpDQorDQogICAgICAg ICAoZWxlbWVudCBhcHBsaWNhdGlvbiAoJGJvbGQtc2VxJCkpDQogDQogICAg ICAgICAoZWxlbWVudCBjaXRlcmVmZW50cnkNCg== ---834018739-1515815690-1323937141=:24823-- From owner-freebsd-doc@FreeBSD.ORG Fri Dec 16 16:31:41 2011 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21140106564A for ; Fri, 16 Dec 2011 16:31:41 +0000 (UTC) (envelope-from 3U2vrTgwJA1Qw7x0DF4AIwDz28w47.yA8zAybD00XoZ.AD2@maestro.bounces.google.com) Received: from mail-yx0-f200.google.com (mail-yx0-f200.google.com [209.85.213.200]) by mx1.freebsd.org (Postfix) with ESMTP id E37788FC13 for ; Fri, 16 Dec 2011 16:31:40 +0000 (UTC) Received: by yenr8 with SMTP id r8so5422839yen.7 for ; Fri, 16 Dec 2011 08:31:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.101.60.8 with SMTP id n8mr4692825ank.11.1324051283063; Fri, 16 Dec 2011 08:01:23 -0800 (PST) Message-ID: <001636ed740e64342b04b437b697@google.com> Date: Fri, 16 Dec 2011 16:01:23 +0000 From: Albertio Ward To: doc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Cc: Subject: Permission Request for 'SMTP Authentication...' X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2011 16:31:41 -0000 Hello, I've known you website for ages, strictly speaking from year 1998. I found interesting your publication "SMTP Authentication" which I googled on http://www.freebsd.org/doc/handbook/smtp-auth.html ! I'd love to use it in a project I'm involved with called "Bulgarian FCW Science", so I'm seeking your permission for translation to Bulgarian language. "Bulgarian FCW Science" is a freemium-model non-English language orientated startup with collection of scientific articles, personal notes etc. in several languages that is collaboratively edited by volunteers from around the world since 1999. Young and old, students and professors - even your neighbor could be a volunteer member. If you agree, we will credit you for your work in the resulting translation's references by stating that it was based on your work and is used with your permission, and by mentioning the name of my project "Bulgarian FCW Science" back to: http://www.freebsd.org/doc/handbook/smtp-auth.html Thank you for your time and patience. I look forward to your response next week. --- Wishing you the best, Albertio Ward Bulgaria (GMT +1) 16.12.2011 From owner-freebsd-doc@FreeBSD.ORG Fri Dec 16 17:04:52 2011 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC0D1065672 for ; Fri, 16 Dec 2011 17:04:52 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2A99F8FC26 for ; Fri, 16 Dec 2011 17:04:51 +0000 (UTC) Received: by iadj38 with SMTP id j38so757563iad.13 for ; Fri, 16 Dec 2011 09:04:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=UoO3/aOImhrpCL4zGAhfeFgJVK7iIKrA0HLERzVyAlI=; b=GE6tiGpPuU2j2XSX3rL9qXnFXazcES6HMTsh3F35p92ivO0Z1OU0Rc/xfsMa87tDMX xcv34HFWazRNS0qsGLJckDaI2JoM+D2/OzW3fBkBYMd+nB5vA3G6LBVI0HB94X0GSMP4 LXT1v7LWqQx9/s9iiwKtxlQHMXHCIC66af34k= Received: by 10.50.171.5 with SMTP id aq5mr9399276igc.76.1324055090363; Fri, 16 Dec 2011 09:04:50 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.199.18 with HTTP; Fri, 16 Dec 2011 09:04:19 -0800 (PST) In-Reply-To: <001636ed740e64342b04b437b697@google.com> References: <001636ed740e64342b04b437b697@google.com> From: Chris Rees Date: Fri, 16 Dec 2011 17:04:19 +0000 X-Google-Sender-Auth: zakX5hE3330hMWVfnr3XfqA8f7s Message-ID: To: Albertio Ward Content-Type: text/plain; charset=ISO-8859-1 Cc: doc@freebsd.org Subject: Re: Permission Request for 'SMTP Authentication...' X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2011 17:04:52 -0000 On 16 December 2011 16:01, Albertio Ward wrote: > Hello, > > I've known you website for ages, strictly speaking from year 1998. I found > interesting your publication "SMTP Authentication" which I googled on > http://www.freebsd.org/doc/handbook/smtp-auth.html ! I'd love to use it in a > project I'm involved with called "Bulgarian FCW Science", so I'm seeking > your permission for translation to Bulgarian language. "Bulgarian FCW > Science" is a freemium-model non-English language orientated startup with > collection of scientific articles, personal notes etc. in several languages > that is collaboratively edited by volunteers from around the world since > 1999. Young and old, students and professors - even your neighbor could be a > volunteer member. > > If you agree, we will credit you for your work in the resulting > translation's references by stating that it was based on your work and is > used with your permission, and by mentioning the name of my project > "Bulgarian FCW Science" back to: > http://www.freebsd.org/doc/handbook/smtp-auth.html > > Thank you for your time and patience. > I look forward to your response next week. http://www.freebsd.org/copyright/freebsd-doc-license.html :) Chris From owner-freebsd-doc@FreeBSD.ORG Sat Dec 17 11:25:57 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0969106566B for ; Sat, 17 Dec 2011 11:25:57 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6B80E8FC13 for ; Sat, 17 Dec 2011 11:25:57 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so1241778obb.13 for ; Sat, 17 Dec 2011 03:25:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=8Fp1fRKVmvxmjCTn+ipUgvS5j0LO9b0zY5+tzo2xxzA=; b=P3aI+D8tIhz8mEcc5AJKUQcM0MpMup0Si0ljrlMeFNVzZRt8YKIUJbQYNRBAfCJWYS X22cRPcHo19ZaVt9C9htGnWrkMaXl0WW516fXv9s7irppWrNiqpSYuE9cg6cAf4ksiam /7iHd7OOoYVHOaooGFDFey4OgA7f+w+Nb6a6Y= MIME-Version: 1.0 Received: by 10.182.31.78 with SMTP id y14mr6187623obh.25.1324121156872; Sat, 17 Dec 2011 03:25:56 -0800 (PST) Received: by 10.182.142.101 with HTTP; Sat, 17 Dec 2011 03:25:56 -0800 (PST) In-Reply-To: References: Date: Sat, 17 Dec 2011 14:25:56 +0300 Message-ID: From: Sergey Kandaurov To: Dmitry Morozovsky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-doc@freebsd.org Subject: Re: Adding entity to books formatting X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2011 11:25:57 -0000 On 15 December 2011 12:19, Dmitry Morozovsky wrote: > Dear colleagues, > > I need an advice from dsl-fu-knowledgeable perswon ;) > > Prodded by glebius@, I'm trying to add new entity svnref to generate a li= nk to > svnweb. > > My quick patch stopped with an erro, while generating seems-to-be-correct > content: > > -- 8< -- > marck@woozle:~/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook> grep -= 6i > svnref freebsd-versions.html >>Dec 12, 2011>>10-CURRENT after defining boolean true/false in sys/types.h, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0sizeof(bool) may had changed (= rev HREF=3D"http://svnweb.freebsd.org/base?view=3Drevision&revision=3D228= 444" >> CLASS=3D"SVNREF" >>228444>>). > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 CLASS=3D"FILENAME" >>foofile > -- 8< -- > > The error is unknown element: > > /usr/bin/env SP_ENCODING=3DISO-8859-1 /usr/local/bin/jade -V html-manifes= t > -ioutput.html -d > /lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook/freebsd= .dsl > -ifreebsd.urls.relprefix.4 -V %generate-legalnotice-link% -ioutput.html.i= mages > -D > /lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook/../../.= ./share/images/books/porters-handbook > -D /usr/obj/lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handb= ook -c > /lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/share/sgml/catalog -c > /lh/home/marck/FreeBSD/doc/share/sgml/catalog -c > /usr/local/share/sgml/docbook/dsssl/modular/catalog -c > /usr/local/share/sgml/iso8879/catalog -c /usr/local/share/sgml/jade/catal= og -c > /usr/local/share/sgml/catalog.ports -t sgml > /lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook/book.sg= ml > /usr/local/bin/jade:/lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/port= ers-handbook/book.sgml:14547:49:E: > element "SVNREF" undefined > *** Error code 1 > > Stop in /lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook= . > > > It seems I;ve missed something very similar -- what? hi, You most probably need to modify share/sgml/freebsd41.dtd as well. Something like these lines: + + + Hope this helps. --=20 wbr, pluknet From owner-freebsd-doc@FreeBSD.ORG Sat Dec 17 12:40:09 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73CDC1065672 for ; Sat, 17 Dec 2011 12:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 482038FC14 for ; Sat, 17 Dec 2011 12:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBHCe95b067323 for ; Sat, 17 Dec 2011 12:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBHCe9k2067322; Sat, 17 Dec 2011 12:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 17 Dec 2011 12:40:09 GMT Resent-Message-Id: <201112171240.pBHCe9k2067322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2CA41065670 for ; Sat, 17 Dec 2011 12:36:38 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C0D008FC12 for ; Sat, 17 Dec 2011 12:36:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBHCacs2067213 for ; Sat, 17 Dec 2011 12:36:38 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBHCacQh067212; Sat, 17 Dec 2011 12:36:38 GMT (envelope-from crees) Message-Id: <201112171236.pBHCacQh067212@freefall.freebsd.org> Date: Sat, 17 Dec 2011 12:36:38 GMT From: Chris Rees To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/163408: Committers Guide; article still talks about manual removal of modules X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2011 12:40:09 -0000 >Number: 163408 >Category: docs >Synopsis: Committers Guide; article still talks about manual removal of modules >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 17 12:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #5 r227907: Wed Nov 23 21:55:50 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: Since ages ago, edwin@ runs a script to update CVSROOT/modules in the ports repo. Unfortunately the docs still mention removal of old module entries when ports are removed; presumably it's because it was missed before. >How-To-Repeat: >Fix: --- committers-guide-rmport-modules.diff begins here --- ? article.html ? docbook.css Index: article.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.306 diff -u -r1.306 article.sgml --- article.sgml 12 Nov 2011 17:57:14 -0000 1.306 +++ article.sgml 17 Dec 2011 12:29:47 -0000 @@ -2790,9 +2790,8 @@ - Remove the old port, the old - SUBDIR entry and the old module - entry. + Remove the old port and the + old SUBDIR entry. --- committers-guide-rmport-modules.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Dec 17 13:10:11 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81B6C106564A for ; Sat, 17 Dec 2011 13:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 576718FC15 for ; Sat, 17 Dec 2011 13:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBHDAAJ6093238 for ; Sat, 17 Dec 2011 13:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBHDAA1O093237; Sat, 17 Dec 2011 13:10:10 GMT (envelope-from gnats) Date: Sat, 17 Dec 2011 13:10:10 GMT Message-Id: <201112171310.pBHDAA1O093237@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Chris Rees Cc: Subject: Re: docs/162699: Handbook/Upgrading instructions: should mention delete-old in order X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2011 13:10:11 -0000 The following reply was made to PR docs/162699; it has been noted by GNATS. From: Chris Rees To: bug-followup@freebsd.org Cc: Subject: Re: docs/162699: Handbook/Upgrading instructions: should mention delete-old in order Date: Sat, 17 Dec 2011 13:03:41 +0000 Hey, Sorry about the huge delay :/ New patches: For moving the content: http://www.bayofrum.net/~crees/patches/doc-cutting-edge-move-make-delete-old.diff For editing the moved content: http://www.bayofrum.net/~crees/patches/doc-cutting-edge-content-changes.diff Applying patch 1 then patch 2 should give the correct result. Chris From owner-freebsd-doc@FreeBSD.ORG Sat Dec 17 13:20:11 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D24AD106564A for ; Sat, 17 Dec 2011 13:20:11 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 389578FC13 for ; Sat, 17 Dec 2011 13:20:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.4/8.14.4) with ESMTP id pBHDK9bd007210; Sat, 17 Dec 2011 17:20:09 +0400 (MSK) (envelope-from marck@rinet.ru) Date: Sat, 17 Dec 2011 17:20:09 +0400 (MSK) From: Dmitry Morozovsky To: Sergey Kandaurov In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (woozle.rinet.ru [0.0.0.0]); Sat, 17 Dec 2011 17:20:09 +0400 (MSK) Cc: freebsd-doc@freebsd.org Subject: Re: Adding entity to books formatting X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2011 13:20:11 -0000 On Sat, 17 Dec 2011, Sergey Kandaurov wrote: > > I need an advice from dsl-fu-knowledgeable perswon ;) > > > > Prodded by glebius@, I'm trying to add new entity svnref to generate a link to > > svnweb. > > > > My quick patch stopped with an erro, while generating seems-to-be-correct > > content: > > > > -- 8< -- > > marck@woozle:~/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook> grep -6i > > svnref freebsd-versions.html > >>Dec 12, 2011 >> >>10-CURRENT after defining boolean true/false in sys/types.h, > >                      sizeof(bool) may had changed (rev > HREF="http://svnweb.freebsd.org/base?view=revision&revision=228444" > >> > CLASS="SVNREF" > >>228444 >> >>). > >                       > CLASS="FILENAME" > >>foofile > You most probably need to modify share/sgml/freebsd41.dtd as well. > Something like these lines: > > + > + + %common.attrib; > +> > + > > Hope this helps. Thanks! Not exactly ;) -- now it's recognized but specifically disallowed: /usr/bin/env SP_ENCODING=ISO-8859-1 /usr/local/bin/jade -V html-manifest -ioutput.html -d /lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook/freebsd.dsl -ifreebsd.urls.relprefix.4 -V %generate-legalnotice-link% -ioutput.html.images -D /lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook/../../../share/images/books/porters-handbook -D /usr/obj/lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook -c /lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/share/sgml/catalog -c /lh/home/marck/FreeBSD/doc/share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/iso8879/catalog -c /usr/local/share/sgml/jade/catalog -c /usr/local/share/sgml/catalog.ports -t sgml /lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml /usr/local/bin/jade:/lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml:14547:49:E: document type does not allow element "SVNREF" here /usr/local/bin/jade:/lh/home/marck/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml:14549:20:E: document type does not allow element "SVNREF" here *** Error code 1 -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------