diff options
Diffstat (limited to 'lib/libstand/libstand.3')
-rw-r--r-- | lib/libstand/libstand.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index 0e964f4..17c18d7 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -152,7 +152,7 @@ may be specified to refuse all attempts to set a variable. .Pp The unset hook is invoked when an attempt is made to unset a variable. If it -returns zero, the variable will be unset. +returns zero, the variable will be unset. The predefined function .Fa env_nounset may be used to prevent a variable being unset. @@ -309,7 +309,7 @@ printf( .Qq %6D , ptr, .Qq \&: -); gives +); gives .Qq XX:XX:XX:XX:XX:XX .Ed .Bd -ragged -offset indent @@ -318,7 +318,7 @@ printf( len, ptr, .Qq "\ " -); gives +); gives .Qq XX XX XX ... .Ed .El |