Skip to content
Snippets Groups Projects
Commit 23a275b5 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

Merge branch 'tweak/small-fixes' into 'main'

man: typos and small cleanups

See merge request !9
parents 469a90c2 54631723
No related branches found
No related tags found
No related merge requests found
Pipeline #2438 failed
......@@ -12,8 +12,7 @@ cmd/sysota-mux/sysotad
config.sysota.mk
configure
data/systemd/system/sysotad.service
man/sysota.boot-protocol.7
man/sysota.state.ini.5
man/sysotad.conf.5
man/*.7
man/*.5
sysota-*.tar.gz
sysota-*.tar.gz.asc
......@@ -116,6 +116,8 @@ $(eval $(call ZMK.Expand,DataInOut,man/sysotad.conf.5))
$(eval $(call ZMK.Expand,ManPage,man/sysotad.conf.5))
$(eval $(call ZMK.Expand,DataInOut,man/sysota.state.ini.5))
$(eval $(call ZMK.Expand,ManPage,man/sysota.state.ini.5))
$(eval $(call ZMK.Expand,DataInOut,man/sysota.boot-protocol.7))
$(eval $(call ZMK.Expand,ManPage,man/sysota.boot-protocol.7))
# Symlink: sysotad -> sysota-mux
cmd/sysota-mux/sysotad.InstallDir = $(cmd/sysota-mux/sysota-mux.InstallDir)
......
......@@ -5,7 +5,7 @@
.Dt sysota.boot-protocol 7 PRM
.Sh NAME
.Nm sysota.boot-protocol
.Nd SystemOTA protocol for interacting with boot loaders
.Nd SystemOTA protocol for interacting with boot loaders
.Sh SYNOPSIS
.Pp
QueryActive() (Slot, error)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment