diff options
author | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
---|---|---|
committer | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
commit | 5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch) | |
tree | e779b5a6edddbb949b7990751b12d6f25304ba86 /share/man/man4/ddb.4 | |
parent | a16f65c7d117419bd266c28a1901ef129a337569 (diff) |
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 62bebbf6f43f..9255c0d70ef5 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -23,6 +23,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" +.\" changed a \# to #, since groff choked on it. .\" .\" HISTORY .\" ddb.4,v @@ -394,7 +395,7 @@ last address explicitly specified. .IP "$<variable>" 15n register name or variable. It is translated to the value of it. It may be followed by a ':' and modifiers as described above. -.IP \# 15n +.IP # 15n a binary operator which rounds up the left hand side to the next multiple of right hand side. .IP "*<expr>" 15n |