Bug 217836 - Typo in cap_enter(2)
Summary: Typo in cap_enter(2)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-03-16 11:50 UTC by Tobias Kortkamp
Modified: 2017-03-16 12:18 UTC (History)
1 user (show)

See Also:


Attachments
cap_enter.2.diff (504 bytes, patch)
2017-03-16 11:50 UTC, Tobias Kortkamp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2017-03-16 11:50:50 UTC
Created attachment 180872 [details]
cap_enter.2.diff

On 12.0-CURRENT:

% sysctl kern.trap_enocap                                                  
sysctl: unknown oid 'kern.trap_enocap'

% sysctl kern.trap_enotcap
kern.trap_enotcap: 1

kern.trap_enocap -> kern.trap_enotcap
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-16 12:17:10 UTC
A commit references this bug:

Author: maxim
Date: Thu Mar 16 12:16:23 UTC 2017
New revision: 315409
URL: https://svnweb.freebsd.org/changeset/base/315409

Log:
  Spell kern.trap_enotcap.

  PR:		217836
  Submitted by:	tobik

Changes:
  head/lib/libc/sys/cap_enter.2