Bug 251746 - Grammar error on locate(1) man page
Summary: Grammar error on locate(1) man page
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Guangyuan Yang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-11 03:03 UTC by David Schlachter
Modified: 2020-12-18 02:42 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Schlachter 2020-12-11 03:03:29 UTC
In usr.bin/locate/locate/locate.1,

Currently: "The current implementation store any character except newline (‘\n’) and NUL (‘\0’)."

Should read: "The current implementation stores any character except newline (‘\n’) and NUL (‘\0’)."

('store' -> 'stores', since 'implementation' is a singular noun.)
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-11 08:05:37 UTC
A commit references this bug:

Author: ygy
Date: Fri Dec 11 08:04:54 UTC 2020
New revision: 368550
URL: https://svnweb.freebsd.org/changeset/base/368550

Log:
  Fix a grammar error on locate(1).

  While here, also fix a useless .Tn reported by mandoc.

  PR:		251746
  MFC after:	1 week
  Sumbitted by:	David Schlachter <fbsd-bugzilla@schlachter.ca>

Changes:
  head/usr.bin/locate/locate/locate.1
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-18 02:41:25 UTC
A commit references this bug:

Author: ygy
Date: Fri Dec 18 02:41:12 UTC 2020
New revision: 368748
URL: https://svnweb.freebsd.org/changeset/base/368748

Log:
  MFC r368550:

  Fix a grammar error on locate(1).

  While here, also fix a useless .Tn reported by mandoc.

  PR:		251746
  Sumbitted by:	David Schlachter <fbsd-bugzilla@schlachter.ca>

Changes:
_U  stable/12/
  stable/12/usr.bin/locate/locate/locate.1
Comment 3 Guangyuan Yang freebsd_committer freebsd_triage 2020-12-18 02:42:24 UTC
(In reply to David Schlachter from comment #0)

Committed. Thanks!