[Bug 251746] Grammar error on locate(1) man page
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Dec 11 03:03:29 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251746
Bug ID: 251746
Summary: Grammar error on locate(1) man page
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Manual Pages
Assignee: bugs at FreeBSD.org
Reporter: fbsd-bugzilla at schlachter.ca
CC: doc at FreeBSD.org
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.)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-doc
mailing list