diff options
Diffstat (limited to 'hurd/fsysopts.mdwn')
-rw-r--r-- | hurd/fsysopts.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hurd/fsysopts.mdwn b/hurd/fsysopts.mdwn index debe2ebc..ff30f31d 100644 --- a/hurd/fsysopts.mdwn +++ b/hurd/fsysopts.mdwn @@ -12,6 +12,21 @@ Get or set command line options for a running [[translator]]. See [[documentation/translators#manage]]. +# A Simple Example + + $ touch hello + $ cat hello + $ settrans hello /hurd/hello + $ cat hello + "Hello World!" + $ fsysopts hello + /hurd/hello --contents='Hello World! + ' + $ fsysopts hello --contents='Hello GNU! + > ' + $ cat hello + Hello GNU! + $ # Open Issues |