From 0ddedc5818dd6632d639b6f8a1743b895817eaa9 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 11 Jan 2014 13:37:08 +0100 Subject: [PATCH] Added SEE ALSO man section. --- src/ocserv-args.def | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ocserv-args.def b/src/ocserv-args.def index fd80e190..820b63c2 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -539,3 +539,11 @@ To enable compatibility with CISCO's AnyConnect the client's policy must set in a way that disables the downloader. _EOT_; }; + +doc-section = { + ds-type = 'SEE ALSO'; + ds-format = 'man'; + ds-text = <<-_EOText_ +ocpasswd(8), occtl(8) +_EOText_; +};