diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-19 21:08:48 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-19 21:08:48 +0000 |
commit | c945093abc79da31fa4e62132067acff2b603f45 (patch) | |
tree | e420a48dd3e390ab5a8895794de2c634f0e572ef /share | |
parent | 845f67fbb75350bb6684b7344ea2b17a50050bb3 (diff) | |
download | FreeBSD-src-c945093abc79da31fa4e62132067acff2b603f45.zip FreeBSD-src-c945093abc79da31fa4e62132067acff2b603f45.tar.gz |
Update to use the .Rv macro now that I know it exists :-).
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/mdoc/example.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/examples/mdoc/example.3 b/share/examples/mdoc/example.3 index ad900c8..4f05464 100644 --- a/share/examples/mdoc/example.3 +++ b/share/examples/mdoc/example.3 @@ -72,12 +72,7 @@ as follows: #define EXAMPLE_TWO 2 .Ed .Sh RETURN VALUES -A 0 value is returned if the operation succeeds, -otherwise -.Fn example -returns -1 and the global variable -.Va errno -indicates the reason for the failure. +.Rv -std example .Sh ENVIRONMENT The .Fn example |