⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
autogen
/
View File Name :
agman-cmd.tpl
[+: -*- Mode: nroff -*- AutoGen5 template man ## agman-cmd.tpl -- Template for command line man pages ## ## This file is part of AutoOpts, a companion to AutoGen. ## AutoOpts is free software. ## Copyright (C) 1992-2013 Bruce Korb - all rights reserved ## ## AutoOpts is available under any one of two licenses. The license ## in use must be one of these two and the choice is under the control ## of the user of the license. ## ## The GNU Lesser General Public License, version 3 or later ## See the files "COPYING.lgplv3" and "COPYING.gplv3" ## ## The Modified Berkeley Software Distribution License ## See the file "COPYING.mbsd" ## ## These files have the following sha256 sums: ## ## 8584710e9b04216a394078dc156b781d0b47e1729104d666658aecef8ee32e95 COPYING.gplv3 ## 4379e7444a0e2ce2b12dd6f5a52a27a4d02d39d247901d3285c88cf0d37f477b COPYING.lgplv3 ## 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239 COPYING.mbsd # Produce a man page for section 1, 5 or 8 commands. # Which is selected via: -DMAN_SECTION=n # passed to the autogen invocation. "n" may have a suffix, if desired. # :+][+: (define head-line (lambda() (sprintf ".TH %s %s \"%s\" \"%s\" \"%s\"\n.\\\"\n" (get "prog-name") man-sect (shell "date '+%d %b %Y'") package-text section-name) )) (define man-page #t) :+][+: INCLUDE "cmd-doc.tlib" :+] .\" .SH NAME [+: prog-name :+] \- [+: prog-title :+] [+: (out-push-new) :+][+: INVOKE build-doc :+][+: (shell (string-append "fn='" (find-file "mdoc2man") "'\n" "test -f ${fn} || die mdoc2man not found from $PWD\n" "${fn} <<\\_EndOfMdoc_ || die ${fn} failed in $PWD\n" (out-pop #t) "\n_EndOfMdoc_" )) :+][+: (out-move (string-append (get "prog-name") "." man-sect)) :+][+: # .\" = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = .\" S Y N O P S I S .\" = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = :+][+: DEFINE mk-synopsis :+][+: (out-push-new file-name) \:+] .SH SYNOPSIS .B [+: prog-name :+][+: IF (. use-flags) :+][+: IF (exist? "long-opts") :+] .\" Mixture of short (flag) options and long options .RB [ \-\fIflag\fP " [\fIvalue\fP]]... [" \-\-\fIopt\-name\fP[+:# :+] "[[=| ]\fIvalue\fP]]..."[+: ELSE no long options: :+] .\" Short (flag) options only .RB [ \-\fIflag\fP " [\fIvalue\fP]]..."[+: ENDIF :+][+: ELIF (exist? "long-opts") :+] .\" Long options only .RB [ \-\-\fIopt\-name\fP [ = "| ] \fIvalue\fP]]..."[+: ELIF (not (exist? "argument")) :+] .RI [ opt\-name "[\fB=\fP" value ]]... .PP All arguments are named options.[+: ENDIF :+][+: IF (exist? "argument") :+] " " "[+: argument :+]"[+: IF (exist? "reorder-args") :+] .PP Operands and options may be intermixed. They will be reordered. [+: ENDIF :+][+: ELIF (or (exist? "long-opts") use-flags) :+] .PP All arguments must be options.[+: ENDIF :+][+: IF (exist? "main") :+][+: CASE main.main-type :+][+: == shell-process :+] .PP This program will emit text that is expected to be evaluated by a Bourne-compatible shell, thus digesting the options for the script.[+: == shell-parser :+] .PP This program is designed to produce output suitable for inclusion into a shell script that will parse the options described.[+: == for-each :+] .PP The operands that this program operates on may be specified either on the command line or read from standard input, one per line. In that input, leading and trailing white space is stripped, blank lines are ignored[+: IF (define comment-char (get "comment-char" "#")) (> (string-length comment-char) 1) \:+] and lines beginning with the character .I [+: (substring comment-char 1 0):+] are treated as comments[+: ENDIF :+].[+: IF (exist? "interleaved") :+] Options may be interleaved with operands both on the command line and when operands are read from standard input.[+: ENDIF interleaved :+] Standard input may not be a terminal.[+: ESAC main-type :+][+: ENDIF main exists :+][+: (if (exist? "explain") (string-append "\n.PP\n" (join "\n.PP\n" (get "explain" "")) )) :+][+: (out-pop) :+][+: ENDDEF mk-synopsis agman-cmd.tpl ends here :+]