1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00

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
This commit is contained in:
Benedict Reuschling 2018-10-20 17:22:04 +00:00
parent c88205e76e
commit 6aca7aa44b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339450
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ login data base
.Xr lastcomm 1 ,
.Xr getutxent 3 ,
.Xr ac 8 ,
.Xr lastlogin 8
.Xr lastlogin 8 ,
.Xr libxo 3 ,
.Xr xo_parse_args 3
.Sh HISTORY

View File

@ -93,7 +93,7 @@ last login database
.Sh SEE ALSO
.Xr last 1 ,
.Xr getutxent 3 ,
.Xr ac 8
.Xr ac 8 ,
.Xr libxo 3 ,
.Xr xo_parse_args 3
.Sh AUTHORS