summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-02 21:20:33 -0400
committerIan Moffett <ian@osmora.org>2025-05-02 21:20:33 -0400
commit2e7a8f3592dc4023256a2e2fcb95f710207d6bdc (patch)
treecba2e677967dd4e22fbe1488c071ef5605a27262
parent24844a174f1340847351870f46ce13ad472ac7e5 (diff)
share: man: Add square brackets in omar(1)build-openbsd
Make types vs flags more clear Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--share/man/man1/omar.16
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/omar.1 b/share/man/man1/omar.1
index e59be31..611b6da 100644
--- a/share/man/man1/omar.1
+++ b/share/man/man1/omar.1
@@ -24,7 +24,7 @@
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
-.Dd Apr 29 2025
+.Dd May 2 2025
.Dt OMAR 1
.Os HYRA
.Sh NAME
@@ -45,10 +45,10 @@ Upon creation of the archive image, OMAR will
produce pathnames through stdout with the following
types in square brackets ([])
-.Ft f
+.Ft [f]
Regular file
-.Ft d
+.Ft [d]
Directory
.Sh AUTHORS