[ZBX-21763] Wrong articles detected Created: 2022 Oct 13  Updated: 2024 Apr 10  Resolved: 2022 Dec 23

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Documentation (D)
Affects Version/s: 6.4.0beta1
Fix Version/s: 5.0.31rc1, 6.0.13rc1, 6.2.7rc1, 6.4 (plan)

Type: Documentation task Priority: Trivial
Reporter: Artjoms Rimdjonoks Assignee: Natalija Burisina (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Team: Team C
Sprint: Sprint 93 (Oct 2022), Sprint 94 (Nov 2022), Sprint 95 (Dec 2022)
Story Points: 0.25

 Description   

1) Following command searches the use of an 'a' article used before a word that starts with 'a' letter.

grep -riI " a a" --include="*.md" .

and in master branch it finds:

a arithmetical 

./manual/config/items/preprocessing/jsonpath_functionality.md:

Filter expression is a arithmetical expression in infix notation.

which is wrong.

2) Similarly, the following search:

grep -rIi " an u" --include="*.md" .

finds:

an URL

./manual/api/reference/script/create.md
which is also wrong.
3.1) Command

grep -riI " an [bcdfghjklmnpqrstvwxz]"  --include="*.md" .

will find several places like:

an sql

./manual/config/items/itemtypes/zabbix_agent/zabbix_agent2.md

must be equal to a name of an sql file

3.2)

an token

./manual/api/reference/token/get.md

Retrieve an token

3.3) and 3.4)

an line, an geometric

./manual/api/reference/map/object.md

an line displayed
an geometric shape


 Comments   
Comment by Natalija Burisina (Inactive) [ 2022 Dec 29 ]

Documentation updated:

Generated at Sat May 10 08:29:22 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.