Re: Tagged lists with multiple tags in mdoc

2013-03-17 Thread Sergey Kandaurov
On 17 March 2013 21:26, Dag-Erling Smørgrav  wrote:
> I need to make a tagged list where some items have multiple tags - for
> instance,
>
> function1()
> function2()
> function3()
> These are the first three functions.
>
> function4()
> This is the fourth function.
>
> If I use
>
> .Bl -tag
> .It Fn function1
> .It Fn function2
> .It Fn function3
> These are the first three functions.
> .It Fn function4
> This is the fourth function.
> .El
>
> groff will insert blank lines after function1() and function2(), which
> I'd like to avoid.  Conversely, if I use -compact, it will omit the
> blank lines between before function4() and between the list and the
> surrounding text, which is also wrong.

What about this?

.Pp
.Bl -tag -width indent -compact
.It Fn function1
.It Fn function2
.It Fn function3
These are the first three functions.
.Pp
.It Fn function4
This is the fourth function.
.El

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: [patch] en/handbook/ports: a tiny cleanup

2013-03-21 Thread Sergey Kandaurov
On 21 March 2013 22:21, Taras Korenko  wrote:
>   Hi, folks.
>
>   A couple of noticed typos in $subj are in an attacment.
>
>   Thanks.

Looks good.

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Problem in http://www.freebsd.org/ports/

2013-04-04 Thread Sergey Kandaurov
On 4 April 2013 14:15, Евгений  wrote:
> Hi
>
> http://www.freebsd.org/cgi/ports.cgi?query=mariadb&stype=all
> MariaDB present only version 5.3.8, but the ports are actually present
> 5.5.30
> Why the service is not visible version 5.5.30?

Because database is out of sync after SVN switchover.
See at the bottom of page:
"Last database update: 2012-11-11 10:45:48 UTC"

--
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: Problem in http://www.freebsd.org/ports/

2013-04-04 Thread Sergey Kandaurov
On 4 April 2013 14:41, Sergey Kandaurov  wrote:
>
> On 4 April 2013 14:15, Евгений  wrote:
> > Hi
> >
> > http://www.freebsd.org/cgi/ports.cgi?query=mariadb&stype=all
> > MariaDB present only version 5.3.8, but the ports are actually present
> > 5.5.30
> > Why the service is not visible version 5.5.30?
>
> Because database is out of sync after SVN switchover.
> See at the bottom of page:
> "Last database update: 2012-11-11 10:45:48 UTC"

[after thinking some more..]

Hmm, it looks like the only problem is that the ports database

# Directory of the up-to-date INDEX*
$portsDatabaseHeadDir = "/usr/local/www/ports";

has stopped updating. To prove this, I rebuild local version of freebsd.org,
and here it shows current versions of mariadb* as found in ports.
I'd ping clusteradm@ ещ сщташкь ершыю

--
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: Problem in http://www.freebsd.org/ports/

2013-04-04 Thread Sergey Kandaurov
On 4 April 2013 22:43, Sergey Kandaurov  wrote:
> On 4 April 2013 14:41, Sergey Kandaurov  wrote:
>>
>> On 4 April 2013 14:15, Евгений  wrote:
>> > Hi
>> >
>> > http://www.freebsd.org/cgi/ports.cgi?query=mariadb&stype=all
>> > MariaDB present only version 5.3.8, but the ports are actually present
>> > 5.5.30
>> > Why the service is not visible version 5.5.30?
>>
>> Because database is out of sync after SVN switchover.
>> See at the bottom of page:
>> "Last database update: 2012-11-11 10:45:48 UTC"
>
> [after thinking some more..]
>
> Hmm, it looks like the only problem is that the ports database
>
> # Directory of the up-to-date INDEX*
> $portsDatabaseHeadDir = "/usr/local/www/ports";
>
> has stopped updating. To prove this, I rebuild local version of freebsd.org,
> and here it shows current versions of mariadb* as found in ports.
> I'd ping clusteradm@ ещ сщташкь ершыю

Err, sorry. The latter should be read as:
> I'd ping clusteradm@ to confirm this.

--
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: FreeBSD.org website server moved...

2013-05-05 Thread Sergey Kandaurov
On 5 May 2013 05:38, Glen Barber  wrote:
> Hi,
>
> The FreeBSD.org webserver has been moved.
>
> If you notice anything out of the ordinary, please yell.
>
> Glen
>

I noticed that security.freebsd.org also moved (finally?).
I remember there were such plans..

HTTP/1.1 302 http://www.FreeBSD.org/security/

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/180743: [patch] ath(4): document AR93xx support

2013-07-22 Thread Sergey Kandaurov

>Number: 180743
>Category:   docs
>Synopsis:   [patch] ath(4): document AR93xx support
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 22 18:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Sergey Kandaurov
>Release:FreeBSD 10-CURRENT
>Organization:
>Environment:
FreeBSD omg 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Jul 21 22:20:01 MSK 2013  
   root@omg:/usr/obj/usr/src/sys/OMG  amd64
>Description:
ath(4) manpage needs updating wrt AR93xx support.

Also I have a working 802.11a/b/g/n model based on AR9380.
It's probably worth to document it there.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: share/man/man4/ath_hal.4
===
--- share/man/man4/ath_hal.4(revision 253361)
+++ share/man/man4/ath_hal.4(working copy)
@@ -56,11 +56,13 @@
 .Cd "device ath_ar9280"
 .Cd "device ath_ar9285"
 .Cd "device ath_ar9287"
+.Cd "device ath_ar9300"
 .Cd "options AH_SUPPORT_AR5416"
 .Sh DESCRIPTION
 The hal provides hardware support for wireless network adapters based on
 the Atheros AR5210, AR5211, AR5212, AR5213, AR2413, AR2417, AR2425,
-AR5413, AR5416, AR5418, AR5424, AR9160, AR9220, AR9280, AR9285 and AR9287
+AR5413, AR5416, AR5418, AR5424, AR9160, AR9220, AR9280, AR9285, AR9287,
+AR9380, AR9390, AR9580, AR9590, AR9562 and QCA9565
 chips (and companion RF/baseband parts).
 This code is part of the
 .Xr ath 4
@@ -128,6 +130,7 @@
 .It "Sony PCWA-C300S   AR5212  Cardbus b/g"
 .It "Sony PCWA-C500AR5210  Cardbus a"
 .It "3Com 3CRPAG175AR5212  CardBus a/b/g"
+.It "TP-LINK TL-WDN4800AR9380  PCI-E   a/b/g/n"
 .El
 .Sh SEE ALSO
 .Xr ath 4


>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: document mistake

2013-10-02 Thread Sergey Kandaurov
On 2 October 2013 17:28, 蔣彥亭  wrote:
> http://www.freebsd.org/doc/handbook/firewalls-pf.html
> In 30.4.6.6. Tables Make Life Easier
> demo code
> table  persist file /etc/clients the file path should be quote.
> table  persist file "/etc/clients" or it would show a syntax error
> when pf try to load the configuration file.

Committed, thanks.
The change will appear soon.

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: docs/183333: Misnamed constant in bpf(4)

2013-10-26 Thread Sergey Kandaurov
The following reply was made to PR docs/18; it has been noted by GNATS.

From: Sergey Kandaurov 
To: Mats Erik Andersson 
Cc: bug-follo...@freebsd.org
Subject: Re: docs/18: Misnamed constant in bpf(4)
Date: Sat, 26 Oct 2013 20:49:50 +0400

 The bpf(4) documentation states that the example is taken from the Reverse
 ARP Daemon.  rarpd is tightly coupled with BPF.  This macro is actually
 used there mapped to ARPOP_REVREQUEST.  From rarpd code snippet's p.o.v.
 this EXAMPLES is correct, but is not compilable as is without adding this
 mapping there.
 
 The REVARP_REQUEST localism is probably came from SunOS? (and RFC1931).
 This macro does not exist in net/if_arp.h (in any BSD except Solaris) and
 is/was probably used for source compatibility with SunOS.
 The ARPOP_REVREQUEST macro sits there since 1992 (4.4BSD).  SunOS took
 if_arp.h from UCB on 1/24/86 and added REVARP_REQUEST on its own.  It seems
 to not have ARPOP_REVREQUEST.
 
 wpaul modified rarpd.c in r19859 to use REVARP_REQUEST (it was
 ARPOP_REVREQUEST there originally r6823).  The bpf(4) man page came in with
 r5882 from 1.1.5, and it was REVARP_REQUEST there.  It was REVARP_REQUEST
 in rarpd as found in 4.3BSD-UWisc copyrighted by Sun Micro dated 86/02/05
 which is before 1992.
 
 
 -- 
 wbr,
 pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: FreeBSD FTP doc build failed (fwd)

2013-10-30 Thread Sergey Kandaurov
On 30 October 2013 16:24, Bjoern A. Zeeb  wrote:
> Hi,
>
> I've seen this for days now; can someone figure out why this is please
> and fix it or tell me what needs to be done?

Thanks for report, fix committed in r43075.
This change was initially in my working directory, and I tended to commit it
together with other changes but missed to do that since it was out of scope
wrt the porters-handbook directory. That's why I got success with my local
test build (due to uncommitted part), and I didn't see any build failures
on freebsd.org (like tinderbox) so far until I got your mail.

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Minor typo in handbook 28.7 Domain Name Server

2013-10-30 Thread Sergey Kandaurov
On 30 October 2013 20:31, Gustav Bergquist  wrote:
> Hi,
>
> In section "28.7.6.1. Recursive DNS Server Configuration"
> there's a minor typo I think.
>
> % dig +multi +noall +answer DNSKEY . > root.dnskey
> % dnssec-dsfromkey -f root-dnskey . > root.ds
>
> These lines probably should be:
> % dig +multi +noall +answer DNSKEY . > root.dnskey
> % dnssec-dsfromkey -f root.dnskey . > root.ds

Fixed, thanks!

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: How to fix "warning: failed to load external entity "http://www.FreeBSD.org/XML/share/xml/l10n.ent""?

2013-12-25 Thread Sergey Kandaurov
On 25 December 2013 14:00, Václav Zeman  wrote:
> Hi.
>
> I am facing this warning when I am building the freebsd.org web site
> locally:
>
> --8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<-
> file:///usr/home/wilx/freebsd/doc-head/share/xml/gallery.dtd:52:
> warning: failed to load external entity
> "http://www.FreeBSD.org/XML/share/xml/l10n.ent";
> %l10n.ent;

You are likely need to update docproj port (namely textproc/docbook-xsl-ns).

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Handbook: File System Quotas

2014-01-02 Thread Sergey Kandaurov
On 2 January 2014 19:37, Michał Jędrzejczak
 wrote:
> Hello list.
>
> The Handbook  (FreeBSD 9.2) contains bug for "18.13.1. Configuring the
> System to Enable Disk Quotas".
>
> ...
>
> Before using disk quotas, quota support must be added to the kernel by
> adding the following line to the kernel configuration file:
>
> options QUOTA
>
> The GENERIC kernel does not have this enabled by default, so a custom
> kernel must be compiled in order to use disk quotas
>
> ..
>
>
> But:
>
> Quota support is by default in GENERIC.
>
> options UFS_GJOURNAL# Enable gjournal-based UFS journaling
> options QUOTA   # Enable disk quotas for UFS
> options MD_ROOT # MD is a potential root device
>
>  uname -a
> FreeBSD hostname 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep
> 26 22:50:31 UTC 2013
> r...@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>

That's right. It is indeed included in GENERIC starting from FreeBSD 9.2
(r245003 in head, merged as r245587 to stable/9).
As such, I'd like to commit this change unless someone propose a better text.
Here "generally" means all platforms except pc98/mips/arm.

Index: disks/chapter.xml
===
--- disks/chapter.xml   (revision 43425)
+++ disks/chapter.xml   (working copy)
@@ -2365,8 +2365,9 @@

   options QUOTA

-  The GENERIC kernel does not
-   have this enabled by default, so a custom kernel must be
+  Prior to &os; 9.2
+   the GENERIC kernel did not have this
+   generally enabled by default, so a custom kernel had to be
compiled in order to use disk quotas.  Refer to  for more information on
kernel configuration.

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: en/handbook/kernelconfig: proposed corrections

2014-02-04 Thread Sergey Kandaurov
On Tue, Feb 04, 2014 at 12:16:04PM +0200, Taras Korenko wrote:
>   Good morning, doc@ folks.
> 
>   The following notes were made while working on russian translation
> of kernelconfig chapter.  I hope some parts of the following diff
> might be useful.
> 
>   So, could anyone review that diff?

Hi, see my 2c inline.

> Index: en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
> ===
> --- en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml   (revision 43745)
> +++ en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml   (working copy)
> @@ -204,8 +204,8 @@
>&man.pciconf.8;, which provides more verbose output.  For
>example:
>  
> -pciconf -lv
> -ath0@pci0:3:0:0:class=0x02 card=0x058a1014 chip=0x1014168c 
> rev=0x01 hdr=0x00
> +&prompt.user; pciconf -lv
> +ath0@pci0:3:0:0:class=0x02 card=0x058a1014 chip=0x1014168c 
> rev=0x01 hdr=0x00
>  vendor = 'Atheros Communications Inc.'
>  device = 'AR5212 Atheros AR5212 802.11abg wireless'
>  class  = network
> @@ -226,7 +226,7 @@
>  ath_hal(4)   - Atheros Hardware Access Layer 
> (HAL)
>  
>  Once the hardware inventory list is created, refer to it
> -  to ensure that installed hardware is not removed as you edit the custom
> +  to ensure that drivers for installed hardware are not removed as you 
> edit the custom
Or rather "drivers OR installed hardware"? :) Both may be removed I guess.

>kernel configuration file.
>
>  
> @@ -250,11 +250,7 @@
>If /usr/src/ does
>   not exist or it is empty, source has not been installed.
>   Source can be installed using
> - svn, which is described in  linkend="svn"/>, or by installing the
> - src distribution using &man.sysinstall.8;.  This
> - distribution can be selected by navigating to the 
> - Configuration and then to the
> - Distributions menu within &man.sysinstall.8;.
> + svn, which is described in  linkend="svn"/>.
You removed reference to sysinstall, but it is still in use in 9.x and 8.x
(well ok, only in 8.x but it also exists in 9.x).
If you want to touch this place, I would suggest to specify &os; version
this is applicable for and briefly mention bsdinstall with referring to
.  It would be fine with simply
removing sysinstall part, but this leaves the reader without options.

The rest looks good to me, given that you will split the changes into
markup and content changes :).



pgpq9I86O4K66.pgp
Description: PGP signature


Re: docs/189833: 10.0 release notes reference deprecated atacontrol(8)

2014-05-15 Thread Sergey Kandaurov
The following reply was made to PR docs/189833; it has been noted by GNATS.

From: Sergey Kandaurov 
To: bug-follo...@freebsd.org, p...@inetstat.net
Cc:  
Subject: Re: docs/189833: 10.0 release notes reference deprecated atacontrol(8)
Date: Thu, 15 May 2014 15:11:38 +0400

 sigh
 This is because 10.0's relnotes were mostly borrowed from 8.0's 
 relnotes, and nobody cared to sit down and read the generated output 
 just once.
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Russian translate

2014-07-23 Thread Sergey Kandaurov
On 23 July 2014 11:26, Dmitry Luhtionov  wrote:
> Hi all.
> I want to translate handbook, FAQ and WWW to Russian language.
> Russian translate is very outdated.
> In example in Release scheduling page, actually release is 8.4

Yes, please.

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: [PATCH] Missing references to vt(4) "NEWCONS" in man-pages

2014-08-21 Thread Sergey Kandaurov
On Thu, Aug 21, 2014 at 09:29:39AM +0200, Stefan Esser wrote:
> Hi,
> 

a couple of nits inline

> Index: share/man/man4/kbdmux.4
> ===
> --- share/man/man4/kbdmux.4   (revision 270244)
> +++ share/man/man4/kbdmux.4   (working copy)
> @@ -35,6 +35,7 @@
>  .Xr atkbd 4 ,
>  .Xr syscons 4 ,
>  .Xr ukbd 4
> +.Xr vt 4 ,

misplaced comma

>  .Sh HISTORY
>  The
>  .Nm
> Index: share/man/man4/splash.4
> ===
> --- share/man/man4/splash.4   (revision 270244)
> +++ share/man/man4/splash.4   (working copy)
> @@ -245,6 +245,7 @@
>  .Xr vidcontrol 1 ,
>  .Xr syscons 4 ,
>  .Xr vga 4 ,
> +.\" .Xr vt 4 ,

why is it commented out?

>  .Xr loader.conf 5 ,
>  .Xr rc.conf 5 ,
>  .Xr kldload 8 ,
> @@ -285,6 +286,8 @@
>  .Sh CAVEATS
>  Both the splash screen and the screen saver work with
>  .Xr syscons 4
> +.\" or
> +.\" .Xr vt 4
>  only.
>  .Sh BUGS
>  If you load a screen saver while another screen saver has already
> Index: share/man/man4/terasic_mtl.4
> ===
> --- share/man/man4/terasic_mtl.4  (revision 270244)
> +++ share/man/man4/terasic_mtl.4  (working copy)
> @@ -66,6 +66,8 @@
>  .Nm
>  devices are also attached to the
>  .Xr syscons 4
> +.\" or
> +.\" .Xr vt 4
>  framework, which implements a VT-compatible terminal connected to the
>  .Xr tty 4
>  framework.
> @@ -91,6 +93,7 @@
>  .Xr write 2 ,
>  .Xr syscons 4 ,
>  .Xr tty 4 ,
> +.\" .Xr vt 4 ,
>  .Xr ttys 5
>  .Sh HISTORY
>  The
> @@ -111,6 +114,7 @@
>  .Sh BUGS
>  The
>  .Xr syscons 4
> +.\" what about NEWCONS??? .Xr vt 4
>  attachment does not support the hardware cursor feature.
>  .Pp
>  A more structured interface to control registers using the
[...]
> Index: share/man/man4/vt.4
> ===
> --- share/man/man4/vt.4   (revision 270244)
> +++ share/man/man4/vt.4   (working copy)
> @@ -211,7 +211,7 @@
>  Default is 15, all enabled.
>  .El
>  .Sh FILES
> -.Bl -tag -width /usr/share/syscons/keymaps/* -compact
> +.Bl -tag -width /usr/share/vt/keymaps/* -compact
>  .It Pa /dev/console
>  .It Pa /dev/consolectl
>  .It Pa /dev/ttyv*

this section still misses description for paths to fonts and key maps.



pgpyWsRiysR_d.pgp
Description: PGP signature


Re: release web page: missing link to 9.2

2014-08-21 Thread Sergey Kandaurov
On 21 August 2014 18:12, Freek Dijkstra  wrote:
> Hi,
>
> The webpage http://www.freebsd.org/releases/ is missing a link to the
> (older) release 9.2 documents.

Fixed, thanks. The update will appear on web-site shortly.

> Is this the right mailing list to request corrections to the
> www.freebsd.org webpages?
>

Yes.

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: libthr and main thread stack size

2014-09-22 Thread Sergey Kandaurov
On 22 September 2014 02:39, Benjamin Kaduk  wrote:
> On Sat, 20 Sep 2014, Konstantin Belousov wrote:
>
>> Doc people, please review the man page in the patch.
>
> BTW, mandoc -Tlint is always a useful sanity check; it found:
> ./libthr.7:31:5: WARNING: document title should be all caps
> ./libthr.7:36:2: WARNING: section header suited to sections 2, 3, and 9 only: 
> LIBRARY
> ./libthr.7:194:2: WARNING: skipping paragraph macro
>
> I am not sure what the best solution is the section header complaint.
> The current libthr.3 is quite short; maybe the two could be merged?

+1 for that
Seeing this as IMPLEMENTATION NOTES in libthr(3) or some such would be fine.

> I made some changes in the attached diff, though I am not fully happy with
> the final result.  In particular, I am not sure that my text in the
> section THREAD STACKS is correct.
>
> I also changed from the .Dv macro for library names like libc, to the .Li
> macro, which is sort of a catch-all option; there may be something better.
>

Also sorting SEE ALSO by section.

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Spelling error?

2016-01-25 Thread Sergey Kandaurov
On 26 January 2016 at 02:10, Johnny Eriksson  wrote:
> I just noticed a possible small spelling error in the web page
>
>   http://www.freebsd.org/features.html
>
> At the end, in the section about firewalls, there is the text:
>
>   "allowing network administrators to simular adverse network"
>
> I assume that the word simular should read simulate here.
>

That's an archaic form after Latin "simulare".
FWIW, it is in use, e.g., in Spanish.

-- 
wbr,
pluknet
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"