Bug 231187

Summary: last.1, lastlogin.8: comma missing in the See also list
Product: Documentation Reporter: David Marec <david.marec>
Component: Manual PagesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Many People CC: bcr, doc
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
correct patch
none
lastlogin.8 none

Description David Marec 2018-09-05 21:01:30 UTC
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.
Comment 1 David Marec 2018-09-05 21:04:23 UTC
Created attachment 196899 [details]
correct patch

reverted patch
Comment 2 David Marec 2018-09-05 21:14:56 UTC
Created attachment 196900 [details]
lastlogin.8

Fix same issue on lastlogin (8)
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2018-10-19 22:39:52 UTC
Thank you for sending in this bug and the two patches to fix them. I'll take care of it.
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-10-20 17:22:32 UTC
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
Comment 5 Benedict Reuschling freebsd_committer freebsd_triage 2018-10-20 17:27:37 UTC
The patch was committed to HEAD in r339450.
PR closed.