diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-12-25 17:43:44 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-12-25 17:43:44 +0000 |
commit | 3bd5ff9583c4b33aa27754fb4c3b6792261feb8a (patch) | |
tree | 92e72e4e25236a076ef461b831d393a1bce1f7cb /sys/man | |
parent | 568a0b246c42d79eaa1b70cbc4442723a2efb489 (diff) |
srv(3): use /srv instead of #s in SYNOPSIS
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/3/srv | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/man/3/srv b/sys/man/3/srv index c2185a167..cb1407f8f 100644 --- a/sys/man/3/srv +++ b/sys/man/3/srv @@ -5,11 +5,11 @@ srv \- server registry .nf .BI "bind -c #s" $srvspec " /srv" -.BI #s/ clone -.BI #s/ id -.BI #s/ service1 -.BI #s/ service2 - ... +.BI /srv/ clone +.BI /srv/ id / ... +.BI /srv/ service1 +.BI /srv/ service2 +.I ... .fi .SH DESCRIPTION The |