Bug 239523

Summary: cap_fileargs.3: formating issue
Product: Documentation Reporter: Mikael Urankar <mikael>
Component: Manual PagesAssignee: Mariusz Zaborski <oshogbo>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc, oshogbo
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Mikael Urankar freebsd_committer freebsd_triage 2019-07-30 07:57:28 UTC
Created attachment 206150 [details]
patch

It the EXAMPLES section the output is weird (mode0 instead of mode\n):
printf("File %s opened in capability mode0, argv[i]);
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-30 08:53:20 UTC
A commit references this bug:

Author: oshogbo
Date: Tue Jul 30 08:53:03 UTC 2019
New revision: 350438
URL: https://svnweb.freebsd.org/changeset/base/350438

Log:
  fileargs: fix formating in EXAMPLES

  PR:		239523
  Submitted by:	mikael.urankar@gmail.com

Changes:
  head/lib/libcasper/services/cap_fileargs/cap_fileargs.3
Comment 2 Mariusz Zaborski freebsd_committer freebsd_triage 2019-07-30 08:53:44 UTC
Fixed thank you!