Page MenuHomeFreeBSD

efibootmgr(8): fix markup and style issues
ClosedPublic

Authored by yuripv on Sep 19 2019, 8:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 4, 4:41 AM
Unknown Object (File)
Tue, Jul 22, 10:26 AM
Unknown Object (File)
Jun 29 2025, 10:28 AM
Unknown Object (File)
Jun 27 2025, 3:59 PM
Unknown Object (File)
Jun 26 2025, 11:37 PM
Unknown Object (File)
Jun 26 2025, 2:40 AM
Unknown Object (File)
Jun 26 2025, 12:33 AM
Unknown Object (File)
Jun 25 2025, 6:22 AM

Details

Summary

just something I noticed while actually reading the man page..

  • fix markup in synopsis
  • sort options
  • fix issues reported by mandoc -Tlint
Test Plan
SYNOPSIS
     efibootmgr [-v]
     efibootmgr -a -b bootnum
     efibootmgr -A -b bootnum
     efibootmgr -B -b bootnum
     efibootmgr -c -l loader [-aD] [-b bootnum] [-k kernel] [-L label]
     efibootmgr -n -b bootnum
     efibootmgr -N
     efibootmgr -o bootorder
     efibootmgr -t timeout
     efibootmgr -T

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

yuripv edited the test plan for this revision. (Show Details)

actually split the synopsis into separate options that can't be used together

Warner, does this make sense to you/won't interfere with other changes you might be working on?

This looks good to me.

This revision is now accepted and ready to land.Sep 25 2019, 8:39 PM
This revision was automatically updated to reflect the committed changes.