GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MURPHI‐FORMAT(1) FreeBSD General Commands Manual MURPHI‐FORMAT(1)

murphi-format - reformat Murphi models

murphi-format options [FILE]

murphi-format is a utility bundled with the Rumur model checker. It can be used to reflow the text of a Murphi model into a consistent indentation style.

murphi-format intentionally has very few options. It aims to settle style debates by simply mandating a universally disliked format.

No line length limit is applied. The content within comments is not reflowed. If your input contains long expressions, these will appear as long lines in the output. The intention behind this choice is to encourage users to outline long expressions into functions.

See rumur(1) for more information about Rumur or Murphi.

--debug or -d

Enable debug mode. This produces some extra output intended for developers who are debugging murphi-format itself.

--help or 0fR

Show this documentation.

--in-place or -i

Write the output of reformatting back into the same path as the source. This is only valid when one or more paths are given; it cannot be used when reformatting stdin.

--output=FILE or -o FILE

Write output to the given path. By default, output is written to stdout.

--tab=STRING or -t STRING

Text to use as one tab worth of indentation. By default, this is two spaces.

--version

Print murphi-format version and then exit.

To disable formatting for a specific section of code, special comments are recognised:

rule begin
	x := y;
	y := z;
	-- murphi-format: off
	z := w; w := x;
	-- murphi-format: on
end;

Code between the murphi-format: off and murphi-format: on comments will be preserved as-is. Note that these must be line comments, not multi‐line comments. Additionally they must have the exact spacing shown, not arbitrary white space between e.g. the : and off.

rumur(1)

All comments, questions and complaints should be directed to Matthew Fernandez <matthew.fernandez@gmail.com>.

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.