Summary: | last.1, lastlogin.8: comma missing in the See also list | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Documentation | Reporter: | David Marec <david.marec> | ||||||||
Component: | Manual Pages | Assignee: | Benedict Reuschling <bcr> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Many People | CC: | bcr, doc | ||||||||
Priority: | --- | Keywords: | patch | ||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Created attachment 196899 [details]
correct patch
reverted patch
Created attachment 196900 [details]
lastlogin.8
Fix same issue on lastlogin (8)
Thank you for sending in this bug and the two patches to fix them. I'll take care of it. A commit references this bug: Author: bcr Date: Sat Oct 20 17:22:04 UTC 2018 New revision: 339450 URL: https://svnweb.freebsd.org/changeset/base/339450 Log: A single comma was missing to separate the "see also" items in last.1 and lastlogin.8. Add it back. PR: 231187 Submitted by: david.marec@davenulle.org Changes: head/usr.bin/last/last.1 head/usr.sbin/lastlogin/lastlogin.8 The patch was committed to HEAD in r339450. PR closed. |
Created attachment 196898 [details] patch Following the libxo support to last(1), - MFC r338352 -, the man page has been completed with libxo features. A single comma is missing to separate the "see also" items.