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)
Fri, Mar 22, 8:57 PM
Unknown Object (File)
Fri, Mar 22, 8:57 PM
Unknown Object (File)
Fri, Mar 22, 8:57 PM
Unknown Object (File)
Fri, Mar 22, 8:57 PM
Unknown Object (File)
Fri, Mar 8, 7:54 PM
Unknown Object (File)
Jan 4 2024, 1:18 PM
Unknown Object (File)
Jan 4 2024, 1:18 PM
Unknown Object (File)
Jan 4 2024, 1:18 PM

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 Not Applicable
Unit
Tests Not Applicable

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.