Bug 239523 - cap_fileargs.3: formating issue
Summary: cap_fileargs.3: formating issue
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mariusz Zaborski
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-07-30 07:57 UTC by Mikael Urankar
Modified: 2019-07-30 08:55 UTC (History)
2 users (show)

See Also:


Attachments
patch (519 bytes, patch)
2019-07-30 07:57 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!